Package org.jboss.envers

Interface Summary
RevisionListener An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
VersionsReader  
 

Class Summary
DefaultRevisionEntity  
VersionsReaderFactory  
 

Enum Summary
ModificationStore  
RevisionType Type of the revision.
 

Annotation Types Summary
RevisionEntity Marks an entity to be created whenever a new revision is generated.
RevisionNumber Marks a property which will hold the number of the revision in a revision entity, see RevisionListener.
RevisionTimestamp Marks a property which will hold the timestamp of the revision in a revision entity, see RevisionListener.
SecondaryVersionsTable  
SecondaryVersionsTables  
Unversioned When applied to a field, indicates that this field should not be versioned.
Versioned When applied to a class, indicates that all of its properties should be versioned.
VersionsJoinTable  
VersionsTable