Uses of Class
org.hibernate.annotations.OnDeleteAction
-
Packages that use OnDeleteAction Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall org.hibernate.boot.model.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of OnDeleteAction in org.hibernate.annotations
Methods in org.hibernate.annotations that return OnDeleteAction Modifier and Type Method Description OnDeleteActionaction()The action to taken by the database when deletion of a row would cause the constraint to be violated.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) -
Uses of OnDeleteAction in org.hibernate.boot.model.internal
Fields in org.hibernate.boot.model.internal declared as OnDeleteAction Modifier and Type Field Description protected OnDeleteActionCollectionBinder. onDeleteActionMethods in org.hibernate.boot.model.internal with parameters of type OnDeleteAction Modifier and Type Method Description static AnyBinderHelper. buildAnyValue(Column discriminatorColumn, Formula discriminatorFormula, AnnotatedJoinColumns keyColumns, PropertyData inferredData, OnDeleteAction onDeleteAction, boolean lazy, Nullability nullability, PropertyHolder propertyHolder, EntityBinder entityBinder, boolean optional, MetadataBuildingContext context)voidCollectionBinder. setOnDeleteActionAction(OnDeleteAction onDeleteAction) -
Uses of OnDeleteAction in org.hibernate.mapping
Methods in org.hibernate.mapping that return OnDeleteAction Modifier and Type Method Description OnDeleteActionForeignKey. getOnDeleteAction()OnDeleteActionSimpleValue. getOnDeleteAction()Methods in org.hibernate.mapping with parameters of type OnDeleteAction Modifier and Type Method Description voidForeignKey. setOnDeleteAction(OnDeleteAction onDeleteAction)voidSimpleValue. setOnDeleteAction(OnDeleteAction onDeleteAction)
-