- createEntity
Object createEntity(string entityName)
 - findEntity
const(EntityInfo) findEntity(string entityName)
 - findEntity
const(EntityInfo) findEntity(TypeInfo_Class entityClass)
 - findEntityForObject
const(EntityInfo) findEntityForObject(Object obj)
 - generateFindAllForEntity
string generateFindAllForEntity(Dialect dialect, string entityName)
 - generateFindByPkForEntity
string generateFindByPkForEntity(Dialect dialect, EntityInfo ei)
 - generateFindByPkForEntity
string generateFindByPkForEntity(Dialect dialect, string entityName)
 - generateInsertAllFieldsForEntity
string generateInsertAllFieldsForEntity(Dialect dialect, EntityInfo ei)
 - generateInsertAllFieldsForEntity
string generateInsertAllFieldsForEntity(Dialect dialect, string entityName)
 - generateInsertNoKeyForEntity
string generateInsertNoKeyForEntity(Dialect dialect, EntityInfo ei)
 - generateUpdateForEntity
string generateUpdateForEntity(Dialect dialect, EntityInfo ei)
 - getAllFieldList
string getAllFieldList(Dialect dialect, EntityInfo ei, bool exceptKey)
 - getAllFieldList
string getAllFieldList(Dialect dialect, string entityName, bool exceptKey)
 - getClassMap
const(EntityInfo[TypeInfo_Class]) getClassMap()
 - getEntities
const(EntityInfo[]) getEntities()
 - getEntity
const(EntityInfo) getEntity(int entityIndex)
 - getEntityCount
int getEntityCount()
 - getEntityMap
const(EntityInfo[string]) getEntityMap()
 - getEntityName
string getEntityName(TypeInfo_Class type)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getEntityNameForClass
string getEntityNameForClass()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getFieldCount
int getFieldCount(EntityInfo ei, bool exceptKey)
 - getPropertyValue
Variant getPropertyValue(Object obj, string propertyName)
 - opApply
int opApply(int delegate(ref const EntityInfo) dg)
 - opIndex
const(EntityInfo) opIndex(int index)
 - opIndex
const(EntityInfo) opIndex(string entityName)
 - opIndex
const(PropertyInfo) opIndex(string entityName, string propertyName)
 - readAllColumns
int readAllColumns(Object obj, DataSetReader r, int startColumn)
 Fills all properties of entity instance from dataset
- setPropertyValue
void setPropertyValue(Object obj, string propertyName, Variant value)
 - writeAllColumns
int writeAllColumns(Object obj, DataSetWriter w, int startColumn, bool exceptKey)
 Puts all properties of entity instance to dataset
Undocumented in source.