Uses of Class
ru.curs.celesta.Celesta
-
Packages that use Celesta Package Description ru.curs.celesta Package of Celesta central class.ru.curs.celesta.dbutils Package with DB utils. -
-
Uses of Celesta in ru.curs.celesta
Methods in ru.curs.celesta that return Celesta Modifier and Type Method Description static 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 Constructor Description ProfilingManager(Celesta celesta)
-