接口 CriteriaInterpretation
-
public interface CriteriaInterpretationThe interpretation of a JPA criteria object.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 QueryImplementorbuildCompiledQuery(SharedSessionContractImplementor entityManager, InterpretedParameterMetadata interpretedParameterMetadata)Generate aQueryinstance given the interpreted criteria compiled against the passed EntityManager.
-
-
-
方法详细资料
-
buildCompiledQuery
QueryImplementor buildCompiledQuery(SharedSessionContractImplementor entityManager, InterpretedParameterMetadata interpretedParameterMetadata)
Generate aQueryinstance given the interpreted criteria compiled against the passed EntityManager.- 参数:
entityManager- The EntityManager against which to create the Query instance.interpretedParameterMetadata- parameter metadata- 返回:
- The created Query instance.
-
-