|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionObserver | |
---|---|
org.hibernate.engine.jdbc.internal | |
org.hibernate.engine.jdbc.internal.proxy | |
org.hibernate.engine.jdbc.spi | |
org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
Uses of ConnectionObserver in org.hibernate.engine.jdbc.internal |
---|
Methods in org.hibernate.engine.jdbc.internal with parameters of type ConnectionObserver | |
---|---|
void |
LogicalConnectionImpl.addObserver(ConnectionObserver observer)
|
void |
LogicalConnectionImpl.removeObserver(ConnectionObserver connectionObserver)
|
Uses of ConnectionObserver in org.hibernate.engine.jdbc.internal.proxy |
---|
Classes in org.hibernate.engine.jdbc.internal.proxy that implement ConnectionObserver | |
---|---|
class |
ConnectionProxyHandler
The InvocationHandler for intercepting messages to Connection proxies. |
Uses of ConnectionObserver in org.hibernate.engine.jdbc.spi |
---|
Subinterfaces of ConnectionObserver in org.hibernate.engine.jdbc.spi | |
---|---|
interface |
NonDurableConnectionObserver
Additional optional contract for connection observers to indicate that they should be released when the physical connection is released. |
Classes in org.hibernate.engine.jdbc.spi that implement ConnectionObserver | |
---|---|
class |
ConnectionObserverAdapter
|
Methods in org.hibernate.engine.jdbc.spi with parameters of type ConnectionObserver | |
---|---|
void |
LogicalConnectionImplementor.addObserver(ConnectionObserver observer)
Add an observer interested in notification of connection events. |
void |
LogicalConnectionImplementor.removeObserver(ConnectionObserver connectionObserver)
Remove an observer |
Uses of ConnectionObserver in org.hibernate.internal |
---|
Classes in org.hibernate.internal that implement ConnectionObserver | |
---|---|
class |
ConnectionObserverStatsBridge
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |