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 AServicethat defines how Hibernate interacts with JTA on a certain platform.JtaPlatformProvider AServiceLoader-style provider ofJtaPlatforminstances.JtaPlatformResolver AServicedefining a strategy for obtaining aJtaPlatformin configurations where the application did not explicitly specify one. -
Exception Summary Exception Description JtaPlatformException Indicates a problem interacting with the underlying JTA platform.