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.
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.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.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.