|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcServices | |
|---|---|
| org.hibernate.engine.jdbc.internal | |
| org.hibernate.engine.jdbc.internal.proxy | |
| org.hibernate.engine.jdbc.spi | |
| org.hibernate.engine.spi | |
| org.hibernate.engine.transaction.spi | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
| Uses of JdbcServices in org.hibernate.engine.jdbc.internal |
|---|
| Classes in org.hibernate.engine.jdbc.internal that implement JdbcServices | |
|---|---|
class |
JdbcServicesImpl
Standard implementation of the JdbcServices contract |
| Methods in org.hibernate.engine.jdbc.internal that return JdbcServices | |
|---|---|
JdbcServices |
LogicalConnectionImpl.getJdbcServices()
|
JdbcServices |
JdbcServicesInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
|
| Methods in org.hibernate.engine.jdbc.internal that return types with arguments of type JdbcServices | |
|---|---|
Class<JdbcServices> |
JdbcServicesInitiator.getServiceInitiated()
|
| Constructors in org.hibernate.engine.jdbc.internal with parameters of type JdbcServices | |
|---|---|
LogicalConnectionImpl(Connection userSuppliedConnection,
ConnectionReleaseMode connectionReleaseMode,
JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess)
|
|
| Uses of JdbcServices in org.hibernate.engine.jdbc.internal.proxy |
|---|
| Methods in org.hibernate.engine.jdbc.internal.proxy that return JdbcServices | |
|---|---|
protected JdbcServices |
ResultSetProxyHandler.getJdbcServices()
|
protected JdbcServices |
AbstractStatementProxyHandler.getJdbcServices()
|
protected abstract JdbcServices |
AbstractResultSetProxyHandler.getJdbcServices()
|
protected JdbcServices |
ImplicitResultSetProxyHandler.getJdbcServices()
|
| Uses of JdbcServices in org.hibernate.engine.jdbc.spi |
|---|
| Methods in org.hibernate.engine.jdbc.spi that return JdbcServices | |
|---|---|
JdbcServices |
LogicalConnectionImplementor.getJdbcServices()
Obtains the JDBC services associated with this logical connection. |
| Uses of JdbcServices in org.hibernate.engine.spi |
|---|
| Methods in org.hibernate.engine.spi that return JdbcServices | |
|---|---|
JdbcServices |
SessionFactoryImplementor.getJdbcServices()
Get the JdbcServices. |
| Uses of JdbcServices in org.hibernate.engine.transaction.spi |
|---|
| Methods in org.hibernate.engine.transaction.spi that return JdbcServices | |
|---|---|
JdbcServices |
TransactionEnvironment.getJdbcServices()
Retrieve the JDBC services for this environment. |
| Uses of JdbcServices in org.hibernate.internal |
|---|
| Methods in org.hibernate.internal that return JdbcServices | |
|---|---|
JdbcServices |
TransactionEnvironmentImpl.getJdbcServices()
|
JdbcServices |
SessionFactoryImpl.getJdbcServices()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||