Package org.hibernate.resource.jdbc.spi
Interface JdbcObserver
-
@Deprecated public interface JdbcObserverDeprecated.It is no longer possible to plug custom implementations of this SPI. It will be removed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description voidjdbcConnectionAcquisitionEnd(java.sql.Connection connection)Deprecated.voidjdbcConnectionAcquisitionStart()Deprecated.voidjdbcConnectionReleaseEnd()Deprecated.voidjdbcConnectionReleaseStart()Deprecated.voidjdbcExecuteBatchEnd()Deprecated.voidjdbcExecuteBatchStart()Deprecated.voidjdbcExecuteStatementEnd()Deprecated.voidjdbcExecuteStatementStart()Deprecated.voidjdbcPrepareStatementEnd()Deprecated.voidjdbcPrepareStatementStart()Deprecated.default voidjdbcReleaseRegistryResourcesEnd()Deprecated.default voidjdbcReleaseRegistryResourcesStart()Deprecated.
-
-
-
Method Detail
-
jdbcConnectionAcquisitionStart
void jdbcConnectionAcquisitionStart()
Deprecated.
-
jdbcConnectionAcquisitionEnd
void jdbcConnectionAcquisitionEnd(java.sql.Connection connection)
Deprecated.
-
jdbcConnectionReleaseStart
void jdbcConnectionReleaseStart()
Deprecated.
-
jdbcConnectionReleaseEnd
void jdbcConnectionReleaseEnd()
Deprecated.
-
jdbcPrepareStatementStart
void jdbcPrepareStatementStart()
Deprecated.
-
jdbcPrepareStatementEnd
void jdbcPrepareStatementEnd()
Deprecated.
-
jdbcExecuteStatementStart
void jdbcExecuteStatementStart()
Deprecated.
-
jdbcExecuteStatementEnd
void jdbcExecuteStatementEnd()
Deprecated.
-
jdbcExecuteBatchStart
void jdbcExecuteBatchStart()
Deprecated.
-
jdbcExecuteBatchEnd
void jdbcExecuteBatchEnd()
Deprecated.
-
jdbcReleaseRegistryResourcesStart
default void jdbcReleaseRegistryResourcesStart()
Deprecated.
-
jdbcReleaseRegistryResourcesEnd
default void jdbcReleaseRegistryResourcesEnd()
Deprecated.
-
-