Interface BaseRepository<Entity extends CalummaEntity,​T>

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<Entity,​T>, org.springframework.data.jpa.repository.JpaRepository<Entity,​T>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Entity>, org.springframework.data.repository.PagingAndSortingRepository<Entity,​T>, org.springframework.data.repository.query.QueryByExampleExecutor<Entity>, org.springframework.data.repository.Repository<Entity,​T>

    @NoRepositoryBean
    public interface BaseRepository<Entity extends CalummaEntity,​T>
    extends org.springframework.data.jpa.repository.JpaRepository<Entity,​T>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Entity>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Optional<Entity> findByIdAndIsDeletedFalse​(Long id)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

        deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

        count, findAll, findAll, findAll, findOne
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findOne