Uses of Class
org.hibernate.envers.RelationTargetAuditMode

Packages that use RelationTargetAuditMode
org.hibernate.envers   
org.hibernate.envers.configuration.metadata.reader   
 

Uses of RelationTargetAuditMode in org.hibernate.envers
 

Methods in org.hibernate.envers that return RelationTargetAuditMode
static RelationTargetAuditMode RelationTargetAuditMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelationTargetAuditMode[] RelationTargetAuditMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RelationTargetAuditMode in org.hibernate.envers.configuration.metadata.reader
 

Methods in org.hibernate.envers.configuration.metadata.reader that return RelationTargetAuditMode
 RelationTargetAuditMode PropertyAuditingData.getRelationTargetAuditMode()
          Get the relationTargetAuditMode property.
 

Methods in org.hibernate.envers.configuration.metadata.reader with parameters of type RelationTargetAuditMode
 void PropertyAuditingData.setRelationTargetAuditMode(RelationTargetAuditMode relationTargetAuditMode)
          Set the relationTargetAuditMode property value.
 

Constructors in org.hibernate.envers.configuration.metadata.reader with parameters of type RelationTargetAuditMode
PropertyAuditingData(String name, String accessType, ModificationStore store, RelationTargetAuditMode relationTargetAuditMode, String auditMappedBy, String positionMappedBy, boolean forceInsertable)
           
 



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