Interface JtaPlatformResolver
- All Superinterfaces:
Serializable,Service
- All Known Implementing Classes:
StandardJtaPlatformResolver
A
Service defining a strategy for obtaining a JtaPlatform
in configurations where the application did not explicitly specify one.
An implementation may be selected by specifying the configuration property "hibernate.transaction.jta.platform_resolver".
- Author:
- Steve Ebersole
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionresolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)
-
Method Details
-
resolveJtaPlatform
-