Class BibernateDataSource

java.lang.Object
io.github.blyznytsiaorg.bibernate.connectionpool.BibernateDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource
Direct Known Subclasses:
TransactionalDatasource

public class BibernateDataSource extends Object implements DataSource
BibernateDataSource is an implementation of the DataSource interface that provides connections to a database. It manages a connection pool and allows clients to obtain connections and release them when done.
Since:
1.0
Author:
Blyzhnytsia Team
See Also: