Uses of Enum Class
org.hibernate.annotations.OnDeleteAction
Packages that use OnDeleteAction
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for entities.
Most contracts here have been replaced by the new runtime
mapping model.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of OnDeleteAction in org.hibernate.annotations
Subclasses with type arguments of type OnDeleteAction in org.hibernate.annotationsModifier and TypeClassDescriptionenumEnumerates the possible actions for theon deleteclause of a foreign key constraint.Methods in org.hibernate.annotations that return OnDeleteActionModifier and TypeMethodDescriptionstatic OnDeleteActionOnDeleteAction.fromExternalForm(Object value) static OnDeleteActionReturns the enum constant of this class with the specified name.static OnDeleteAction[]OnDeleteAction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OnDeleteAction in org.hibernate.boot.jaxb.mapping.spi
Subclasses with type arguments of type OnDeleteAction in org.hibernate.boot.jaxb.mapping.spiFields in org.hibernate.boot.jaxb.mapping.spi declared as OnDeleteActionModifier and TypeFieldDescriptionprotected OnDeleteActionJaxbManyToOneImpl.onDeleteprotected OnDeleteActionJaxbOneToManyImpl.onDeleteMethods in org.hibernate.boot.jaxb.mapping.spi that return OnDeleteActionModifier and TypeMethodDescriptionJaxbManyToOneImpl.getOnDelete()Gets the value of the onDelete property.JaxbOneToManyImpl.getOnDelete()Gets the value of the onDelete property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type OnDeleteActionModifier and TypeMethodDescriptionAdapter20.marshal(OnDeleteAction value) voidJaxbManyToOneImpl.setOnDelete(OnDeleteAction value) Sets the value of the onDelete property.voidJaxbOneToManyImpl.setOnDelete(OnDeleteAction value) Sets the value of the onDelete property. -
Uses of OnDeleteAction in org.hibernate.mapping
Methods in org.hibernate.mapping that return OnDeleteActionModifier and TypeMethodDescriptionForeignKey.getOnDeleteAction()Property.getOnDeleteAction()SimpleValue.getOnDeleteAction()Methods in org.hibernate.mapping with parameters of type OnDeleteActionModifier and TypeMethodDescriptionvoidForeignKey.setOnDeleteAction(OnDeleteAction onDeleteAction) voidSimpleValue.setOnDeleteAction(OnDeleteAction onDeleteAction) -
Uses of OnDeleteAction in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return OnDeleteAction -
Uses of OnDeleteAction in org.hibernate.tuple
Methods in org.hibernate.tuple that return OnDeleteActionModifier and TypeMethodDescriptionAbstractNonIdentifierAttribute.getOnDeleteAction()Deprecated, for removal: This API element is subject to removal in a future version.BaselineAttributeInformation.getOnDeleteAction()Deprecated, for removal: This API element is subject to removal in a future version.NonIdentifierAttribute.getOnDeleteAction()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.tuple with parameters of type OnDeleteActionModifier and TypeMethodDescriptionBaselineAttributeInformation.Builder.setOnDeleteAction(OnDeleteAction onDeleteAction) Constructors in org.hibernate.tuple with parameters of type OnDeleteActionModifierConstructorDescriptionBaselineAttributeInformation(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 OnDeleteActionModifier and TypeMethodDescriptionEntityMetamodel.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 OnDeleteActionModifier and TypeMethodDescriptionAnyType.getOnDeleteAction(int index) ComponentType.getOnDeleteAction(int i) CompositeType.getOnDeleteAction(int index) Retrieve the on delete action of the indicated component property.