Uses of Package
tk.airshipcraft.commonlib.db
Packages that use tk.airshipcraft.commonlib.db
Package
Description
Provides classes for database operations within the AirshipCraft plugin framework.
-
Classes in tk.airshipcraft.commonlib.db used by tk.airshipcraft.commonlib.dbClassDescriptionManages database configuration settings, providing methods to load from external sources and to access individual configuration properties.The ITableConfiguration interface specifies the methods that must be implemented to define the SQL table creation and migration commands for a plugin.Manages SQL database connections using HikariCP for connection pooling.
-
Classes in tk.airshipcraft.commonlib.db used by tk.airshipcraft.commonlib.db.daoClassDescriptionThe GenericDao interface defines the standard CRUD operations to be performed on a model object.
-
Classes in tk.airshipcraft.commonlib.db used by tk.airshipcraft.commonlib.db.dao.implClassDescriptionThe GenericDao interface defines the standard CRUD operations to be performed on a model object.Manages SQL database connections using HikariCP for connection pooling.