Class FilterSourceImpl

    • Method Detail

      • getName

        public String getName()
        Description copied from interface: FilterSource
        Get the name of the filter being described.
        Specified by:
        getName in interface FilterSource
        Returns:
        The name.
      • getCondition

        public String getCondition()
        Description copied from interface: 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.
        Specified by:
        getCondition in interface FilterSource
        Returns:
        The condition defined on the filter.
        See Also:
        getCondition()
      • shouldAutoInjectAliases

        public boolean shouldAutoInjectAliases()
        Description copied from interface: 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.
        Specified by:
        shouldAutoInjectAliases in interface FilterSource
        Returns:
        true indicates auto injection should occur; false that it should not