Uses of Class
org.hibernate.action.internal.EntityDeleteAction
-
Packages that use EntityDeleteAction Package Description org.hibernate.action.internal The various concrete action implementations.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of EntityDeleteAction in org.hibernate.action.internal
Subclasses of EntityDeleteAction in org.hibernate.action.internal Modifier and Type Class Description class
OrphanRemovalAction
-
Uses of EntityDeleteAction in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type EntityDeleteAction Modifier and Type Method Description void
ActionQueue. addAction(EntityDeleteAction action)
Adds an entity delete action
-