klyn.data.sql.internal.SQLMappedEntity.materialize
method
public materialize(rows as ResultSet, startIndex as Int = 1) as Object:
Description

Hydrates one entity from the current SQL row in mapping order.

Parameters
ParameterDescription
rowsCurrent provider row.
startIndexFirst one-based result column.
Returns

Hydrated entity instance.

Example
entity = mapped.materialize(rows)