Uses of Class
org.hibernate.envers.RelationTargetAuditMode
-
Packages that use RelationTargetAuditMode Package Description org.hibernate.envers -
-
Uses of RelationTargetAuditMode in org.hibernate.envers
Methods in org.hibernate.envers that return RelationTargetAuditMode Modifier and Type Method Description RelationTargetAuditMode
targetAuditMode()
Specifies if the entity that is the target of the relation should be audited or not.static RelationTargetAuditMode
RelationTargetAuditMode. valueOf(java.lang.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.
-