接口 CriteriaSpecification

    • 字段详细资料

      • ROOT_ALIAS

        static final String ROOT_ALIAS
        The alias that refers to the "root" entity of the criteria query.
        另请参阅:
        常量字段值
      • ALIAS_TO_ENTITY_MAP

        static final ResultTransformer ALIAS_TO_ENTITY_MAP
        Each row of results is a Map from alias to entity instance
      • ROOT_ENTITY

        static final ResultTransformer ROOT_ENTITY
        Each row of results is an instance of the root entity
      • DISTINCT_ROOT_ENTITY

        static final ResultTransformer DISTINCT_ROOT_ENTITY
        Each row of results is a distinct instance of the root entity
      • PROJECTION

        static final ResultTransformer PROJECTION
        This result transformer is selected implicitly by calling setProjection()