Uses of Enum Class
org.hibernate.envers.RelationTargetNotFoundAction
Packages that use RelationTargetNotFoundAction
Package
Description
-
Uses of RelationTargetNotFoundAction in org.hibernate.envers
Subclasses with type arguments of type RelationTargetNotFoundAction in org.hibernate.enversModifier and TypeClassDescriptionenumDefines the actions on how to handleEntityNotFoundExceptioncases when a relation between two entities (audited or not) cannot be found in the data store.Methods in org.hibernate.envers that return RelationTargetNotFoundActionModifier and TypeMethodDescriptionstatic RelationTargetNotFoundActionReturns the enum constant of this class with the specified name.static RelationTargetNotFoundAction[]RelationTargetNotFoundAction.values()Returns an array containing the constants of this enum class, 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 RelationTargetNotFoundActionMethods in org.hibernate.envers.configuration.internal.metadata.reader with parameters of type RelationTargetNotFoundActionModifier and TypeMethodDescriptionvoidPropertyAuditingData.setRelationTargetNotFoundAction(RelationTargetNotFoundAction relationTargetNotFoundAction) Constructors in org.hibernate.envers.configuration.internal.metadata.reader with parameters of type RelationTargetNotFoundActionModifierConstructorDescriptionPropertyAuditingData(String name, String accessType, RelationTargetAuditMode relationTargetAuditMode, RelationTargetNotFoundAction relationTargetNotFoundAction, String auditMappedBy, String positionMappedBy, boolean forceInsertable, boolean synthetic, org.hibernate.mapping.Value value) PropertyAuditingData(String name, String accessType, RelationTargetNotFoundAction relationTargetNotFoundAction, boolean forceInsertable, boolean synthetic, org.hibernate.mapping.Value value) Create a property with the defaultRelationTargetAuditModemode of AUDITED.