public abstract class PathSpecification<T> extends Object implements org.springframework.data.jpa.domain.Specification<T>
| Constructor and Description |
|---|
PathSpecification(String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
protected <F> javax.persistence.criteria.Path<F> |
path(javax.persistence.criteria.Root<T> root) |
Copyright © 2014–2017. All rights reserved.