Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
-
Packages that use JaxbHbmOnDeleteEnum Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmOnDeleteEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmOnDeleteEnum Modifier and Type Field Description protected JaxbHbmOnDeleteEnumJaxbHbmCompositeKeyManyToOneType. onDeleteprotected JaxbHbmOnDeleteEnumJaxbHbmKeyType. onDeleteprotected JaxbHbmOnDeleteEnumJaxbHbmManyToOneType. onDeleteprotected JaxbHbmOnDeleteEnumJaxbHbmOneToOneType. onDeleteMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmOnDeleteEnum Modifier and Type Method Description static JaxbHbmOnDeleteEnumJaxbHbmOnDeleteEnum. fromValue(String v)JaxbHbmOnDeleteEnumJaxbHbmCompositeKeyManyToOneType. getOnDelete()Gets the value of the onDelete property.JaxbHbmOnDeleteEnumJaxbHbmKeyType. getOnDelete()Gets the value of the onDelete property.JaxbHbmOnDeleteEnumJaxbHbmManyToOneType. getOnDelete()Gets the value of the onDelete property.JaxbHbmOnDeleteEnumJaxbHbmOneToOneType. getOnDelete()Gets the value of the onDelete property.static JaxbHbmOnDeleteEnumJaxbHbmOnDeleteEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JaxbHbmOnDeleteEnum[]JaxbHbmOnDeleteEnum. 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 JaxbHbmOnDeleteEnum Modifier and Type Method Description voidJaxbHbmCompositeKeyManyToOneType. 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.
-