|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogicalConnectionImplementor | |
|---|---|
| org.hibernate.engine.jdbc.internal | |
| org.hibernate.engine.jdbc.internal.proxy | |
| org.hibernate.engine.jdbc.spi | |
| Uses of LogicalConnectionImplementor in org.hibernate.engine.jdbc.internal |
|---|
| Classes in org.hibernate.engine.jdbc.internal that implement LogicalConnectionImplementor | |
|---|---|
class |
LogicalConnectionImpl
Standard Hibernate LogicalConnection implementation
IMPL NOTE : Custom serialization handling! |
| Methods in org.hibernate.engine.jdbc.internal that return LogicalConnectionImplementor | |
|---|---|
LogicalConnectionImplementor |
JdbcCoordinatorImpl.getLogicalConnection()
|
| Uses of LogicalConnectionImplementor in org.hibernate.engine.jdbc.internal.proxy |
|---|
| Methods in org.hibernate.engine.jdbc.internal.proxy that return LogicalConnectionImplementor | |
|---|---|
protected LogicalConnectionImplementor |
ConnectionProxyHandler.getLogicalConnection()
Access to our logical connection. |
| Methods in org.hibernate.engine.jdbc.internal.proxy with parameters of type LogicalConnectionImplementor | |
|---|---|
static Connection |
ProxyBuilder.buildConnection(LogicalConnectionImplementor logicalConnection)
|
| Constructors in org.hibernate.engine.jdbc.internal.proxy with parameters of type LogicalConnectionImplementor | |
|---|---|
ConnectionProxyHandler(LogicalConnectionImplementor logicalConnection)
|
|
| Uses of LogicalConnectionImplementor in org.hibernate.engine.jdbc.spi |
|---|
| Methods in org.hibernate.engine.jdbc.spi that return LogicalConnectionImplementor | |
|---|---|
LogicalConnectionImplementor |
JdbcCoordinator.getLogicalConnection()
Retrieves the logical connection associated with this JDBC coordinator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||