Package | Description |
---|---|
org.hibernate.engine.jdbc.internal | |
org.hibernate.engine.jdbc.internal.proxy | |
org.hibernate.engine.jdbc.spi |
Modifier and Type | Class and Description |
---|---|
class |
LogicalConnectionImpl
Standard Hibernate
LogicalConnection implementation
IMPL NOTE : Custom serialization handling! |
Modifier and Type | Method and Description |
---|---|
LogicalConnectionImplementor |
JdbcCoordinatorImpl.getLogicalConnection() |
Modifier and Type | Method and Description |
---|---|
protected LogicalConnectionImplementor |
ConnectionProxyHandler.getLogicalConnection()
Access to our logical connection.
|
Modifier and Type | Method and Description |
---|---|
static Connection |
ProxyBuilder.buildConnection(LogicalConnectionImplementor logicalConnection) |
Constructor and Description |
---|
ConnectionProxyHandler(LogicalConnectionImplementor logicalConnection) |
Modifier and Type | Method and Description |
---|---|
LogicalConnectionImplementor |
JdbcCoordinator.getLogicalConnection()
Retrieves the logical connection associated with this JDBC coordinator.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.