public class CriteriaCompiler extends Object implements Serializable
TypedQuery
. Its single contract is the compile(org.hibernate.jpa.criteria.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(HibernateEntityManagerImplementor entityManager) |
public CriteriaCompiler(HibernateEntityManagerImplementor entityManager)
public Query compile(CompilableCriteria criteria)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.