Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-criteria

hibernate.jpa.criteria.BasicPathUsageException: Cannot join to attribute of basic type

How to retrieve a complex class and its members using Hibernate Projection?

Sub-Select In hibernate criteria

Referencing outer criteria query aliases from within an SQLProjection

Hibernate criteria on collection values

Hibernate Join using criteria and restrictions

Does Hibernate Criteria Api completely protect from SQL Injection

Criteria eager fetch-joined collection to avoid n+1 selects

Java - Hibernate criteria.setResultTransformer() initializes model fields with default values

How to use Hibernate Criteria objects for multiple and/or conditions

hibernate-criteria

Could not get a field value by reflection getter

SQL 'LIKE' operator in Hibernate Criteria API

Criteria API returns a too small resultset

getting first row of table by criteria query

Pagination with Hibernate Criteria and DISTINCT_ROOT_ENTITY

Hibernate Restrictions.in vs. Disjunction

Using Projections in JPA 2

How to retrieve a set of member objects using Hibernate?

Hibernate criteria: how to order by two columns concatenated?