public class Like<T> extends PathSpecification<T> implements WithoutTypeConversion
path like %pattern% where-clause.| Modifier and Type | Field and Description |
|---|---|
protected String |
pattern |
path| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
javax.persistence.criteria.Predicate |
toPredicate(javax.persistence.criteria.Root<T> root,
javax.persistence.criteria.CriteriaQuery<?> query,
javax.persistence.criteria.CriteriaBuilder builder) |
pathprotected String pattern
public javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder builder)
toPredicate in interface org.springframework.data.jpa.domain.Specification<T>public int hashCode()
hashCode in class PathSpecification<T>public boolean equals(Object obj)
equals in class PathSpecification<T>Copyright © 2014–2017. All rights reserved.