Uses of Enum Class
org.hibernate.annotations.NotFoundAction
Packages that use NotFoundAction
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package defines the Hibernate configuration-time mapping model.
-
Uses of NotFoundAction in org.hibernate.annotations
Subclasses with type arguments of type NotFoundAction in org.hibernate.annotationsModifier and TypeClassDescriptionenumSpecifies how Hibernate should handle the case of an orphaned foreign key with no associated row in the referenced table.Methods in org.hibernate.annotations that return NotFoundActionModifier and TypeMethodDescriptionstatic NotFoundActionReturns the enum constant of this class with the specified name.static NotFoundAction[]NotFoundAction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NotFoundAction in org.hibernate.mapping
Methods in org.hibernate.mapping that return NotFoundActionMethods in org.hibernate.mapping with parameters of type NotFoundActionModifier and TypeMethodDescriptionvoidManyToOne.setNotFoundAction(NotFoundAction notFoundAction) voidOneToMany.setNotFoundAction(NotFoundAction notFoundAction)