E - The entity type.P - The target value and target column type.protected static interface GenericDao.QueryPathProvider<E,P>
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Path<P> |
getPath(javax.persistence.criteria.Root<E> root,
javax.persistence.criteria.CriteriaBuilder builder)
Provides a path from the entity to the target attribute.
|
javax.persistence.criteria.Path<P> getPath(javax.persistence.criteria.Root<E> root, javax.persistence.criteria.CriteriaBuilder builder)
root - The query root, used to build the path.builder - The criteria builder for the query.Copyright © 2012–2016 Emory University. All rights reserved.