类 FilterSourceImpl

    • 方法详细资料

      • getCondition

        public String getCondition()
        从接口复制的说明: FilterSource
        Get the condition associated with the filter. Can be null in the case of a filter described further by a "filter def" which contains the condition text.
        指定者:
        getCondition 在接口中 FilterSource
        返回:
        The condition defined on the filter.
        另请参阅:
        getCondition()
      • shouldAutoInjectAliases

        public boolean shouldAutoInjectAliases()
        从接口复制的说明: FilterSource
        Should Hibernate perform automatic alias injection into the supplied condition string? The default is to perform auto injection *unless* explicit alias(es) are supplied.
        指定者:
        shouldAutoInjectAliases 在接口中 FilterSource
        返回:
        true indicates auto injection should occur; false that it should not