public class CriteriaCompiler extends Object implements Serializable
TypedQuery
. Its single contract is the compile(org.hibernate.query.criteria.internal.compile.CompilableCriteria)
method.
NOTE : This is a temporary implementation which simply translates the criteria query into a JPAQL query string. A
better, long-term solution is being implemented as part of refactoring the JPAQL/HQL translator.Constructor and Description |
---|
CriteriaCompiler(SessionImplementor entityManager) |
Modifier and Type | Method and Description |
---|---|
QueryImplementor |
compile(CompilableCriteria criteria) |
public CriteriaCompiler(SessionImplementor entityManager)
public QueryImplementor compile(CompilableCriteria criteria)
Copyright © 2019 JBoss by Red Hat. All rights reserved.