| Package | Description |
|---|---|
| br.pucrio.tecgraf.soma.serviceapi.persistence.repository | |
| br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
Repository.find(W specification,
Integer maxResult,
Integer offset,
Sort... sorts)
Get elements that matches a given specification
|
List<T> |
Repository.find(W specification,
Integer maxResult,
Sort... sorts)
Get elements that matches a given specification
|
List<T> |
Repository.find(W specification,
Sort... sorts)
Get elements that matches a given specification
|
T |
Repository.first(W specification,
Sort... sorts)
Get the first element that matches a given specification
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2019. All rights reserved.