|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Audited in org.hibernate.envers.configuration.metadata.reader |
---|
Methods in org.hibernate.envers.configuration.metadata.reader with parameters of type Audited | |
---|---|
protected boolean |
ComponentAuditedPropertiesReader.checkAudited(org.hibernate.annotations.common.reflection.XProperty property,
PropertyAuditingData propertyData,
Audited allClassAudited)
|
protected boolean |
AuditedPropertiesReader.checkAudited(org.hibernate.annotations.common.reflection.XProperty property,
PropertyAuditingData propertyData,
Audited allClassAudited)
|
Uses of Audited in org.hibernate.envers.test.entities |
---|
Classes in org.hibernate.envers.test.entities with annotations of type Audited | |
---|---|
class |
UnversionedEntity
|
Uses of Audited in org.hibernate.envers.test.entities.components |
---|
Classes in org.hibernate.envers.test.entities.components with annotations of type Audited | |
---|---|
class |
ComponentSetTestEntity
|
class |
DefaultValueComponentTestEntity
|
class |
UniquePropsEntity
|
class |
UniquePropsNotAuditedEntity
|
Uses of Audited in org.hibernate.envers.test.entities.manytomany |
---|
Classes in org.hibernate.envers.test.entities.manytomany with annotations of type Audited | |
---|---|
class |
WhereJoinTableEntity
|
Uses of Audited in org.hibernate.envers.test.entities.manytomany.biowned |
---|
Classes in org.hibernate.envers.test.entities.manytomany.biowned with annotations of type Audited | |
---|---|
class |
ListBiowning1Entity
Entity owning a many-to-many relation, where the other entity also owns the relation. |
class |
ListBiowning2Entity
Entity owning a many-to-many relation, where the other entity also owns the relation. |
Uses of Audited in org.hibernate.envers.test.entities.manytomany.sametable |
---|
Classes in org.hibernate.envers.test.entities.manytomany.sametable with annotations of type Audited | |
---|---|
class |
Child1Entity
|
class |
Child2Entity
|
class |
ParentEntity
|
Uses of Audited in org.hibernate.envers.test.entities.onetomany.detached |
---|
Uses of Audited in org.hibernate.envers.test.entities.onetomany.detached.inheritance |
---|
Classes in org.hibernate.envers.test.entities.onetomany.detached.inheritance with annotations of type Audited | |
---|---|
class |
ChildIndexedListJoinColumnBidirectionalRefIngEntity
Entity for InheritanceIndexedJoinColumnBidirectionalList test. |
class |
ParentIndexedListJoinColumnBidirectionalRefIngEntity
Entity for InheritanceIndexedJoinColumnBidirectionalList test. |
class |
ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity
Entity for InheritanceIndexedJoinColumnBidirectionalList test. |
Uses of Audited in org.hibernate.envers.test.integration.accesstype |
---|
Classes in org.hibernate.envers.test.integration.accesstype with annotations of type Audited | |
---|---|
class |
Country
|
Methods in org.hibernate.envers.test.integration.accesstype with annotations of type Audited | |
---|---|
String |
MixedAccessTypeEntity.getData()
|
String |
PropertyAccessTypeEntity.getData()
|
Uses of Audited in org.hibernate.envers.test.integration.basic |
---|
Classes in org.hibernate.envers.test.integration.basic with annotations of type Audited | |
---|---|
class |
BasicTestEntity4
|
Uses of Audited in org.hibernate.envers.test.integration.collection.norevision |
---|
Classes in org.hibernate.envers.test.integration.collection.norevision with annotations of type Audited | |
---|---|
class |
Name
|
class |
Person
|
Uses of Audited in org.hibernate.envers.test.integration.data |
---|
Classes in org.hibernate.envers.test.integration.data with annotations of type Audited | |
---|---|
class |
EnumTestEntity
|
Uses of Audited in org.hibernate.envers.test.integration.entityNames.auditedEntity |
---|
Classes in org.hibernate.envers.test.integration.entityNames.auditedEntity with annotations of type Audited | |
---|---|
class |
Person
|
Uses of Audited in org.hibernate.envers.test.integration.entityNames.manyToManyAudited |
---|
Classes in org.hibernate.envers.test.integration.entityNames.manyToManyAudited with annotations of type Audited | |
---|---|
class |
Car
|
class |
Person
|
Uses of Audited in org.hibernate.envers.test.integration.entityNames.oneToManyAudited |
---|
Classes in org.hibernate.envers.test.integration.entityNames.oneToManyAudited with annotations of type Audited | |
---|---|
class |
Car
|
class |
Person
|
Uses of Audited in org.hibernate.envers.test.integration.entityNames.oneToManyNotAudited |
---|
Methods in org.hibernate.envers.test.integration.entityNames.oneToManyNotAudited with annotations of type Audited | |
---|---|
int |
Car.getNumber()
|
List<Person> |
Car.getOwners()
|
Uses of Audited in org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited |
---|
Classes in org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited with annotations of type Audited | |
---|---|
class |
Car
|
class |
Person
|
Uses of Audited in org.hibernate.envers.test.integration.entityNames.singleAssociatedNotAudited |
---|
Methods in org.hibernate.envers.test.integration.entityNames.singleAssociatedNotAudited with annotations of type Audited | |
---|---|
int |
Car.getNumber()
|
Person |
Car.getOwner()
|
Uses of Audited in org.hibernate.envers.test.integration.hashcode |
---|
Classes in org.hibernate.envers.test.integration.hashcode with annotations of type Audited | |
---|---|
class |
WikiImage
|
class |
WikiPage
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.joined |
---|
Classes in org.hibernate.envers.test.integration.inheritance.joined with annotations of type Audited | |
---|---|
class |
ChildEntity
|
class |
ParentEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.joined.childrelation |
---|
Classes in org.hibernate.envers.test.integration.inheritance.joined.childrelation with annotations of type Audited | |
---|---|
class |
ChildIngEntity
|
class |
ParentNotIngEntity
|
class |
ReferencedEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.joined.emptychild |
---|
Classes in org.hibernate.envers.test.integration.inheritance.joined.emptychild with annotations of type Audited | |
---|---|
class |
EmptyChildEntity
|
class |
ParentEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.joined.notownedrelation |
---|
Classes in org.hibernate.envers.test.integration.inheritance.joined.notownedrelation with annotations of type Audited | |
---|---|
class |
Address
|
class |
Contact
|
class |
PersonalContact
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin |
---|
Classes in org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin with annotations of type Audited | |
---|---|
class |
ChildPrimaryKeyJoinEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.joined.relation |
---|
Classes in org.hibernate.envers.test.integration.inheritance.joined.relation with annotations of type Audited | |
---|---|
class |
ChildIngEntity
|
class |
ParentIngEntity
|
class |
Person
|
class |
ReferencedEntity
|
class |
RightsSubject
|
class |
Role
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional |
---|
Classes in org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional with annotations of type Audited | |
---|---|
class |
AbstractContainedEntity
|
class |
AbstractSetEntity
|
class |
ContainedEntity
|
class |
SetEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.mixed.entities |
---|
Classes in org.hibernate.envers.test.integration.inheritance.mixed.entities with annotations of type Audited | |
---|---|
class |
AbstractActivity
|
class |
AbstractCheckActivity
|
class |
CheckInActivity
|
class |
NormalActivity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.single |
---|
Classes in org.hibernate.envers.test.integration.inheritance.single with annotations of type Audited | |
---|---|
class |
ChildEntity
|
class |
ParentEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.single.childrelation |
---|
Classes in org.hibernate.envers.test.integration.inheritance.single.childrelation with annotations of type Audited | |
---|---|
class |
ChildIngEntity
|
class |
ParentNotIngEntity
|
class |
ReferencedEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.single.discriminatorformula |
---|
Classes in org.hibernate.envers.test.integration.inheritance.single.discriminatorformula with annotations of type Audited | |
---|---|
class |
ChildEntity
|
class |
ParentEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.single.notownedrelation |
---|
Classes in org.hibernate.envers.test.integration.inheritance.single.notownedrelation with annotations of type Audited | |
---|---|
class |
Address
|
class |
Contact
|
class |
PersonalContact
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.single.relation |
---|
Classes in org.hibernate.envers.test.integration.inheritance.single.relation with annotations of type Audited | |
---|---|
class |
ChildIngEntity
|
class |
ParentIngEntity
|
class |
ReferencedEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.tableperclass |
---|
Classes in org.hibernate.envers.test.integration.inheritance.tableperclass with annotations of type Audited | |
---|---|
class |
ChildEntity
|
class |
ParentEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.tableperclass.childrelation |
---|
Classes in org.hibernate.envers.test.integration.inheritance.tableperclass.childrelation with annotations of type Audited | |
---|---|
class |
ChildIngEntity
|
class |
ParentNotIngEntity
|
class |
ReferencedEntity
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation |
---|
Classes in org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation with annotations of type Audited | |
---|---|
class |
Address
|
class |
Contact
|
class |
PersonalContact
|
Uses of Audited in org.hibernate.envers.test.integration.inheritance.tableperclass.relation |
---|
Classes in org.hibernate.envers.test.integration.inheritance.tableperclass.relation with annotations of type Audited | |
---|---|
class |
ChildIngEntity
|
class |
ParentIngEntity
|
class |
ReferencedEntity
|
Uses of Audited in org.hibernate.envers.test.integration.interfaces.components |
---|
Classes in org.hibernate.envers.test.integration.interfaces.components with annotations of type Audited | |
---|---|
class |
ComponentTestEntity
|
Uses of Audited in org.hibernate.envers.test.integration.interfaces.hbm.allAudited |
---|
Classes in org.hibernate.envers.test.integration.interfaces.hbm.allAudited with annotations of type Audited | |
---|---|
class |
AuditedImplementor
|
interface |
SimpleInterface
|
Uses of Audited in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited |
---|
Classes in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited with annotations of type Audited | |
---|---|
class |
AuditedImplementor
|
Methods in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited with annotations of type Audited | |
---|---|
int |
SimpleInterface.getNumerito()
|
Uses of Audited in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2 |
---|
Classes in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2 with annotations of type Audited | |
---|---|
class |
AuditedImplementor
|
Methods in org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2 with annotations of type Audited | |
---|---|
String |
SimpleInterface.getData()
|
int |
SimpleInterface.getNumerito()
|
Uses of Audited in org.hibernate.envers.test.integration.interfaces.relation |
---|
Classes in org.hibernate.envers.test.integration.interfaces.relation with annotations of type Audited | |
---|---|
class |
SetRefEdEntity
ReferencEd entity |
Uses of Audited in org.hibernate.envers.test.integration.manytomany.inverseToSuperclass |
---|
Classes in org.hibernate.envers.test.integration.manytomany.inverseToSuperclass with annotations of type Audited | |
---|---|
class |
DetailSubclass
|
class |
DetailSubclass2
|
class |
DetailSuperclass
|
class |
Master
|
Uses of Audited in org.hibernate.envers.test.integration.merge |
---|
Classes in org.hibernate.envers.test.integration.merge with annotations of type Audited | |
---|---|
class |
GivenIdStrEntity
|
Uses of Audited in org.hibernate.envers.test.integration.naming |
---|
Classes in org.hibernate.envers.test.integration.naming with annotations of type Audited | |
---|---|
class |
VersionsJoinTableRangeTestAlternateEntity
Alternate implementation of mapped superclass for Audit join table test. |
class |
VersionsJoinTableRangeTestEntity
Concrete implementation of mapped superclass for Audit join table test. |
class |
VersionsJoinTableRangeTestEntitySuperClass
Mapped superclass for Audit join table test. |
Uses of Audited in org.hibernate.envers.test.integration.notinsertable |
---|
Classes in org.hibernate.envers.test.integration.notinsertable with annotations of type Audited | |
---|---|
class |
NotInsertableTestEntity
|
Uses of Audited in org.hibernate.envers.test.integration.notinsertable.manytoone |
---|
Classes in org.hibernate.envers.test.integration.notinsertable.manytoone with annotations of type Audited | |
---|---|
class |
ManyToOneNotInsertableEntity
|
class |
NotInsertableEntityType
|
Uses of Audited in org.hibernate.envers.test.integration.onetomany.inverseToSuperclass |
---|
Classes in org.hibernate.envers.test.integration.onetomany.inverseToSuperclass with annotations of type Audited | |
---|---|
class |
DetailSubclass
|
class |
DetailSubclass2
|
class |
DetailSuperclass
|
class |
Master
|
Uses of Audited in org.hibernate.envers.test.integration.properties |
---|
Classes in org.hibernate.envers.test.integration.properties with annotations of type Audited | |
---|---|
class |
UnversionedOptimisticLockingFieldEntity
|
Uses of Audited in org.hibernate.envers.test.integration.readwriteexpression |
---|
Methods in org.hibernate.envers.test.integration.readwriteexpression with annotations of type Audited | |
---|---|
double |
Staff.getSizeInInches()
|
Uses of Audited in org.hibernate.envers.test.integration.reference |
---|
Classes in org.hibernate.envers.test.integration.reference with annotations of type Audited | |
---|---|
class |
GreetingPO
|
class |
GreetingSetPO
|
Uses of Audited in org.hibernate.envers.test.integration.secondary |
---|
Classes in org.hibernate.envers.test.integration.secondary with annotations of type Audited | |
---|---|
class |
SecondaryNamingTestEntity
|
class |
SecondaryTestEntity
|
Uses of Audited in org.hibernate.envers.test.integration.secondary.ids |
---|
Classes in org.hibernate.envers.test.integration.secondary.ids with annotations of type Audited | |
---|---|
class |
SecondaryEmbIdTestEntity
|
class |
SecondaryMulIdTestEntity
|
Uses of Audited in org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass |
---|
Classes in org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass with annotations of type Audited | |
---|---|
class |
AuditedAllSubclassEntity
|
Uses of Audited in org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel |
---|
Classes in org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel with annotations of type Audited | |
---|---|
class |
AuditedAllMappedSuperclass
|
Uses of Audited in org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditAllSubclass |
---|
Classes in org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditAllSubclass with annotations of type Audited | |
---|---|
class |
AuditedAllSubclassEntity
|
Uses of Audited in org.hibernate.envers.test.integration.superclass.auditoverride |
---|
Classes in org.hibernate.envers.test.integration.superclass.auditoverride with annotations of type Audited | |
---|---|
class |
AuditedBaseEntity
|
class |
MixedOverrideEntity
|
class |
PropertyOverrideEntity
|
class |
TransitiveOverrideEntity
|
Uses of Audited in org.hibernate.envers.test.integration.superclass.auditparents |
---|
Classes in org.hibernate.envers.test.integration.superclass.auditparents with annotations of type Audited | |
---|---|
class |
BabyCompleteEntity
|
class |
ChildCompleteEntity
|
class |
ChildMultipleParentsEntity
|
class |
ChildSingleParentEntity
|
class |
ExplicitTransitiveChildEntity
|
class |
ImplicitTransitiveChildEntity
|
class |
TransitiveParentEntity
|
Uses of Audited in org.hibernate.envers.test.performance.complex |
---|
Classes in org.hibernate.envers.test.performance.complex with annotations of type Audited | |
---|---|
class |
ChildEntity1
|
class |
ChildEntity2
|
class |
RootEntity
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |