Uses of Class
org.broadleafcommerce.common.util.dao.TQRestriction
Packages that use TQRestriction
-
Uses of TQRestriction in org.broadleafcommerce.common.util.dao
Fields in org.broadleafcommerce.common.util.dao with type parameters of type TQRestrictionModifier and TypeFieldDescriptionprotected List<TQRestriction>TQRestriction.restrictionsprotected List<TQRestriction>TypedQueryBuilder.restrictionsMethods in org.broadleafcommerce.common.util.dao that return TQRestrictionModifier and TypeMethodDescriptionTQRestriction.addChildRestriction(TQRestriction r) Adds a child restriction to the restrictions listMethods in org.broadleafcommerce.common.util.dao with parameters of type TQRestrictionModifier and TypeMethodDescriptionTQRestriction.addChildRestriction(TQRestriction r) Adds a child restriction to the restrictions listTypedQueryBuilder.addRestriction(TQRestriction restriction) Adds an explicit TQRestriction object.