Uses of Class
org.hibernate.envers.RelationTargetNotFoundAction
-
Packages that use RelationTargetNotFoundAction Package Description org.hibernate.envers org.hibernate.envers.configuration.internal.metadata.reader -
-
Uses of RelationTargetNotFoundAction in org.hibernate.envers
Methods in org.hibernate.envers that return RelationTargetNotFoundAction Modifier and Type Method Description RelationTargetNotFoundAction
targetNotFoundAction()
Specifies if the entity that is the relation target isn't found, how should the system react.static RelationTargetNotFoundAction
RelationTargetNotFoundAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static RelationTargetNotFoundAction[]
RelationTargetNotFoundAction. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RelationTargetNotFoundAction in org.hibernate.envers.configuration.internal.metadata.reader
Methods in org.hibernate.envers.configuration.internal.metadata.reader that return RelationTargetNotFoundAction Modifier and Type Method Description RelationTargetNotFoundAction
PropertyAuditingData. getRelationTargetNotFoundAction()
Methods in org.hibernate.envers.configuration.internal.metadata.reader with parameters of type RelationTargetNotFoundAction Modifier and Type Method Description void
PropertyAuditingData. setRelationTargetNotFoundAction(RelationTargetNotFoundAction relationTargetNotFoundAction)
Constructors in org.hibernate.envers.configuration.internal.metadata.reader with parameters of type RelationTargetNotFoundAction Constructor Description PropertyAuditingData(String name, String accessType, RelationTargetAuditMode relationTargetAuditMode, RelationTargetNotFoundAction relationTargetNotFoundAction, String auditMappedBy, String positionMappedBy, boolean forceInsertable, boolean synthetic, Value value)
PropertyAuditingData(String name, String accessType, RelationTargetNotFoundAction relationTargetNotFoundAction, boolean forceInsertable, boolean synthetic, Value value)
Create a property with the defaultRelationTargetAuditMode
mode of AUDITED.
-