Uses of Package
org.hibernate.envers

Packages that use org.hibernate.envers
org.hibernate.envers   
org.hibernate.envers.configuration   
org.hibernate.envers.configuration.metadata.reader   
org.hibernate.envers.entities   
org.hibernate.envers.query   
org.hibernate.envers.reader   
org.hibernate.envers.revisioninfo   
org.hibernate.envers.synchronization.work   
org.hibernate.envers.test   
org.hibernate.envers.test.entities   
org.hibernate.envers.test.entities.components   
org.hibernate.envers.test.entities.manytomany   
org.hibernate.envers.test.entities.manytomany.biowned   
org.hibernate.envers.test.entities.manytomany.sametable   
org.hibernate.envers.test.entities.onetomany.detached   
org.hibernate.envers.test.entities.onetomany.detached.inheritance   
org.hibernate.envers.test.entities.reventity   
org.hibernate.envers.test.entities.reventity.trackmodifiedentities   
org.hibernate.envers.test.integration.accesstype   
org.hibernate.envers.test.integration.basic   
org.hibernate.envers.test.integration.collection.norevision   
org.hibernate.envers.test.integration.data   
org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited   
org.hibernate.envers.test.integration.hashcode   
org.hibernate.envers.test.integration.inheritance.joined   
org.hibernate.envers.test.integration.inheritance.joined.childrelation   
org.hibernate.envers.test.integration.inheritance.joined.emptychild   
org.hibernate.envers.test.integration.inheritance.joined.notownedrelation   
org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin   
org.hibernate.envers.test.integration.inheritance.joined.relation   
org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional   
org.hibernate.envers.test.integration.inheritance.mixed.entities   
org.hibernate.envers.test.integration.interfaces.components   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited   
org.hibernate.envers.test.integration.interfaces.relation   
org.hibernate.envers.test.integration.manytomany.inverseToSuperclass   
org.hibernate.envers.test.integration.merge   
org.hibernate.envers.test.integration.naming   
org.hibernate.envers.test.integration.notinsertable   
org.hibernate.envers.test.integration.notinsertable.manytoone   
org.hibernate.envers.test.integration.properties   
org.hibernate.envers.test.integration.readwriteexpression   
org.hibernate.envers.test.integration.reference   
org.hibernate.envers.test.integration.reventity   
org.hibernate.envers.test.integration.secondary   
org.hibernate.envers.test.integration.secondary.ids   
org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass   
org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel   
org.hibernate.envers.test.integration.superclass.auditoverride   
org.hibernate.envers.test.integration.superclass.auditparents   
org.hibernate.envers.test.performance.complex   
 

Classes in org.hibernate.envers used by org.hibernate.envers
AuditReader
           
CrossTypeRevisionChangesReader
          Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.
DefaultRevisionEntity
           
ModificationStore
           
RelationTargetAuditMode
           
RevisionListener
          An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
RevisionType
          Type of the revision.
 

Classes in org.hibernate.envers used by org.hibernate.envers.configuration
RevisionListener
          An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
 

Classes in org.hibernate.envers used by org.hibernate.envers.configuration.metadata.reader
Audited
          When applied to a class, indicates that all of its properties should be audited.
AuditJoinTable
           
AuditOverride
          The AuditingOverride annotation is used to override the auditing behavior of a superclass or single property inherited from MappedSuperclass type, or attribute inside an embedded component.
AuditOverrides
          The AuditingOverrides annotation is used to override the auditing behavior for one ore more fields (or properties) inside an embedded component.
AuditTable
           
ModificationStore
           
RelationTargetAuditMode
           
 

Classes in org.hibernate.envers used by org.hibernate.envers.entities
ModificationStore
           
RevisionType
          Type of the revision.
 

Classes in org.hibernate.envers used by org.hibernate.envers.query
RevisionType
          Type of the revision.
 

Classes in org.hibernate.envers used by org.hibernate.envers.reader
AuditReader
           
CrossTypeRevisionChangesReader
          Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.
RevisionType
          Type of the revision.
 

Classes in org.hibernate.envers used by org.hibernate.envers.revisioninfo
RevisionListener
          An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
RevisionType
          Type of the revision.
 

Classes in org.hibernate.envers used by org.hibernate.envers.synchronization.work
RevisionType
          Type of the revision.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test
AuditReader
           
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.entities
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.entities.components
Audited
          When applied to a class, indicates that all of its properties should be audited.
NotAudited
          When applied to a field, indicates that this field should not be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.entities.manytomany
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.entities.manytomany.biowned
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.entities.manytomany.sametable
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.entities.onetomany.detached
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.entities.onetomany.detached.inheritance
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.entities.reventity
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.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.entities.reventity.trackmodifiedentities
DefaultRevisionEntity
           
DefaultTrackingModifiedEntitiesRevisionEntity
          Extension of standard DefaultRevisionEntity that allows tracking entity names changed in each revision.
EntityTrackingRevisionListener
          Extension of standard RevisionListener that notifies whenever an entity instance has been added, modified or removed within current revision boundaries.
RevisionEntity
          Marks an entity to be created whenever a new revision is generated.
RevisionListener
          An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
RevisionType
          Type of the revision.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.accesstype
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.basic
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.collection.norevision
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.data
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.hashcode
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.inheritance.joined
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.inheritance.joined.childrelation
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.inheritance.joined.emptychild
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.inheritance.joined.notownedrelation
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.inheritance.joined.relation
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.inheritance.mixed.entities
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.interfaces.components
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.interfaces.relation
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.manytomany.inverseToSuperclass
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.merge
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.naming
Audited
          When applied to a class, indicates that all of its properties should be audited.
AuditTable
           
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.notinsertable
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.notinsertable.manytoone
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.properties
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.readwriteexpression
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.reference
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.reventity
DefaultRevisionEntity
           
RevisionEntity
          Marks an entity to be created whenever a new revision is generated.
RevisionListener
          An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.secondary
Audited
          When applied to a class, indicates that all of its properties should be audited.
SecondaryAuditTable
           
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.secondary.ids
Audited
          When applied to a class, indicates that all of its properties should be audited.
SecondaryAuditTable
           
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.superclass.auditoverride
Audited
          When applied to a class, indicates that all of its properties should be audited.
AuditOverrides
          The AuditingOverrides annotation is used to override the auditing behavior for one ore more fields (or properties) inside an embedded component.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.integration.superclass.auditparents
Audited
          When applied to a class, indicates that all of its properties should be audited.
 

Classes in org.hibernate.envers used by org.hibernate.envers.test.performance.complex
Audited
          When applied to a class, indicates that all of its properties should be audited.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.