public final class ApplicationPredicates
extends java.lang.Object
Predicate generation helpers for querying ApplicationEntity.| Modifier and Type | Method and Description |
|---|---|
static javax.persistence.criteria.Predicate |
find(javax.persistence.criteria.Root<ApplicationEntity> root,
javax.persistence.criteria.CriteriaQuery<?> cq,
javax.persistence.criteria.CriteriaBuilder cb,
java.lang.String name,
java.lang.String user,
java.util.Set<java.lang.String> statuses,
java.util.Set<TagEntity> tags,
java.lang.String type)
Get a
Predicate using the specified parameters. |
public static javax.persistence.criteria.Predicate find(javax.persistence.criteria.Root<ApplicationEntity> root, javax.persistence.criteria.CriteriaQuery<?> cq, javax.persistence.criteria.CriteriaBuilder cb, @Nullable java.lang.String name, @Nullable java.lang.String user, @Nullable java.util.Set<java.lang.String> statuses, @Nullable java.util.Set<TagEntity> tags, @Nullable java.lang.String type)
Predicate using the specified parameters.root - The Root (from) for this querycq - The CriteriaQuery instance this predicate is forcb - The CriteriaBuilder for the queryname - The name of the applicationuser - The name of the user who created the applicationstatuses - The status of the applicationtags - The set of tags to search withtype - The type of applications to fine