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