The unit contains implementation of the metadata management.
Classes
| Name | Description |
|
TMappedMetaType |
A meta-type for Entities, that can be saved to the database. |
|
TMetaColumnList |
A list of all the columns in the table. |
|
TMetaColumns |
A custom list of meta columns. |
|
TMetaData |
TMetaData is a base class, from which any metadata class is derived. |
|
TMetaModel |
The class stores meta-descriptions of all the entity classes of the model and relationships between them. |
|
TMetaReference |
Contains the meta description of the reference. |
|
TMetaTable |
This class contains metainformation about the table. |
|
TMetaTableList |
A list of all the tables in the model. |
|
TMetaType |
Meta-description of all the Entities used in the ORM. |
|
TUnmappedMetaTable |
Description of a virtual table, that doesn't actually exist in the database. |