Uses of Class
org.broadleafcommerce.openadmin.server.service.persistence.module.criteria.FieldPath
Packages that use FieldPath
Package
Description
-
Uses of FieldPath in org.broadleafcommerce.openadmin.server.service.persistence.module
Methods in org.broadleafcommerce.openadmin.server.service.persistence.module with parameters of type FieldPathModifier and TypeMethodDescriptionprotected 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 TypedQueryBuilderBasicPersistenceModule.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. -
Uses of FieldPath in org.broadleafcommerce.openadmin.server.service.persistence.module.criteria
Fields in org.broadleafcommerce.openadmin.server.service.persistence.module.criteria declared as FieldPathModifier and TypeFieldDescriptionprotected FieldPathCriteriaConversionException.fieldPathprotected FieldPathFilterMapping.fieldPathMethods in org.broadleafcommerce.openadmin.server.service.persistence.module.criteria that return FieldPathModifier and TypeMethodDescriptionCriteriaConversionException.getFieldPath()FieldPathBuilder.getFieldPath(jakarta.persistence.criteria.From root, String fullPropertyName) FilterMapping.getFieldPath()FieldPath.withAssociationPath(List<String> associationPath) FieldPath.withTargetProperty(String targetProperty) FieldPath.withTargetPropertyPieces(List<String> targetPropertyPieces) Methods in org.broadleafcommerce.openadmin.server.service.persistence.module.criteria with parameters of type FieldPathModifier and TypeMethodDescriptionjakarta.persistence.criteria.PathFieldPathBuilder.getPath(jakarta.persistence.criteria.From root, FieldPath fieldPath, jakarta.persistence.criteria.CriteriaBuilder builder) voidCriteriaConversionException.setFieldPath(FieldPath fieldPath) voidFilterMapping.setFieldPath(FieldPath fieldPath) FilterMapping.withFieldPath(FieldPath fieldPath) Constructors in org.broadleafcommerce.openadmin.server.service.persistence.module.criteria with parameters of type FieldPath