Uses of Interface
org.hibernate.event.spi.DeleteContext
-
Packages that use DeleteContext Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
-
Uses of DeleteContext in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi with type parameters of type DeleteContext Modifier and Type Field Description static CascadingAction<DeleteContext>CascadingActions. DELETEDeprecated.static CascadingAction<DeleteContext>CascadingActions. REMOVEMethods in org.hibernate.engine.spi with parameters of type DeleteContext Modifier and Type Method Description voidSessionDelegatorBaseImpl. delete(String entityName, Object child, boolean isCascadeDeleteEnabled, DeleteContext transientEntities)voidSessionImplementor. delete(String entityName, Object child, boolean isCascadeDeleteEnabled, DeleteContext transientEntities)Deprecated.OperationalContext should cover this overload I believe -
Uses of DeleteContext in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return DeleteContext Modifier and Type Method Description static DeleteContextDeleteContext. create()Methods in org.hibernate.event.spi with parameters of type DeleteContext Modifier and Type Method Description voidEventSource. delete(String entityName, Object child, boolean isCascadeDeleteEnabled, DeleteContext transientEntities)Cascade delete an entity instancevoidDeleteEventListener. onDelete(DeleteEvent event, DeleteContext transientEntities)
-