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.boot.jaxb.mapping.spi
Subclasses with type arguments of type NotFoundAction in org.hibernate.boot.jaxb.mapping.spiFields in org.hibernate.boot.jaxb.mapping.spi declared as NotFoundActionModifier and TypeFieldDescriptionprotected NotFoundActionJaxbManyToManyImpl.notFoundprotected NotFoundActionJaxbManyToOneImpl.notFoundprotected NotFoundActionJaxbOneToManyImpl.notFoundMethods in org.hibernate.boot.jaxb.mapping.spi that return NotFoundActionModifier and TypeMethodDescriptionJaxbManyToManyImpl.getNotFound()Gets the value of the notFound property.JaxbManyToOneImpl.getNotFound()Gets the value of the notFound property.JaxbNotFoundCapable.getNotFound()JaxbOneToManyImpl.getNotFound()Gets the value of the notFound property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type NotFoundActionModifier and TypeMethodDescriptionAdapter19.marshal(NotFoundAction value) voidJaxbManyToManyImpl.setNotFound(NotFoundAction value) Sets the value of the notFound property.voidJaxbManyToOneImpl.setNotFound(NotFoundAction value) Sets the value of the notFound property.voidJaxbNotFoundCapable.setNotFound(NotFoundAction value) voidJaxbOneToManyImpl.setNotFound(NotFoundAction value) Sets the value of the notFound property. -
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)