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.org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model.org.hibernate.tuple.entity org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
-
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.OnDeleteActionAdapter18. unmarshal(String value)Methods in org.hibernate.boot.jaxb.mapping with parameters of type OnDeleteAction Modifier and Type Method Description StringAdapter18. 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()OnDeleteActionProperty. 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) -
Uses of OnDeleteAction in org.hibernate.tuple
Methods in org.hibernate.tuple that return OnDeleteAction Modifier and Type Method Description OnDeleteActionAbstractNonIdentifierAttribute. getOnDeleteAction()Deprecated, for removal: This API element is subject to removal in a future version.OnDeleteActionBaselineAttributeInformation. getOnDeleteAction()Deprecated, for removal: This API element is subject to removal in a future version.OnDeleteActionNonIdentifierAttribute. getOnDeleteAction()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.tuple with parameters of type OnDeleteAction Modifier and Type Method Description BaselineAttributeInformation.BuilderBaselineAttributeInformation.Builder. setOnDeleteAction(OnDeleteAction onDeleteAction)Constructors in org.hibernate.tuple with parameters of type OnDeleteAction Constructor Description BaselineAttributeInformation(boolean lazy, boolean insertable, boolean updateable, boolean nullable, boolean dirtyCheckable, boolean versionable, CascadeStyle cascadeStyle, OnDeleteAction onDeleteAction, FetchMode fetchMode)Deprecated, for removal: This API element is subject to removal in a future version.StandardProperty(String name, Type type, boolean lazy, boolean insertable, boolean updateable, boolean nullable, boolean checkable, boolean versionable, CascadeStyle cascadeStyle, OnDeleteAction onDeleteAction, FetchMode fetchMode)Deprecated, for removal: This API element is subject to removal in a future version.Constructs NonIdentifierProperty instances. -
Uses of OnDeleteAction in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return OnDeleteAction Modifier and Type Method Description OnDeleteAction[]EntityMetamodel. getPropertyOnDeleteActions()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OnDeleteAction in org.hibernate.type
Methods in org.hibernate.type that return OnDeleteAction Modifier and Type Method Description OnDeleteActionAnyType. getOnDeleteAction(int index)OnDeleteActionComponentType. getOnDeleteAction(int i)OnDeleteActionCompositeType. getOnDeleteAction(int index)Retrieve the on delete action of the indicated component property.
-