Uses of Interface
org.hibernate.action.spi.BeforeTransactionCompletionProcess
-
Packages that use BeforeTransactionCompletionProcess Package Description org.hibernate.action.spi Defines SPI hooks into theActionQueue
.org.hibernate.engine.spi -
-
Uses of BeforeTransactionCompletionProcess in org.hibernate.action.spi
Methods in org.hibernate.action.spi that return BeforeTransactionCompletionProcess Modifier and Type Method Description BeforeTransactionCompletionProcess
Executable. getBeforeTransactionCompletionProcess()
Get the before-transaction-completion process, if any, for this action. -
Uses of BeforeTransactionCompletionProcess in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type BeforeTransactionCompletionProcess Modifier and Type Method Description void
ActionQueue. registerProcess(BeforeTransactionCompletionProcess process)
-