Uses of Package
org.hibernate.action.spi
-
Packages that use org.hibernate.action.spi Package Description org.hibernate.action.spi This SPI package defines an abstraction over the notion of an "action" which is scheduled for asynchronous execution by the event listeners.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
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.