We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.