class Clear::Model::Factory::SimpleFactory(T)

Included Modules

Defined in:

clear/model/factories/simple_factory.cr

Instance Method Summary

Instance methods inherited from module Clear::Model::Factory::Base

build(h : Hash(String, Clear::SQL::Any), cache : Clear::Model::QueryCache? = 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, persisted : Bool = false, fetch_columns : Bool = false) : Clear::Model #

[View source]