Generator version : 3.1.0
Object giving access to the lightweight model
| Attributes and methods |
.allEntites : List
Returns a list containing all the entities defined in the model |
.databaseId : int
Returns the ID of the database used to generate the model |
.databaseProductName : String
Returns the product name of the database used to generate the model |
.getEntities(List ?) : List
|
.getEntityByClassName(String name) : EntityInContext
Returns the entity identified by the given class name |
.getEntityByTableName(String name) : EntityInContext
Returns the entity identified by the given database table name |
.hasEntityWithClassName(String name) : boolean
Returns TRUE if the model contains an entity identified by the given class name |
.hasEntityWithTableName(String name) : boolean
Returns TRUE if the model contains an entity identified by the given table name |
.numberOfEntities : int
Returns the number of entities defined in the model |