Uses of Interface
org.hibernate.event.spi.DeleteContext
Packages that use DeleteContext
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.-
Uses of DeleteContext in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi with type parameters of type DeleteContextModifier and TypeFieldDescriptionstatic final CascadingAction<DeleteContext> CascadingActions.DELETEDeprecated, for removal: This API element is subject to removal in a future version.static final CascadingAction<DeleteContext> CascadingActions.REMOVE -
Uses of DeleteContext in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return DeleteContextMethods in org.hibernate.event.spi with parameters of type DeleteContextModifier and TypeMethodDescriptionvoidEventSource.delete(String entityName, Object child, boolean isCascadeDeleteEnabled, DeleteContext transientEntities) Cascade delete an entity instancevoidDeleteEventListener.onDelete(DeleteEvent event, DeleteContext transientEntities)
CascadingActions.REMOVE