Spring Data Core

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 Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.