Class CDISEJtaPlatformProvider
java.lang.Object
io.helidon.integrations.cdi.hibernate.CDISEJtaPlatformProvider
- All Implemented Interfaces:
JtaPlatformProvider
A
JtaPlatformProvider
that uses a CDI
instance to provide a JtaPlatform
.
Normally this class is instantiated by the Java service provider infrastructure.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.For Hibernate use only.
-
Constructor Details
-
CDISEJtaPlatformProvider
Deprecated.For Hibernate use only.Creates a newCDISEJtaPlatformProvider
.
-
-
Method Details
-
getProvidedJtaPlatform
Deprecated.For Hibernate use only.Returns aJtaPlatform
.If CDI is not available, this method returns
null
as permitted by Hibernate in violation of its own contract documentation.- Specified by:
getProvidedJtaPlatform
in interfaceJtaPlatformProvider
- Returns:
- a
JtaPlatform
, ornull
-