Uses of Interface
org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
-
Packages that use TransactionCoordinator.TransactionDriver Package Description org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate. -
-
Uses of TransactionCoordinator.TransactionDriver in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi that return TransactionCoordinator.TransactionDriver Modifier and Type Method Description TransactionCoordinator.TransactionDriverTransactionCoordinator. getTransactionDriverControl()Get the delegate used by the local transaction driver to control the underlying transaction
-