Interface JtaPlatformResolver
-
- All Superinterfaces:
Serializable,Service
public interface JtaPlatformResolver extends Service
AServicedefining a strategy for obtaining aJtaPlatformin configurations where the application did not explicitly specify one.An implementation may be selected by specifying the configuration property "hibernate.transaction.jta.platform_resolver".
- See Also:
JtaPlatform,JtaPlatformProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JtaPlatformresolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)
-
-
-
Method Detail
-
resolveJtaPlatform
JtaPlatform resolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)
-
-