Uses of Class
ru.curs.celesta.Celesta
Packages that use Celesta
Package
Description
Package of Celesta central class.
Package with DB utils.
-
Uses of Celesta in ru.curs.celesta
Methods in ru.curs.celesta that return CelestaModifier and TypeMethodDescriptionstatic CelestaCelesta.createInstance()Creates Celesta instance with properties specified in celesta.properties file.static CelestaCelesta.createInstance(Properties properties) Creates Celesta instance with the specified properties and internal connection pool.static CelestaCelesta.createInstance(Properties properties, DataSource dataSource) Creates Celesta instance with specified properties andDataSource.static CelestaCelesta.createInstance(Properties properties, ConnectionPool connectionPool) Creates Celesta instance with specified properties and ConnectionPool. -
Uses of Celesta in ru.curs.celesta.dbutils
Constructors in ru.curs.celesta.dbutils with parameters of type Celesta