Package | Description |
---|---|
org.hibernate.engine.config.internal |
Internal support for the configuration service implementation
|
org.hibernate.engine.jdbc.connections.internal |
Internals for accessing JDBC Connections
|
org.hibernate.engine.jdbc.connections.spi |
Defines contracts for accessing JDBC Connections
|
org.hibernate.engine.jdbc.dialect.internal |
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
|
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
org.hibernate.engine.transaction.jta.platform.internal | |
org.hibernate.id.factory.internal | |
org.hibernate.persister.internal | |
org.hibernate.tool.schema.internal |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationServiceImpl
The standard ConfigurationService implementation
|
Modifier and Type | Class and Description |
---|---|
class |
DriverManagerConnectionProviderImpl
A connection provider that uses the
DriverManager directly to open connections and provides
a very rudimentary connection pool. |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceBasedMultiTenantConnectionProviderImpl
A concrete implementation of the
MultiTenantConnectionProvider contract bases on a number of
reasonable assumptions. |
Modifier and Type | Class and Description |
---|---|
class |
DialectFactoryImpl
Standard implementation of the
DialectFactory service. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcServicesImpl
Standard implementation of the
JdbcServices contract |
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 |
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 | Class and Description |
---|---|
class |
DefaultIdentifierGeneratorFactory
Basic templated support for
IdentifierGeneratorFactory implementations. |
Modifier and Type | Class and Description |
---|---|
class |
PersisterFactoryImpl
The standard Hibernate
PersisterFactory implementation |
Modifier and Type | Class and Description |
---|---|
class |
HibernateSchemaManagementTool
The standard Hibernate implementation for performing schema management.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.