接口 CriteriaInterpretation


  • public interface CriteriaInterpretation
    The interpretation of a JPA criteria object.
    作者:
    Steve Ebersole
    • 方法详细资料

      • buildCompiledQuery

        QueryImplementor buildCompiledQuery​(SharedSessionContractImplementor entityManager,
                                            InterpretedParameterMetadata interpretedParameterMetadata)
        Generate a Query instance 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.