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 RelationTargetNotFoundActiontargetNotFoundAction()Specifies if the entity that is the relation target isn't found, how should the system react.static RelationTargetNotFoundActionRelationTargetNotFoundAction. 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 RelationTargetNotFoundActionPropertyAuditingData. getRelationTargetNotFoundAction()Methods in org.hibernate.envers.configuration.internal.metadata.reader with parameters of type RelationTargetNotFoundAction Modifier and Type Method Description voidPropertyAuditingData. 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 defaultRelationTargetAuditModemode of AUDITED.
-