hunt.entity.EntityManagerFactory

Undocumented in source.

Members

Aliases

GetCreateTableHandle
alias GetCreateTableHandle = string function(Dialect dialect, string tablePrefix, ref string[] alterRows)
Undocumented in source.

Classes

EntityManagerFactory
class EntityManagerFactory
Undocumented in source.

Functions

addCreateTableHandle
void addCreateTableHandle(string tableName, GetCreateTableHandle handler)
Undocumented in source. Be warned that the author may not have intended to support it.
getCreateTableHandle
GetCreateTableHandle getCreateTableHandle(string tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntityTableName
string getEntityTableName()
Undocumented in source. Be warned that the author may not have intended to support it.
onCreateTableHandler
string onCreateTableHandler(Dialect dialect, string tablePrefix, string[] alertRows)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta