Column |
Used by the ModelProvider , maps the AD_Column table in the application
dictionary.
|
Entity |
Models the business object type.
|
ModelObject |
The root class for the model types.
|
ModelProvider |
Builds the Runtime model base on the data model (application dictionary: table, column,
reference, etc).
|
ModelSessionFactoryController |
Initializes and provides the session factory for the model layer.
|
Module |
Models a simple version of the module present in the database.
|
NamingUtil |
|
NamingUtilTest |
|
Package |
Models the ad_package table.
|
Property |
Together with Entity , the Property is the main part of the in-memory model.
|
Reference |
Used by the ModelProvider , maps the AD_Reference table in the in-memory
model.
|
RefList |
A limited mapping of the ref_list to support validation of string types.
|
RefSearch |
Used by the ModelProvider , maps the AD_Reference table in the application
dictionary.
|
RefTable |
Used by the ModelProvider , maps the AD_Ref_Table table in the application
dictionary.
|
RefTree |
Used by the ModelProvider , maps the AD_Ref_Table table in the application
dictionary.
|
Table |
Used by the ModelProvider , maps the AD_Table table in the application
dictionary.
|
UniqueConstraint |
A UniqueConstraint defines for an entity a set of properties, which combined are unique for that
entity.
|