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.
-
Uses of OnDeleteAction in org.hibernate.annotations
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
Fields in org.hibernate.boot.jaxb.mapping declared as OnDeleteActionModifier and TypeFieldDescriptionprotected OnDeleteActionJaxbManyToOne.onDeleteprotected OnDeleteActionJaxbOneToMany.onDeleteMethods in org.hibernate.boot.jaxb.mapping that return OnDeleteActionModifier and TypeMethodDescriptionJaxbManyToOne.getOnDelete()Gets the value of the onDelete property.JaxbOneToMany.getOnDelete()Gets the value of the onDelete property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type OnDeleteActionModifier and TypeMethodDescriptionAdapter18.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 OnDeleteActionMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type OnDeleteActionModifier and TypeMethodDescriptionstatic StringOnDeleteActionMarshalling.toXml(OnDeleteAction accessType) -
Uses of OnDeleteAction in org.hibernate.boot.model.internal
Fields in org.hibernate.boot.model.internal declared as OnDeleteActionMethods in org.hibernate.boot.model.internal with parameters of type OnDeleteActionModifier and TypeMethodDescriptionstatic 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) Constructors in org.hibernate.boot.model.internal with parameters of type OnDeleteActionModifierConstructorDescriptionOneToOneSecondPass(String mappedBy, String ownerEntity, PropertyHolder propertyHolder, PropertyData inferredData, String referencedEntityName, boolean annotatedEntity, NotFoundAction notFoundAction, OnDeleteAction onDeleteAction, boolean optional, String cascadeStrategy, AnnotatedJoinColumns columns, MetadataBuildingContext buildingContext) -
Uses of OnDeleteAction in org.hibernate.mapping
Methods in org.hibernate.mapping that return OnDeleteActionMethods in org.hibernate.mapping with parameters of type OnDeleteActionModifier and TypeMethodDescriptionvoidForeignKey.setOnDeleteAction(OnDeleteAction onDeleteAction) voidSimpleValue.setOnDeleteAction(OnDeleteAction onDeleteAction)