Class JdbcObserverImpl

java.lang.Object
org.hibernate.internal.JdbcObserverImpl
All Implemented Interfaces:
JdbcObserver

@Deprecated(since="5.4", forRemoval=true) public final class JdbcObserverImpl extends Object implements JdbcObserver
Deprecated, for removal: This API element is subject to removal in a future version.
since JdbcObserver is deprecated
  • Constructor Details

  • Method Details

    • jdbcConnectionAcquisitionStart

      public void jdbcConnectionAcquisitionStart()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcConnectionAcquisitionStart in interface JdbcObserver
    • jdbcConnectionAcquisitionEnd

      public void jdbcConnectionAcquisitionEnd(Connection connection)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcConnectionAcquisitionEnd in interface JdbcObserver
    • jdbcConnectionReleaseStart

      public void jdbcConnectionReleaseStart()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcConnectionReleaseStart in interface JdbcObserver
    • jdbcConnectionReleaseEnd

      public void jdbcConnectionReleaseEnd()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcConnectionReleaseEnd in interface JdbcObserver
    • jdbcPrepareStatementStart

      public void jdbcPrepareStatementStart()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcPrepareStatementStart in interface JdbcObserver
    • jdbcPrepareStatementEnd

      public void jdbcPrepareStatementEnd()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcPrepareStatementEnd in interface JdbcObserver
    • jdbcExecuteStatementStart

      public void jdbcExecuteStatementStart()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcExecuteStatementStart in interface JdbcObserver
    • jdbcExecuteStatementEnd

      public void jdbcExecuteStatementEnd()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcExecuteStatementEnd in interface JdbcObserver
    • jdbcExecuteBatchStart

      public void jdbcExecuteBatchStart()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcExecuteBatchStart in interface JdbcObserver
    • jdbcExecuteBatchEnd

      public void jdbcExecuteBatchEnd()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcExecuteBatchEnd in interface JdbcObserver
    • jdbcReleaseRegistryResourcesStart

      public void jdbcReleaseRegistryResourcesStart()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcReleaseRegistryResourcesStart in interface JdbcObserver
    • jdbcReleaseRegistryResourcesEnd

      public void jdbcReleaseRegistryResourcesEnd()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      jdbcReleaseRegistryResourcesEnd in interface JdbcObserver