Create a new indirect (with a join-table) 'to many' relationship.
Expands a join query from an origin relation to the owner relation, into a join query from that origin relation to the target relation.
Expands a join query from an origin relation to the owner relation, into a join query from that origin relation to the target relation.
The origin relation's table type.
The origin relation's row type.
A join query from the origin relation to the owner relation.
Query representing the complete set of possible owner entities for this relationship.
Query representing the complete set of possible owner entities for this relationship.
Includes this relationship on a database action.
Includes this relationship on a database action.
The type of the functor that contains the owner entity instance(s).
The entity action the relationship is to be included on.
The query that produced the database action the relationship is to be included on.
The execution context in which the action is to be modified.
The database action, modified to include this relationship on the resulting owner instance(s).
Returns a query for the inner product of the given owner entity query with the respective owned relations.
Returns a query for the inner product of the given owner entity query with the respective owned relations.
Query for owner entities on which the set of owned relations is to be joined.
Condition for joining a query for owner entities with a query for owned relations joined with the join-table.
Condition for joining a query for owner entities with a query for owned relations joined with the join-table.
Returns a query for all the owned relations belonging all the owner entities with retrieved by the given query.
Returns a query for all the owned relations belonging all the owner entities with retrieved by the given query.
The query for owner entities for which to build a query for the owned relations.
Returns a query for the owned relations belonging the owner entity with the given ID.
Returns a query for the owned relations belonging the owner entity with the given ID.
The ID of the owner entity to build the query for.
Query representing the complete set of possible owned relations for this relationship, joined onto the join-table.
Query representing the complete set of possible owned relations for this relationship, joined onto the join-table.
Represents an indirect (with a join-table) 'to many' relationship.