Class RowTransformerStandardImpl<T>

  • All Implemented Interfaces:
    RowTransformer<T>

    @Incubating
    public class RowTransformerStandardImpl<T>
    extends Object
    implements RowTransformer<T>
    Returns the first object in each row, if there is exactly one item in the selection list, or the whole row otherwise.