Uses of Class
org.hibernate.annotations.OnDeleteAction
-
Packages that use OnDeleteAction Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall -
-
Uses of OnDeleteAction in org.hibernate.annotations
Methods in org.hibernate.annotations that return OnDeleteAction Modifier and Type Method Description OnDeleteActionaction()The on-delete action.static OnDeleteActionOnDeleteAction. fromExternalForm(Object value)static OnDeleteActionOnDeleteAction. valueOf(String name)Returns the enum constant of this type with the specified name.static OnDeleteAction[]OnDeleteAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OnDeleteAction in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as OnDeleteAction Modifier and Type Field Description protected OnDeleteActionJaxbManyToOne. onDeleteprotected OnDeleteActionJaxbOneToMany. onDeleteMethods in org.hibernate.boot.jaxb.mapping that return OnDeleteAction Modifier and Type Method Description OnDeleteActionJaxbManyToOne. getOnDelete()Gets the value of the onDelete property.OnDeleteActionJaxbOneToMany. getOnDelete()Gets the value of the onDelete property.OnDeleteActionAdapter17. unmarshal(String value)Methods in org.hibernate.boot.jaxb.mapping with parameters of type OnDeleteAction Modifier and Type Method Description StringAdapter17. marshal(OnDeleteAction value)voidJaxbManyToOne. setOnDelete(OnDeleteAction value)Sets the value of the onDelete property.voidJaxbOneToMany. setOnDelete(OnDeleteAction value)Sets the value of the onDelete property. -
Uses of OnDeleteAction in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return OnDeleteAction Modifier and Type Method Description static OnDeleteActionOnDeleteActionMarshalling. fromXml(String name)Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type OnDeleteAction Modifier and Type Method Description static StringOnDeleteActionMarshalling. toXml(OnDeleteAction accessType)
-