Interface BioSQLFeatureFilter

    • Method Detail

      • asCriterion

        java.lang.Object asCriterion()
        This method returns a Hibernate Criterion object that can be used to query the database.
        Returns:
        a Hibernate Criterion object representing this filter.
      • criterionAliasMap

        java.util.Map criterionAliasMap()
        Returns a map of property names (keys) to aliases (values), if the criterion returned by asCriterion() uses aliases at all. If not, then it must at least return the empty map else you'll get NullPointerExceptions thrown elsewhere.
        Returns:
        Map a map of property names to aliases used in the criterion.