Package org.hibernate.engine.transaction.jta.platform.spi
An SPI for integrating with container-provided implementations of JTA.
- See Also:
JtaPlatform
-
Interface Summary Interface Description JtaPlatform AService
that defines how Hibernate interacts with JTA on a certain platform.JtaPlatformProvider AServiceLoader
-style provider ofJtaPlatform
instances.JtaPlatformResolver AService
defining a strategy for obtaining aJtaPlatform
in configurations where the application did not explicitly specify one. -
Exception Summary Exception Description JtaPlatformException Indicates a problem interacting with the underlying JTA platform.