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 RelationTargetAuditModetargetAuditMode()Specifies if the entity that is the target of the relation should be audited or not.static RelationTargetAuditModeRelationTargetAuditMode. 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.
-