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 JaxbHbmOnDeleteEnum
JaxbHbmCompositeKeyManyToOneType.onDelete
protected JaxbHbmOnDeleteEnum
JaxbHbmKeyType.onDelete
protected JaxbHbmOnDeleteEnum
JaxbHbmManyToOneType.onDelete
protected JaxbHbmOnDeleteEnum
JaxbHbmOneToOneType.onDelete
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmOnDeleteEnumModifier and TypeMethodDescriptionstatic JaxbHbmOnDeleteEnum
Gets 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 JaxbHbmOnDeleteEnum
Returns 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 TypeMethodDescriptionvoid
JaxbHbmCompositeKeyManyToOneType.setOnDelete
(JaxbHbmOnDeleteEnum value) Sets the value of the onDelete property.void
JaxbHbmKeyType.setOnDelete
(JaxbHbmOnDeleteEnum value) Sets the value of the onDelete property.void
JaxbHbmManyToOneType.setOnDelete
(JaxbHbmOnDeleteEnum value) Sets the value of the onDelete property.void
JaxbHbmOneToOneType.setOnDelete
(JaxbHbmOnDeleteEnum value) Sets the value of the onDelete property.