Converts relationship representation's that represent a collection of value into the represented values.
Converts relationship representation's that represent a collection of value into the represented values.
Converts relationship representation's that represent a collection of values into the represented values, either by using the in-memory values for values that were already fetched, or executing a database query.
The represented entity's type.
The represented entity's ID type.
The relationship's target type.
The relationship value representation to be converted.
Database definition to be used for executing a query to retrieve unfetched values.
Execution context for running a database query.
The value represented by the relationship value representation.
Converts relationship representation's that represent a single value into the represented value.
Converts relationship representation's that represent a single value into the represented value.
Converts relationship representation's that represent a single value into the represented value, either by using the in-memory value for values that were already fetched, or executing a database query.
The represented entity's type.
The represented entity's ID type.
The relationship's target type.
The relationship value representation to be converted.
Database definition to be used for executing a query to retrieve unfetched values.
Execution context for running a database query.
The value represented by the relationship value representation.
Component declaring implicit conversions for relationship value representations.