Spring Data Commons

Uses of Class
org.springframework.data.history.Revisions

Packages that use Revisions
org.springframework.data.history Basic interfaces and value objects for historiography API. 
org.springframework.data.repository.history API for repositories using historiography. 
 

Uses of Revisions in org.springframework.data.history
 

Methods in org.springframework.data.history that return Revisions
 Revisions<N,T> Revisions.reverse()
          Reverses the current Revisions.
 

Uses of Revisions in org.springframework.data.repository.history
 

Methods in org.springframework.data.repository.history that return Revisions
 Revisions<N,T> RevisionRepository.findRevisions(ID id)
          Returns all Revisions of an entity with the given id.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.