Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
Packages that use JaxbHbmOnDeleteEnum
-
Uses of JaxbHbmOnDeleteEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmOnDeleteEnumModifier and TypeFieldDescriptionprotected JaxbHbmOnDeleteEnumJaxbHbmCompositeKeyManyToOneType.onDeleteprotected JaxbHbmOnDeleteEnumJaxbHbmKeyType.onDeleteprotected JaxbHbmOnDeleteEnumJaxbHbmManyToOneType.onDeleteprotected JaxbHbmOnDeleteEnumJaxbHbmOneToOneType.onDeleteMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmOnDeleteEnumModifier and TypeMethodDescriptionstatic JaxbHbmOnDeleteEnumGets the enum associated to the value passed as parameter.JaxbHbmCompositeKeyManyToOneType.getOnDelete()Gets the value of the onDelete property.JaxbHbmKeyType.getOnDelete()Gets the value of the onDelete property.JaxbHbmManyToOneType.getOnDelete()Gets the value of the onDelete property.JaxbHbmOneToOneType.getOnDelete()Gets the value of the onDelete property.static JaxbHbmOnDeleteEnumReturns the enum constant of this class with the specified name.static JaxbHbmOnDeleteEnum[]JaxbHbmOnDeleteEnum.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 JaxbHbmOnDeleteEnumModifier and TypeMethodDescriptionvoidJaxbHbmCompositeKeyManyToOneType.setOnDelete(JaxbHbmOnDeleteEnum value) Sets the value of the onDelete property.voidJaxbHbmKeyType.setOnDelete(JaxbHbmOnDeleteEnum value) Sets the value of the onDelete property.voidJaxbHbmManyToOneType.setOnDelete(JaxbHbmOnDeleteEnum value) Sets the value of the onDelete property.voidJaxbHbmOneToOneType.setOnDelete(JaxbHbmOnDeleteEnum value) Sets the value of the onDelete property.