Uses of Enum Class
org.hibernate.envers.RelationTargetNotFoundAction
Packages that use RelationTargetNotFoundAction
-
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.