Package io.github.blyznytsiaorg.bibernate.connectionpool


package io.github.blyznytsiaorg.bibernate.connectionpool
  • Classes
    Class
    Description
    BibernateDataSource is an implementation of the DataSource interface that provides connections to a database.
    BibernateDatasSourceConfig represents the configuration for BibernateDataSource.
    ProxyConnection is a wrapper around a JDBC Connection that intercepts calls to create statements and provides additional functionality such as managing statement lifecycles and releasing connections back to a connection pool.