|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.ejb.criteria.CriteriaQueryCompiler
public class CriteriaQueryCompiler
Compiles a JPA criteria query into an executable TypedQuery
. Its single contract is the compile(javax.persistence.criteria.CriteriaQuery
method.
Nested Class Summary | |
---|---|
static interface |
CriteriaQueryCompiler.ImplicitParameterBinding
Used to describe implicit (not defined in criteria query) parameters. |
static interface |
CriteriaQueryCompiler.RenderedCriteriaQuery
|
static interface |
CriteriaQueryCompiler.RenderingContext
Used to provide a context and services to the rendering. |
Constructor Summary | |
---|---|
CriteriaQueryCompiler(HibernateEntityManagerImplementor entityManager)
|
Method Summary | ||
---|---|---|
|
compile(javax.persistence.criteria.CriteriaQuery<T> criteriaQuery)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CriteriaQueryCompiler(HibernateEntityManagerImplementor entityManager)
Method Detail |
---|
public <T> javax.persistence.TypedQuery<T> compile(javax.persistence.criteria.CriteriaQuery<T> criteriaQuery)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |