Uses of Enum Class
org.hibernate.envers.RelationTargetNotFoundAction
Packages that use RelationTargetNotFoundAction
Package
Description
-
Uses of RelationTargetNotFoundAction in org.hibernate.envers
Methods in org.hibernate.envers that return RelationTargetNotFoundActionModifier and TypeMethodDescriptionstatic RelationTargetNotFoundAction
Returns 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 TypeMethodDescriptionvoid
PropertyAuditingData.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, Value value) PropertyAuditingData
(String name, String accessType, RelationTargetNotFoundAction relationTargetNotFoundAction, boolean forceInsertable, boolean synthetic, Value value) Create a property with the defaultRelationTargetAuditMode
mode of AUDITED.