MakeModel

Undocumented in source.

Members

Functions

onInitialized
void onInitialized()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin MakeLazyLoadList!(typeof(this))
Undocumented in source.
__anonymous
mixin MakeLazyLoadSingle!(typeof(this))
Undocumented in source.
__anonymous
mixin MakeLazyData
Undocumented in source.
__anonymous
mixin MakeValid
Undocumented in source.

Static functions

metaInfo
EntityMetaInfo metaInfo()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin MakeLazyData

setManager
void setManager(EntityManager manager)
Undocumented in source. Be warned that the author may not have intended to support it.
getManager
EntityManager getManager()
Undocumented in source. Be warned that the author may not have intended to support it.
addLazyData
void addLazyData(string key, LazyData data)
Undocumented in source. Be warned that the author may not have intended to support it.
getAllLazyData
LazyData[string] getAllLazyData()
Undocumented in source. Be warned that the author may not have intended to support it.
hasLazyData
bool hasLazyData(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getLazyData
LazyData getLazyData(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta