Interface VersionDeletedRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<VersionDeleted,String>, org.springframework.data.jpa.repository.JpaRepository<VersionDeleted,String>, org.springframework.data.repository.ListCrudRepository<VersionDeleted,String>, org.springframework.data.repository.ListPagingAndSortingRepository<VersionDeleted,String>, org.springframework.data.repository.PagingAndSortingRepository<VersionDeleted,String>, QlackBaseRepository<VersionDeleted,String>, org.springframework.data.repository.query.QueryByExampleExecutor<VersionDeleted>, org.springframework.data.querydsl.QuerydslPredicateExecutor<VersionDeleted>, org.springframework.data.repository.Repository<VersionDeleted,String>

@Repository public interface VersionDeletedRepository extends QlackBaseRepository<VersionDeleted,String>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page
    findAll(org.springframework.data.domain.Pageable pageable)
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface com.eurodyn.qlack.common.repository.QlackBaseRepository

    fetchById, findAll, findAll

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

    count, exists, findAll, findBy, findOne

    Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor

    count, exists, findAll, findAll, findAll, findBy, findOne
  • Method Details

    • findAll

      @Lock(PESSIMISTIC_WRITE) org.springframework.data.domain.Page findAll(org.springframework.data.domain.Pageable pageable)
      Specified by:
      findAll in interface org.springframework.data.repository.PagingAndSortingRepository<VersionDeleted,String>