wrapRow
Wraps the specified ResultRow data into an Entity instance.
Wraps the specified ResultRow data into an Entity instance.
The provided alias will be used to adjust the ResultRow mapping before returning the entity.
Samples
org.jetbrains.exposed.sql.tests.shared.AliasesTests.testWrapRowWithAliasedTableWraps the specified ResultRow data into an Entity instance.
The provided alias will be used to adjust the ResultRow mapping before returning the entity.