Enum Class RelationTargetNotFoundAction

java.lang.Object
java.lang.Enum<RelationTargetNotFoundAction>
org.hibernate.envers.RelationTargetNotFoundAction
All Implemented Interfaces:
Serializable, Comparable<RelationTargetNotFoundAction>, Constable

public enum RelationTargetNotFoundAction extends Enum<RelationTargetNotFoundAction>
Defines the actions on how to handle EntityNotFoundException cases when a relation between two entities (audited or not) cannot be found in the data store.
See Also: