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
Methods in org.hibernate.annotations that return NotFoundActionModifier and TypeMethodDescriptionstatic NotFoundAction
Returns 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
Fields in org.hibernate.boot.jaxb.mapping.spi declared as NotFoundActionModifier and TypeFieldDescriptionprotected NotFoundAction
JaxbManyToManyImpl.notFound
protected NotFoundAction
JaxbManyToOneImpl.notFound
protected NotFoundAction
JaxbOneToManyImpl.notFound
Methods 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) void
JaxbManyToManyImpl.setNotFound
(NotFoundAction value) Sets the value of the notFound property.void
JaxbManyToOneImpl.setNotFound
(NotFoundAction value) Sets the value of the notFound property.void
JaxbNotFoundCapable.setNotFound
(NotFoundAction value) void
JaxbOneToManyImpl.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 TypeMethodDescriptionvoid
ManyToOne.setNotFoundAction
(NotFoundAction notFoundAction) void
OneToMany.setNotFoundAction
(NotFoundAction notFoundAction)