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 JaxbHbmNotFoundEnumJaxbHbmManyToManyCollectionElementType. notFoundprotected JaxbHbmNotFoundEnumJaxbHbmManyToOneType. notFoundprotected JaxbHbmNotFoundEnumJaxbHbmOneToManyCollectionElementType. notFoundMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNotFoundEnum Modifier and Type Method Description static JaxbHbmNotFoundEnumJaxbHbmNotFoundEnum. fromValue(String v)JaxbHbmNotFoundEnumJaxbHbmManyToManyCollectionElementType. getNotFound()Gets the value of the notFound property.JaxbHbmNotFoundEnumJaxbHbmManyToOneType. getNotFound()Gets the value of the notFound property.JaxbHbmNotFoundEnumJaxbHbmOneToManyCollectionElementType. getNotFound()Gets the value of the notFound property.static JaxbHbmNotFoundEnumJaxbHbmNotFoundEnum. 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 voidJaxbHbmManyToManyCollectionElementType. setNotFound(JaxbHbmNotFoundEnum value)Sets the value of the notFound property.voidJaxbHbmManyToOneType. setNotFound(JaxbHbmNotFoundEnum value)Sets the value of the notFound property.voidJaxbHbmOneToManyCollectionElementType. setNotFound(JaxbHbmNotFoundEnum value)Sets the value of the notFound property.
-