attachModelDefinition method
void
attachModelDefinition(
- ModelDefinition<
OrmEntity> definition
inherited
Associates the generated model definition with this instance.
Implementation
void attachModelDefinition(ModelDefinition<OrmEntity> definition) {
_definitions[this] = definition;
}