Used to build a collection of entities along with possible side-loadables.
Used to build a collection of entities along with possible side-loadables.
Base class for direct relationships (without a join-table).
Base class for direct relationships (without a join-table).
Trait for entity companion objects.
Trait for entity companion objects.
Used to build an entity along with possible side-loadables.
Used to build an entity along with possible side-loadables.
Repository class for managing the retrieval and persistence of entities.
Repository class for managing the retrieval and persistence of entities.
Base class for entity tables
Base class for entity tables
Represents the value of a 'to many' relationship for a specific owner instance.
Represents the value of a 'to many' relationship for a specific owner instance.
Represents a fetched value of a 'to many' relationship for a specific owner instance.
Represents a fetched value of a 'to many' relationship for a specific owner instance.
Wraps 'to many' relationships for side-loading one or more side-loadables.
Wraps 'to many' relationships for side-loading one or more side-loadables.
Represents a unfetched value of a 'to many' relationship for a specific owner instance.
Represents a unfetched value of a 'to many' relationship for a specific owner instance.
Represents the value of a 'to one' relationship for a specific owner instance.
Represents the value of a 'to one' relationship for a specific owner instance.
Represents a fetched value of a 'to one' relationship for a specific owner instance.
Represents a fetched value of a 'to one' relationship for a specific owner instance.
Wraps 'to one' relationships for side-loading one or more side-loadables.
Wraps 'to one' relationships for side-loading one or more side-loadables.
Represents an unfetched value of a 'to one' relationship for a specific owner instance.
Represents an unfetched value of a 'to one' relationship for a specific owner instance.
Represents a relationship between an owner entity and an owned relation.
Represents a relationship between an owner entity and an owned relation.
Represents the value of a relationship for a specific owner instance.
Represents the value of a relationship for a specific owner instance.
Implement this trade to allow side-loading
Implement this trade to allow side-loading
Base class for indirect relationships (with a join-table).
Base class for indirect relationships (with a join-table).
Represents a direct (without a join-table) 'to many' relationship.
Represents a direct (without a join-table) 'to many' relationship.
Implements relationship interface for 'to many' relationships.
Implements relationship interface for 'to many' relationships.
Represents an indirect (with a join-table) 'to many' relationship.
Represents an indirect (with a join-table) 'to many' relationship.
Represents a direct (without a join-table) 'to one' relationship.
Represents a direct (without a join-table) 'to one' relationship.
Implements relationship interface for 'to one' relationships.
Implements relationship interface for 'to one' relationships.
Represents an indirect (with a join-table) 'to one' relationship.
Represents an indirect (with a join-table) 'to one' relationship.