Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
Packages that use JaxbHbmNotFoundEnum
-
Uses of JaxbHbmNotFoundEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmNotFoundEnumModifier and TypeFieldDescriptionprotected JaxbHbmNotFoundEnumJaxbHbmManyToManyCollectionElementType.notFoundprotected JaxbHbmNotFoundEnumJaxbHbmManyToOneType.notFoundprotected JaxbHbmNotFoundEnumJaxbHbmOneToManyCollectionElementType.notFoundMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNotFoundEnumModifier and TypeMethodDescriptionstatic JaxbHbmNotFoundEnumGets the enum associated to the value passed as parameter.JaxbHbmManyToManyCollectionElementType.getNotFound()Gets the value of the notFound property.JaxbHbmManyToOneType.getNotFound()Gets the value of the notFound property.JaxbHbmOneToManyCollectionElementType.getNotFound()Gets the value of the notFound property.static JaxbHbmNotFoundEnumReturns the enum constant of this class with the specified name.static JaxbHbmNotFoundEnum[]JaxbHbmNotFoundEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmNotFoundEnumModifier and TypeMethodDescriptionvoidJaxbHbmManyToManyCollectionElementType.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.