- すべてのスーパーインタフェース:
org.springframework.data.repository.CrudRepository<T,,I> org.springframework.data.jpa.repository.JpaRepository<T,,I> org.springframework.data.repository.ListCrudRepository<T,,I> org.springframework.data.repository.ListPagingAndSortingRepository<T,,I> org.springframework.data.repository.PagingAndSortingRepository<T,,I> org.springframework.data.repository.query.QueryByExampleExecutor<T>,org.springframework.data.repository.Repository<T,I>
@NoRepositoryBean
public interface SplibRepository<T,I>
extends org.springframework.data.jpa.repository.JpaRepository<T,I>
-
メソッドの概要
修飾子とタイプメソッド説明voidインタフェースから継承されたメソッド org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveインタフェースから継承されたメソッド org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushインタフェースから継承されたメソッド org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllインタフェースから継承されたメソッド org.springframework.data.repository.ListPagingAndSortingRepository
findAllインタフェースから継承されたメソッド org.springframework.data.repository.PagingAndSortingRepository
findAllインタフェースから継承されたメソッド org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
メソッドの詳細
-
findByIdAndSoftDeleteFieldTrueFromAllGroups
-
findByNaturalKeyAndSoftDeleteFieldTrueFromAllGroups
-
deleteByIdAndSoftDeleteFieldTrueFromAllGroups
-