Uses of Class
org.broadleafcommerce.common.util.dao.TQRestriction
Packages that use TQRestriction
Package
Description
-
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.restrictions
protected List<TQRestriction>
TypedQueryBuilder.restrictions
Methods 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. -
Uses of TQRestriction in org.broadleafcommerce.openadmin.server.service.persistence.module
Methods in org.broadleafcommerce.openadmin.server.service.persistence.module that return types with arguments of type TQRestrictionModifier and TypeMethodDescriptionprotected List<TQRestriction>
BasicPersistenceModule.buildSpecialRestrictions
(String specialExpression, List<FilterMapping> filterMappings) Generate EQUALS restrictions for any filter property specified on the entity member of the collection field in the @Embeddable objectprotected List<TQRestriction>
BasicPersistenceModule.buildStandardRestrictions
(FieldPath embeddedCollectionPath, List<FilterMapping> filterMappings) Generate LIKE or EQUALS restrictions for any filter property specified on the root entity (not the collection field in the @Embeddable object)