| Package | Description |
|---|---|
| ru.curs.celesta |
Root package of Celesta classes.
|
| ru.curs.celesta.dbutils | |
| ru.curs.celesta.score |
Package containing metadata of table structure.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractScore |
CurrentScore.get()
Returns score object.
|
AbstractScore |
ICallContext.getScore()
Returns Celesta score.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CurrentScore.set(AbstractScore score)
Sets score object.
|
| Constructor and Description |
|---|
DbUpdater(ConnectionPool connectionPool,
AbstractScore score,
boolean forceDdInitialize,
DBAdaptor dbAdaptor) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractScore.ScoreBuilder<T extends AbstractScore>
Score builder for subclasses of
AbstractScore. |
| Modifier and Type | Method and Description |
|---|---|
AbstractScore |
Grain.getScore()
Returns model that the grain belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
GrainPart |
CelestaParser.extractGrainInfo(AbstractScore s,
Resource r) |
void |
GrainSaver.save(AbstractScore score,
Resource scorePath)
Saves metadata content of score back to SQL-files rewriting their content.
|
| Constructor and Description |
|---|
Grain(AbstractScore score,
String name) |
Copyright © 2020 CURS. All rights reserved.