Class Row

java.lang.Object
com.onec.query.Row

public final class Row extends Object
An untyped projection row — the default result of a join/aggregate query, since a join result is not an entity. Keys are the select items' output aliases; lookups are case-insensitive so callers needn't care that some databases upper-case unquoted column labels. Use QueryBuilder.fetchInto(dto) when a typed shape is wanted.