Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
-
Packages that use JaxbHbmNotFoundEnum Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmNotFoundEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmNotFoundEnum Modifier and Type Field Description protected JaxbHbmNotFoundEnum
JaxbHbmManyToManyCollectionElementType. notFound
protected JaxbHbmNotFoundEnum
JaxbHbmManyToOneType. notFound
protected JaxbHbmNotFoundEnum
JaxbHbmOneToManyCollectionElementType. notFound
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNotFoundEnum Modifier and Type Method Description static JaxbHbmNotFoundEnum
JaxbHbmNotFoundEnum. fromValue(String v)
JaxbHbmNotFoundEnum
JaxbHbmManyToManyCollectionElementType. getNotFound()
Gets the value of the notFound property.JaxbHbmNotFoundEnum
JaxbHbmManyToOneType. getNotFound()
Gets the value of the notFound property.JaxbHbmNotFoundEnum
JaxbHbmOneToManyCollectionElementType. getNotFound()
Gets the value of the notFound property.static JaxbHbmNotFoundEnum
JaxbHbmNotFoundEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static JaxbHbmNotFoundEnum[]
JaxbHbmNotFoundEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmNotFoundEnum Modifier and Type Method Description void
JaxbHbmManyToManyCollectionElementType. setNotFound(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.void
JaxbHbmManyToOneType. setNotFound(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.void
JaxbHbmOneToManyCollectionElementType. setNotFound(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.
-