| Interface | Description |
|---|---|
| IntegrityCheckingServerFileVaultI | |
| MethodGeneratorI |
interface to generalize generators for method code in different programming languages
|
| SourceGeneratorI |
helper interface to generalize source generators for different programming languages
|
| WrappingArrayTypeCodeGenI<C extends SourceGeneratorI> |
interface to help generalize usage of the code generators for the WrappingArrayType, independent of the actual language used.
|
| Class | Description |
|---|---|
| AbstractCode | |
| AbstractSQL |
Abstract base class for database-connecting schema generators.
|
| AlarmStatusEntriesAlarmBOTChecker |
Check if all entries in the "alarmbot" column of the "bas" table (still) refer to BOTs corresponding to Alarm subclasses.
|
| AlarmStatusEntriesWithUnknownAlarmChecker |
Deletes all entries form the alarm status table for which the corresponding
Alarm does not exist. |
| AlarmStatusEntriesWithUnknownBOChecker |
Deletes all entries form the alarm status table for which the
corresponding
BO or Alarm does not exist. |
| AttributeTypeCodeGen<M extends MethodGeneratorI,C extends SourceGeneratorI,A extends AttributeTypeI> |
base class for all code generators that modify given methods
or generate new methods based on a given attribute type
|
| CastorMapping | |
| CoreData | |
| DatabaseConnectionEstablisher | |
| DatabaseConnectionPool | |
| DiscriminatorSync | |
| DoubleIdsChecker | |
| DuplicateAlarmStatusEntriesChecker |
Logs an error if duplicate entries for the same alarm and bo exist in the alarm status value table.
|
| EntityBotsChecker |
Checks if an object in the database has a wrong "bot" regarding the table it is stored in.
|
| EntityRelationsChecker |
Checks all entries of single relation attributes of the given
EntityI if they reference a not existing BO; such
invalid relations are then set to null. |
| FirstNodeStart | |
| GeneratorFactory |
This class is an abstraction mechanism for various database implementations.
|
| GeneratorJob | |
| GeneratorJobComparator |
This class is needed for sorting the GeneratorJob-s correctly
into the
IntegrityCheck's PriorityBlockingQueue. |
| IntegrityCheck | |
| ManyTableChecker | |
| NetRexxConstantsI | |
| NullLmodChecker | |
| OrphanedBLOBsChecker | |
| PostgreSQL |
Core schema generator and metadata maintenance tool for PostgreSQL.
|
| PostgreSQLCatalogInspector |
Inspector for querying the PostgreSQL database catalog and metadata.
|
| PostgreSQLColumn |
PostgreSQL-specific implementation of a database column definition.
|
| PostgreSQLDDLBuilder |
Fluent Builder for PostgreSQL DDL (Data Definition Language) Statements.
|
| PostgreSQLExtensionManager |
Handler for PostgreSQL Extensions (hstore, btree_gin, pg_trgm, etc.)
|
| PostgreSQLFirstNodeStart | |
| PostgreSQLIndex | |
| PostgreSQLIndexSynchronizer |
Handler for PostgreSQL Indexes (Generation, Parsing, Cleanup)
|
| PostgreSQLInheritanceManager |
Manager for handling PostgreSQL native table inheritance (
INHERITS clause). |
| PostgreSQLMigrationContext |
State object containing all runtime maps, flags, and lists for a single migration run.
|
| PostgreSQLRelationManager |
Handler for synchronizing n-m (Many-to-Many) relation tables between entities.
|
| PostgreSQLTableIndexesUpdateJob | |
| PostgreSQLTableMigrator |
Handler for Core Schema Definition logic.
|
| SQLColumn |
Base implementation of a database column definition for schema generation.
|
| SQLMapping | |
| SQLStatement | |
| SQLStatementJoinedTable | |
| SQLStatementTable | |
| SQLTable | |
| StartupConfiguration |
This class is an abstraction mechanism for various database implementations.
|
| Enum | Description |
|---|---|
| NullDefaultType |
represents one of several ways a default value for a null check
may be passed in code
|
| Exception | Description |
|---|---|
| DatabaseMigrationException |
Thrown if synchronization between the in-memory schema
and the PostgreSQL database fails.
|
Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.