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 OnDeleteAction
action()
The on-delete action.static OnDeleteAction
OnDeleteAction. fromExternalForm(Object value)
static OnDeleteAction
OnDeleteAction. 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 OnDeleteAction
JaxbManyToOne. onDelete
protected OnDeleteAction
JaxbOneToMany. onDelete
Methods in org.hibernate.boot.jaxb.mapping that return OnDeleteAction Modifier and Type Method Description OnDeleteAction
JaxbManyToOne. getOnDelete()
Gets the value of the onDelete property.OnDeleteAction
JaxbOneToMany. getOnDelete()
Gets the value of the onDelete property.OnDeleteAction
Adapter17. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.mapping with parameters of type OnDeleteAction Modifier and Type Method Description String
Adapter17. marshal(OnDeleteAction value)
void
JaxbManyToOne. setOnDelete(OnDeleteAction value)
Sets the value of the onDelete property.void
JaxbOneToMany. 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 OnDeleteAction
OnDeleteActionMarshalling. fromXml(String name)
Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type OnDeleteAction Modifier and Type Method Description static String
OnDeleteActionMarshalling. toXml(OnDeleteAction accessType)
-