Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.engine.transaction.jta.platform.internal | |
org.hibernate.engine.transaction.jta.platform.spi | |
org.hibernate.engine.transaction.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.osgi |
Main OSGi support classes
|
org.hibernate.testing.jta |
Modifier and Type | Method and Description |
---|---|
JtaPlatform |
Settings.getJtaPlatform() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJtaPlatform |
class |
BitronixJtaPlatform |
class |
BorlandEnterpriseServerJtaPlatform |
class |
JBossAppServerJtaPlatform
JtaPlatform definition for JBoss Application Server.
|
class |
JBossStandAloneJtaPlatform
Return a standalone JTA transaction manager for JBoss Transactions
Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA
|
class |
JOnASJtaPlatform
JTA platform implementation for JOnAS
|
class |
JOTMJtaPlatform |
class |
JRun4JtaPlatform
JtaPlatform implementation for JRun4 AS |
class |
NoJtaPlatform
The non-configured form of JTA platform.
|
class |
OC4JJtaPlatform
JtaPlatform implementation for the OC4J (Oracle) AS. |
class |
OrionJtaPlatform
JtaPlatform implementation for Orion |
class |
ResinJtaPlatform
JtaPlatform implementation for Resin |
class |
SunOneJtaPlatform
JtaPlatform implementation for Sun ONE Application Server 7 and above |
class |
WeblogicJtaPlatform
JtaPlatform implementation for Weblogic |
class |
WebSphereExtendedJtaPlatform
JTA platform implementation intended for use with WebSphere Application Server (WAS).
|
class |
WebSphereJtaPlatform
JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)
|
Modifier and Type | Method and Description |
---|---|
JtaPlatform |
JtaPlatformInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
JtaPlatform |
StandardJtaPlatformResolver.resolveJtaPlatform(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
Class<JtaPlatform> |
JtaPlatformInitiator.getServiceInitiated() |
Modifier and Type | Method and Description |
---|---|
JtaPlatform |
JtaPlatformProvider.getProvidedJtaPlatform()
Retrieve the JtaPlatform provided by this environment.
|
JtaPlatform |
JtaPlatformResolver.resolveJtaPlatform(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
JtaPlatform |
TransactionEnvironment.getJtaPlatform()
Retrieve the JTA platform for this environment.
|
protected JtaPlatform |
AbstractTransactionImpl.jtaPlatform()
Provide subclasses with convenient access to the configured
JtaPlatform |
Modifier and Type | Method and Description |
---|---|
JtaPlatform |
TransactionEnvironmentImpl.getJtaPlatform() |
Modifier and Type | Class and Description |
---|---|
class |
OsgiJtaPlatform
Offers the JTA Platform provided by the OSGi container.
|
Modifier and Type | Class and Description |
---|---|
class |
TestingJtaPlatformImpl
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.