module Clear::Model::Factory::Base
Direct including types
Defined in:
clear/model/factories/base.crInstance Method Summary
Instance Method Detail
abstract
def build(h : Hash(String, Clear::SQL::Any), cache : Clear::Model::QueryCache | Nil = nil, persisted : Bool = false, fetch_columns : Bool = false) : Clear::Model
#