@Deprecated public class EqualEnum<T> extends PathSpecification<T>
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
searchedNames
Deprecated.
|
path| Constructor and Description |
|---|
EqualEnum(String path,
String... args)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
javax.persistence.criteria.Predicate |
toPredicate(javax.persistence.criteria.Root<T> root,
javax.persistence.criteria.CriteriaQuery<?> query,
javax.persistence.criteria.CriteriaBuilder builder)
Deprecated.
|
pathprotected String[] searchedNames
public javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder builder)
public int hashCode()
hashCode in class PathSpecification<T>public boolean equals(Object obj)
equals in class PathSpecification<T>Copyright © 2014–2017. All rights reserved.