Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in criteria

When using setFetchMode in Hiberate criteria how do I set a restriction on the oneToMany table

hibernate criteria

NHibernate criteria API - how do I add a clause to compare one date to another date minus a value

nhibernate criteria

Finding out the page containing a given record using JPA (Hibernate)

java hibernate jpa criteria

How to set more than 2 Expression in Expression.Or

how to user year() and month() functions in NH Criteria API?

nhibernate criteria

How can I add a complex order-by using Hibernate Criteria?

"IllegalArgumentException occurred calling getter of" while running criteria with SINGLE_TABLE Inheritance strategy

Can I call a stored procedure with hibernate criteria?

Find elements in a collection where an element has a field which is a list and a given value must belong to the list

Ordering results by computed value in Hibernate

hibernate orm hql criteria

Grails: Projection on many tables?

How to write query(include subquery and exists) using JPA Criteria Builder

hibernate jpa jpa-2.0 criteria

Hibernate Criteria n+1 issue with maxresults

hibernate criteria

Hibernate Criteria / Query on object properties

java hibernate criteria

Criteria.DISTINCT_ROOT_ENTITY doesn't prevent duplicated objects

Is it possible to remove order from Hibernate Criteria?

Jpa QueryBuilder Multiple expressions in where clause not working

How to set positional/named parameters dynamically to JPA criteria query?

JPA Criteria API: query property of subclass

What are the alternatives to using an ORDER BY in a Subquery in the JPA Criteria API?