Interface | Description |
---|---|
ConnectionPool | |
ICallContext |
It's a base interface of call context.
|
ICelesta |
Interface of Celesta instance.
|
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 for
Connection where every method call is delegated
to the corresponding method of connection delegate. |
ConnectionPoolConfiguration |
Connection pool configuration.
|
CurrentScore |
ThreadLocal score accessor during the initialization of Celesta.
|
DatasourceConnectionPool | |
InternalConnectionPool |
Database connection pool.
|
SystemCallContext |
CallContext of system, which does not need any user.
|
Enum | Description |
---|---|
DBType |
DB type.
|
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 same
GrainPart . |
Copyright © 2023 CURS. All rights reserved.