Package org.hibernate.internal
Class ConnectionObserverStatsBridge
java.lang.Object
org.hibernate.internal.ConnectionObserverStatsBridge
- All Implemented Interfaces:
Serializable
,ConnectionObserver
public class ConnectionObserverStatsBridge
extends Object
implements ConnectionObserver, Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The logical connection was closed.void
physicalConnectionObtained
(Connection connection) A physical connection was obtained.void
A physical connection was released.void
Notification of a statement being prepared
-
Constructor Details
-
ConnectionObserverStatsBridge
-
-
Method Details
-
physicalConnectionObtained
Description copied from interface:ConnectionObserver
A physical connection was obtained.- Specified by:
physicalConnectionObtained
in interfaceConnectionObserver
- Parameters:
connection
- The physical connection just obtained.
-
physicalConnectionReleased
public void physicalConnectionReleased()Description copied from interface:ConnectionObserver
A physical connection was released.- Specified by:
physicalConnectionReleased
in interfaceConnectionObserver
-
logicalConnectionClosed
public void logicalConnectionClosed()Description copied from interface:ConnectionObserver
The logical connection was closed.- Specified by:
logicalConnectionClosed
in interfaceConnectionObserver
-
statementPrepared
public void statementPrepared()Description copied from interface:ConnectionObserver
Notification of a statement being prepared- Specified by:
statementPrepared
in interfaceConnectionObserver
-