org.springframework.data.envers.repository.support
Interface EnversRevisionRepository<T,ID extends Serializable,N extends Number & Comparable<N>>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.jpa.repository.JpaRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>, org.springframework.data.repository.history.RevisionRepository<T,ID,N>

@NoRepositoryBean
public interface EnversRevisionRepository<T,ID extends Serializable,N extends Number & Comparable<N>>
extends org.springframework.data.repository.history.RevisionRepository<T,ID,N>, org.springframework.data.jpa.repository.JpaRepository<T,ID>

Convenience interface to allow pulling in JpaRepository and RevisionRepository functionality in one go.

Author:
Oliver Gierke

Method Summary
 
Methods inherited from interface org.springframework.data.repository.history.RevisionRepository
findLastChangeRevision, findRevisions, findRevisions
 
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, flush, save, saveAndFlush
 
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
 
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, delete, delete, deleteAll, exists, findAll, findOne, save
 



Copyright © 2012. All Rights Reserved.