attachModelDefinition method

void attachModelDefinition(
  1. ModelDefinition<OrmEntity> definition
)
inherited

Associates the generated model definition with this instance.

Implementation

void attachModelDefinition(ModelDefinition<OrmEntity> definition) {
  _definitions[this] = definition;
}