Interface EnversSearchRepository<T,​ID extends Serializable,​N extends Number & Comparable<N>>

  • Type Parameters:
    T - the domain class
    ID - the type of the Id of the domain class
    N - the type of the revision
    All Superinterfaces:
    org.springframework.data.repository.CrudRepository<T,​ID>, org.springframework.data.jpa.repository.JpaRepository<T,​ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>, org.springframework.data.repository.PagingAndSortingRepository<T,​ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>, org.springframework.data.repository.Repository<T,​ID>, org.springframework.data.repository.history.RevisionRepository<T,​ID,​N>, SearchRepository<T,​ID>
    All Known Implementing Classes:
    EnversSearchRepositoryImpl

    @NoRepositoryBean
    public interface EnversSearchRepository<T,​ID extends Serializable,​N extends Number & Comparable<N>>
    extends org.springframework.data.repository.history.RevisionRepository<T,​ID,​N>, SearchRepository<T,​ID>
    A SearchRepository that additionally offers Spring Data Envers functionality
    Author:
    Claus Stuemke
    See Also:
    SearchRepository, RevisionRepository
    • Method Summary

      • 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, findAll, findAll, findAllById, flush, getById, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

        count, exists, 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, findBy, findOne
      • Methods inherited from interface org.springframework.data.repository.history.RevisionRepository

        findLastChangeRevision, findRevision, findRevisions, findRevisions