|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |