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.DELETE
Deprecated, 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 TypeMethodDescriptionvoid
EventSource.delete
(String entityName, Object child, boolean isCascadeDeleteEnabled, DeleteContext transientEntities) Cascade delete an entity instancevoid
DeleteEventListener.onDelete
(DeleteEvent event, DeleteContext transientEntities)
CascadingActions.REMOVE