public interface GxJpaRepository<ENTITY,ID>
extends org.springframework.data.jpa.repository.JpaRepository<ENTITY,ID>
| Modifier and Type | Method and Description |
|---|---|
default void |
delete(Iterable<? extends ENTITY> entities) |
default List<ENTITY> |
findAll(Iterable<ID> ids) |
default ENTITY |
findOne(ID id) |
default <S extends ENTITY> |
save(Iterable<S> entities) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllCopyright © 2019. All rights reserved.