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