Uses of Package
org.hibernate.action.spi
-
Packages that use org.hibernate.action.spi Package Description org.hibernate.action.internal Internals for action processing.org.hibernate.action.spi Defines SPI hooks into theActionQueue
, mainly for registering customAfterTransactionCompletionProcess
andBeforeTransactionCompletionProcess
hooks.org.hibernate.engine.spi org.hibernate.envers.internal.synchronization -
Classes in org.hibernate.action.spi used by org.hibernate.action.internal Class Description AfterTransactionCompletionProcess Contract representing some process that needs to occur during after transaction completion.BeforeTransactionCompletionProcess Contract representing some process that needs to occur during before transaction completion.Executable An operation which may be scheduled for later execution. -
Classes in org.hibernate.action.spi used by org.hibernate.action.spi Class Description AfterTransactionCompletionProcess Contract representing some process that needs to occur during after transaction completion.BeforeTransactionCompletionProcess Contract representing some process that needs to occur during before transaction completion. -
Classes in org.hibernate.action.spi used by org.hibernate.engine.spi Class Description AfterTransactionCompletionProcess Contract representing some process that needs to occur during after transaction completion.BeforeTransactionCompletionProcess Contract representing some process that needs to occur during before transaction completion.Executable An operation which may be scheduled for later execution. -
Classes in org.hibernate.action.spi used by org.hibernate.envers.internal.synchronization Class Description BeforeTransactionCompletionProcess Contract representing some process that needs to occur during before transaction completion.