Uses of Class
net.odoframework.sql.ColumnReference
| Package | Description |
|---|---|
| net.odoframework.sql |
-
Uses of ColumnReference in net.odoframework.sql
Methods in net.odoframework.sql that return ColumnReference Modifier and Type Method Description static ColumnReferenceColumnReference. index(int index)static ColumnReferenceColumnReference. name(String name)Methods in net.odoframework.sql with parameters of type ColumnReference Modifier and Type Method Description ResultSetMapper<T>ResultSetMapper. field(ColumnReference columnReference, BiConsumer<T,?> handler)Constructors in net.odoframework.sql with parameters of type ColumnReference Constructor Description WriteProperty(ColumnReference ref, BiConsumer<T,K> setter, Function<Z,K> converter)