| Modifier and Type | Method and Description |
|---|---|
long |
JPARepository.count(JPASpecification<T> specification) |
List<T> |
JPARepository.find(JPASpecification<T> specification,
Integer maxResult,
Integer offset,
Sort... sorts) |
List<T> |
JPARepository.find(JPASpecification<T> specification,
Integer maxResult,
Sort... sorts) |
List<T> |
JPARepository.find(JPASpecification<T> specification,
Sort... sorts) |
T |
JPARepository.first(JPASpecification<T> specification,
Sort... sorts) |
| Modifier and Type | Method and Description |
|---|---|
<S extends JPASpecification<T>> |
JPASpecification.and(S other) |
<S extends JPASpecification<T>> |
JPASpecification.or(S other) |
| Modifier and Type | Method and Description |
|---|---|
<S extends JPASpecification<T>> |
JPASpecification.and(S other) |
<S extends JPASpecification<T>> |
JPASpecification.or(S other) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllSpecification<T> |
class |
AndSpecification<T> |
class |
GenericSpecification<T> |
class |
OrSpecification<T> |
class |
RSQLSpecification<T> |
| Constructor and Description |
|---|
AndSpecification(JPASpecification<T> first,
JPASpecification<T> second) |
AndSpecification(JPASpecification<T> first,
JPASpecification<T> second) |
OrSpecification(JPASpecification<T> first,
JPASpecification<T> second) |
OrSpecification(JPASpecification<T> first,
JPASpecification<T> second) |
Copyright © 2019. All rights reserved.