Uses of Class
io.github.blyznytsiaorg.bibernate.connectionpool.BibernateDataSource
Packages that use BibernateDataSource
Package
Description
-
Uses of BibernateDataSource in io.github.blyznytsiaorg.bibernate.ddl
Fields in io.github.blyznytsiaorg.bibernate.ddl declared as BibernateDataSourceConstructors in io.github.blyznytsiaorg.bibernate.ddl with parameters of type BibernateDataSourceModifierConstructorDescriptionDDLProcessor
(DDLQueryCreator ddlQueryCreator, BibernateDataSource dataSource) -
Uses of BibernateDataSource in io.github.blyznytsiaorg.bibernate.transaction
Subclasses of BibernateDataSource in io.github.blyznytsiaorg.bibernate.transactionModifier and TypeClassDescriptionclass
TransactionalDatasource
extendsBibernateDataSource
and provides support for managing transactions within the data source.