| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.server.service.persistence.module | |
| org.broadleafcommerce.openadmin.server.service.persistence.module.criteria |
| Modifier and Type | Method and Description |
|---|---|
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)
|
protected TypedQueryBuilder |
BasicPersistenceModule.getSpecialCaseQueryBuilder(FieldPath embeddedCollectionPath,
List<FilterMapping> filterMappings,
String collectionClass)
Use an alternate approach to generating a fetch query for a collection located inside of an @Embeddable object.
|
| Modifier and Type | Field and Description |
|---|---|
protected FieldPath |
CriteriaConversionException.fieldPath |
protected FieldPath |
FilterMapping.fieldPath |
| Modifier and Type | Method and Description |
|---|---|
FieldPath |
CriteriaConversionException.getFieldPath() |
FieldPath |
FilterMapping.getFieldPath() |
FieldPath |
FieldPathBuilder.getFieldPath(javax.persistence.criteria.From root,
String fullPropertyName) |
FieldPath |
FieldPath.withAssociationPath(List<String> associationPath) |
FieldPath |
FieldPath.withTargetProperty(String targetProperty) |
FieldPath |
FieldPath.withTargetPropertyPieces(List<String> targetPropertyPieces) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Path |
FieldPathBuilder.getPath(javax.persistence.criteria.From root,
FieldPath fieldPath,
javax.persistence.criteria.CriteriaBuilder builder) |
void |
CriteriaConversionException.setFieldPath(FieldPath fieldPath) |
void |
FilterMapping.setFieldPath(FieldPath fieldPath) |
FilterMapping |
FilterMapping.withFieldPath(FieldPath fieldPath) |
| Constructor and Description |
|---|
CriteriaConversionException(String message,
FieldPath fieldPath) |
Copyright © 2017. All rights reserved.