モジュール jp.ecuacion.splib.jpa

インタフェース SplibRepository<T,I>

すべてのスーパーインタフェース:
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>
  • メソッドの概要

    インタフェースから継承されたメソッド 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

      Optional<T> findByIdAndSoftDeleteFieldTrueFromAllGroups(@Param("entity") T entity)
    • findByNaturalKeyAndSoftDeleteFieldTrueFromAllGroups

      Optional<T> findByNaturalKeyAndSoftDeleteFieldTrueFromAllGroups(@Param("entity") T entity)
    • deleteByIdAndSoftDeleteFieldTrueFromAllGroups

      @Modifying void deleteByIdAndSoftDeleteFieldTrueFromAllGroups(@Param("entity") T entity)