class Clear::Model::Factory::SimpleFactory(T)
- Clear::Model::Factory::SimpleFactory(T)
- Reference
- Object
Included Modules
Defined in:
clear/model/factories/simple_factory.crInstance Method Summary
Instance methods inherited from module Clear::Model::Factory::Base
build(h : Hash(String, Clear::SQL::Any), cache : Clear::Model::QueryCache | Nil = nil, persisted : Bool = false, fetch_columns : Bool = false) : Clear::Model
build
Instance Method Detail
def build(h : Hash(String, Clear::SQL::Any), cache : Clear::Model::QueryCache | Nil = nil, persisted : Bool = false, fetch_columns : Bool = false) : Clear::Model
#