Uses of Interface
org.hibernate.engine.transaction.spi.TransactionObserver
-
Packages that use TransactionObserver Package Description org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate. -
-
Uses of TransactionObserver in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi with parameters of type TransactionObserver Modifier and Type Method Description voidTransactionCoordinator. addObserver(TransactionObserver observer)Adds an observer to the coordinator.voidTransactionCoordinator. removeObserver(TransactionObserver observer)Removed an observer from the coordinator.
-