usage « Criteria « JPA Q&A





1. JPA Criteria API group_concat usage    stackoverflow.com

I am currently working on a report which needs a group_concat for one of the fields.

CriteriaQuery<GameDetailsDto> criteriaQuery = criteriaBuilder
             ...

2. Is Hibernate Criteria API stable for future usage?    stackoverflow.com

I mostly use Hibernate criteria API in my previous project. I found Hibernate criteria Expression is already deprecated! Is Hibernate Criteria API stable for future usage? http://docs.jboss.org/hibernate/core/3.3/api/org/hibernate/criterion/Expression.html

3. Criteria usage    forum.hibernate.org

Hi all I'm using Hibernate 2.0.3 I'm getting a list of items out of the persistent store using Criteria.list. The Criteria instance can be set up with some Expression and/or Order according to the user input in a suitable dialog. When I use the Order part only (meaning that I do not want any selection at all, but I do want ...

4. Usage of Criteria API    forum.hibernate.org

Newbie Joined: Fri Nov 12, 2004 11:08 am Posts: 7 Location: Amsterdam Hibernate version: 2.1.6 Mapping documents: Code: