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 JaxbHbmNotFoundEnum
JaxbHbmManyToManyCollectionElementType.notFound
protected JaxbHbmNotFoundEnum
JaxbHbmManyToOneType.notFound
protected JaxbHbmNotFoundEnum
JaxbHbmOneToManyCollectionElementType.notFound
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNotFoundEnumModifier and TypeMethodDescriptionstatic JaxbHbmNotFoundEnum
Gets 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 JaxbHbmNotFoundEnum
Returns 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 TypeMethodDescriptionvoid
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.