E - Type of the Entity to build the Predicate for.public interface PredicateBuilder<E>
Predicate for an Entity.| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Predicate |
createPredicate(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Path<? extends E> path)
Builds a predicate with the given builder that is derived from the given path.
|
javax.persistence.criteria.Predicate createPredicate(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Path<? extends E> path)
Copyright © 2014 dontdrinkandroot. All rights reserved.