There was an error while loading. Please reload this page.
Lazy loading in Sledgehammer ORM is implemented via Placeholder classes.
The placeholder objects are as placed on properties that point to other models (aka the relations)
When a placeholder object is accessed, the object is replaced in the object that contained the placeholder.
Points to a Collection of models.
Point to a single model.