public interface JpaCrudRepository<T extends org.springframework.data.domain.Persistable<ID>,ID extends Serializable>
extends org.springframework.data.jpa.repository.JpaRepository<T,ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
| Modifier and Type | Method and Description |
|---|---|
<G> List<G> |
findAllProjectedBy(Class<G> clazz) |
<G> List<G> |
findAllProjectedBy(org.springframework.data.jpa.domain.Specification<T> spec,
Class<G> clazz) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllcount, delete, deleteAll, deleteAll, deleteById, existsById, findById, saveCopyright © 2019 Damsete Tecnologia LTDA. All rights reserved.