Package | Description |
---|---|
org.broadleafcommerce.common.util.dao | |
org.broadleafcommerce.openadmin.server.service.persistence.module |
Modifier and Type | Field and Description |
---|---|
protected List<TQRestriction> |
TQRestriction.restrictions |
protected List<TQRestriction> |
TypedQueryBuilder.restrictions |
Modifier and Type | Method and Description |
---|---|
TQRestriction |
TQRestriction.addChildRestriction(TQRestriction r)
Adds a child restriction to the restrictions list
|
Modifier and Type | Method and Description |
---|---|
TQRestriction |
TQRestriction.addChildRestriction(TQRestriction r)
Adds a child restriction to the restrictions list
|
TypedQueryBuilder<T> |
TypedQueryBuilder.addRestriction(TQRestriction restriction)
Adds an explicit TQRestriction object.
|
Modifier and Type | Method and Description |
---|---|
protected 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 object
|
protected 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)
|
Copyright © 2022. All rights reserved.