Class BioSQLFeatureFilter.HibernateFeatureFilter

    • Field Detail

      • not

        protected java.lang.reflect.Method not
      • and

        protected java.lang.reflect.Method and
      • or

        protected java.lang.reflect.Method or
      • eq

        protected java.lang.reflect.Method eq
      • le

        protected java.lang.reflect.Method le
      • ge

        protected java.lang.reflect.Method ge
      • conjunction

        protected java.lang.reflect.Method conjunction
      • disjunction

        protected java.lang.reflect.Method disjunction
      • conjunctAdd

        protected java.lang.reflect.Method conjunctAdd
      • disjunctAdd

        protected java.lang.reflect.Method disjunctAdd
    • Constructor Detail

      • HibernateFeatureFilter

        public HibernateFeatureFilter()
    • Method Detail

      • criterionAliasMap

        public java.util.Map criterionAliasMap()
        Description copied from interface: BioSQLFeatureFilter
        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.
        Specified by:
        criterionAliasMap in interface BioSQLFeatureFilter
        Returns:
        Map a map of property names to aliases used in the criterion.