Package ru.curs.celesta
Package of Celesta central class.
-
Interface Summary Interface Description ConnectionPool ICallContext It's a base interface of call context.ICelesta Interface of Celesta instance. -
Class Summary Class Description AppSettings Application settings.BaseAppSettings Base class for application settings.CallContext Call context containing a DB connection carrying a transaction and a user identifier.Celesta Celesta instance.CelestaConnection Adapter class forConnection
where every method call is delegated to the corresponding method ofconnection
delegate.ConnectionPoolConfiguration Connection pool configuration.DatasourceConnectionPool InternalConnectionPool Database connection pool.SystemCallContext CallContext of system, which does not need any user. -
Enum Summary Enum Description DBType DB type. -
Exception Summary Exception Description CelestaException Critical error that leads to stopping of Celesta.PermissionDeniedException Exception that is thrown if there are no permissions to access some table.RepeatedParseException The exception that occurs when re-parsing the sameGrainPart
.