| Package | Description |
|---|---|
| org.broadleafcommerce.common.util.dao | |
| org.broadleafcommerce.openadmin.server.service.persistence.module |
| Modifier and Type | Method and Description |
|---|---|
TypedQueryBuilder<T> |
TypedQueryBuilder.addJoin(TQJoin join) |
TypedQueryBuilder<T> |
TypedQueryBuilder.addOrder(TQOrder order) |
TypedQueryBuilder<T> |
TypedQueryBuilder.addRestriction(String expression,
String operation,
Object parameter)
Adds a simple restriction to the query.
|
TypedQueryBuilder<T> |
TypedQueryBuilder.addRestriction(TQRestriction restriction)
Adds an explicit TQRestriction object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All rights reserved.