BaseQueryDescriptor |
|
BaseTypeDescriptor |
Base class for DBEnumDescriptor and DBTypeDescriptor - lifecycle data source, type name
|
ColumnInfo |
|
DataSourceManager |
Manages access to the runtime, active data sources - i.e the connections to the databases.
|
DBChangeableListener |
|
DBDataSource |
Used for defining data sources in the layer definition file, as well as for data source config at runtime if necessary.
|
DBEnumDescriptor |
|
DBList<E extends IDBObject> |
This acts like a java.util.ArrayList but is usable with data binding and persistence
It does a 'copy on write' to manage a separate per-transaction view of each list that's being
modified, and allows the underlying list to be updated when the transaction is committed.
|
DBMetadata |
Used as a container for metadata extracted from the current database
|
DBObject |
Database object class, usually stored as a code-generated field _dbObject in a given instance.
|
DBPropertyDescriptor |
Represents the metadata used for storing a property of a DBObject.
|
DBSchemaType |
|
DBSchemaVersion |
|
DBSyncNameContext |
|
DBTransaction |
Represents a per-thread representation of the current transaction, including cached DB connections for each data source,
and a list of pending updates made by this transaction.
|
DBTypeDescriptor |
Stores the metadata for a given type in the system that represents the mapping to a persistence storage
layer.
|
DBUtil |
|
DBUtil.TestValueReplacer |
|
FindByDescriptor |
The metadata for a FindBy query - generated from the @FindBy annotation
|
IdPropertyDescriptor |
|
IncludesItemQuery |
|
MultiColIdentity |
|
MultiColPropertyDescriptor |
|
NamedQueryDescriptor |
|
OpQuery |
|
PQuery |
|
PropUpdate |
|
Query |
|
SelectGroupQuery |
Managed a list of SelectQuery instances - each one against a separate dataSource
|
SelectQuery |
Corresponds to a single database query - either for a single row or multi-row but not both
|
TableDescriptor |
Used to represent a table storing properties for items in a DBTypeDescriptor.
|
TableInfo |
|
TxDelete |
|
TxInsert |
|
TxOperation |
|
TxUpdate |
|
VersionedOperation |
|