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

Included Modules

Defined in:

lustra/model/factories/simple_factory.cr

Instance Method Summary

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

build(h : Hash(String, Lustra::SQL::Any), cache : Lustra::Model::QueryCache | Nil = nil, persisted : Bool = false, fetch_columns : Bool = false) : Lustra::Model build

Instance Method Detail

def build(h : Hash(String, Lustra::SQL::Any), cache : Lustra::Model::QueryCache | Nil = nil, persisted : Bool = false, fetch_columns : Bool = false) : Lustra::Model #

[View source]