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 -
-
Uses of JtaPlatform in org.hibernate.cfg
Methods in org.hibernate.cfg that return JtaPlatform Modifier and Type Method Description JtaPlatformSettings. 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 classorg.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform -
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 JtaPlatformJtaPlatformProvider. getProvidedJtaPlatform()Retrieve the JtaPlatform provided by this environment.JtaPlatformJtaPlatformResolver. 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 classOsgiJtaPlatformOffers 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 classTestingJtaPlatformImplA test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
-