Uses of Class
org.hibernate.annotations.NotFoundAction
-
Packages that use NotFoundAction Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of NotFoundAction in org.hibernate.annotations
Methods in org.hibernate.annotations that return NotFoundAction Modifier and Type Method Description NotFoundActionaction()Specifies how to handle the case of an orphaned foreign key.static NotFoundActionNotFoundAction. valueOf(String name)Returns the enum constant of this type with the specified name.static NotFoundAction[]NotFoundAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotFoundAction in org.hibernate.mapping
Methods in org.hibernate.mapping that return NotFoundAction Modifier and Type Method Description NotFoundActionManyToOne. getNotFoundAction()NotFoundActionOneToMany. getNotFoundAction()Methods in org.hibernate.mapping with parameters of type NotFoundAction Modifier and Type Method Description voidManyToOne. setNotFoundAction(NotFoundAction notFoundAction)voidOneToMany. setNotFoundAction(NotFoundAction notFoundAction)
-