Package | Description |
---|---|
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
void |
LogicalConnectionImpl.addObserver(ConnectionObserver observer) |
void |
LogicalConnectionImpl.removeObserver(ConnectionObserver connectionObserver) |
Modifier and Type | Interface and Description |
---|---|
interface |
NonDurableConnectionObserver
Additional optional contract for connection observers to indicate that they should be released when the physical
connection is released.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionObserverAdapter
A no-op adapter for ConnectionObserver.
|
Modifier and Type | Method and Description |
---|---|
void |
LogicalConnectionImplementor.addObserver(ConnectionObserver observer)
Add an observer interested in notification of connection events.
|
void |
LogicalConnectionImplementor.removeObserver(ConnectionObserver connectionObserver)
Remove an observer
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionObserverStatsBridge |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.