Uses of Interface
org.hibernate.event.spi.DeleteContext
-
Packages that use DeleteContext Package Description org.hibernate.engine.spi org.hibernate.event.spi -
-
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. DELETEMethods 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)
-