an
saurus
tags:
criteria-api
jpa-2.0
jpql
views:
19
answers:
0
Q:
Is there a tool that converts from JPQL into Criteria API?
Input: valid jpql output: java code using criteria api to achieve same jpql effects.
related questions
Does the JPQL avg aggregate function work with Integers?
How can I validate two or more fields in combination?
Seam 2.x and Hibernate 3.5?
EJB 3.1 Embedded API - Unit test EJB + JPA entities.
How to handle choice field with JPA 2, Hibernate 3.5
JPA 2.0 Eclipse Link
Execute sql script after jpa/EclipseLink created tables?
Can't get JPA2 running with Hibernate and Maven
JPA 2 and Hibernate 3.5.1 MEMBER OF query doesnt work.
Hibernate JPA 2.0 CriteriaQuery, subset listing and counting at once
Is this possible: JPA/Hibernate query with list property in result ?
JPA 2.0, hiberante 3.5, jars & persistence.xml location
Why does Hibernate ignore the JPA2 standardized properties in my persistence.xml?
JPA 2.0 EclipseLink Check for unique
Hibernate schema parameter doesn't work in @SequenceGenerator annotation
Creating queries using Criteria API (JPA 2.0)
ManyToMany Relation does not create the primary key
Hibernate 3.5-Final in JBoss 5.1.0.GA
Does Hibernate 3.5.0-CR-2 release support JPA2.0
Dynamic JPA 2.0 query using Criteria API
How to persist an entity which contains a field of user type using JPA2
JPA 2.0 Eclipse Link ... Composite primary keys
A concise, clear list of what is new in JPA2?
PostGIS and JPA 2.0
JPA CascadeType.ALL does not delete orphans.