public interface LoaderRowsStep<R extends TableRecord<R>>
Loader
API is used for configuring data loads.
The step in constructing the Loader
object where you can set the
mandatory row loader options.
Modifier and Type | Method and Description |
---|---|
LoaderListenerStep<R> |
fields(Collection<? extends Field<?>> fields)
Specify the the fields to be loaded into the table in the correct order.
|
LoaderListenerStep<R> |
fields(Field<?>... fields)
Specify the the fields to be loaded into the table in the correct order.
|
@Support LoaderListenerStep<R> fields(Field<?>... fields)
@Support LoaderListenerStep<R> fields(Collection<? extends Field<?>> fields)
Copyright © 2015. All Rights Reserved.