module Lustra::Model::Factory::Base

Direct including types

Defined in:

lustra/model/factories/base.cr

Instance Method Summary

Instance Method Detail

abstract 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]