Uses of Interface
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
Packages that use JtaPlatform Package Description org.hibernate.cfg org.hibernate.engine.transaction.jta.platform.internal org.hibernate.engine.transaction.jta.platform.spi org.hibernate.osgi Main OSGi support classesorg.hibernate.testing.jta org.jboss.as.jpa.hibernate5 org.jboss.as.jpa.hibernate5.service -
-
Uses of JtaPlatform in org.hibernate.cfg
Methods in org.hibernate.cfg that return JtaPlatform Modifier and Type Method Description JtaPlatform
Settings. getJtaPlatform()
Deprecated. -
Uses of JtaPlatform in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw JtaPlatform Modifier and Type Class Description class
org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
class
org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
-
Uses of JtaPlatform in org.hibernate.engine.transaction.jta.platform.spi
Methods in org.hibernate.engine.transaction.jta.platform.spi that return JtaPlatform Modifier and Type Method Description JtaPlatform
JtaPlatformProvider. getProvidedJtaPlatform()
Retrieve the JtaPlatform provided by this environment.JtaPlatform
JtaPlatformResolver. resolveJtaPlatform(java.util.Map configurationValues, ServiceRegistryImplementor registry)
-
Uses of JtaPlatform in org.hibernate.osgi
Classes in org.hibernate.osgi that implement JtaPlatform Modifier and Type Class Description class
OsgiJtaPlatform
Offers the JTA Platform provided by the OSGi container. -
Uses of JtaPlatform in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement JtaPlatform Modifier and Type Class Description class
TestingJtaPlatformImpl
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality. -
Uses of JtaPlatform in org.jboss.as.jpa.hibernate5
Classes in org.jboss.as.jpa.hibernate5 that implement JtaPlatform Modifier and Type Class Description class
JBossAppServerJtaPlatform
-
Uses of JtaPlatform in org.jboss.as.jpa.hibernate5.service
Methods in org.jboss.as.jpa.hibernate5.service that return JtaPlatform Modifier and Type Method Description protected JtaPlatform
CustomJtaPlatformInitiator. getFallbackProvider(java.util.Map configurationValues, ServiceRegistryImplementor registry)
-