Package com.onec.query
Class Row
java.lang.Object
com.onec.query.Row
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.-
Method Summary
Modifier and TypeMethodDescriptionasMap()columns()getBigDecimal(String column) getBoolean(String column) getDateTime(String column) booleantoString()