Package io.github.zero88.jooqx.adapter
Class SelectList<R>
java.lang.Object
io.github.zero88.jooqx.adapter.SelectList<R>
- Type Parameters:
R- Type of each item in list result
- All Implemented Interfaces:
SQLResultAdapter<R,,List<R>> SQLResultListAdapter<R,,R> SQLResultListAdapter.SQLResultIdentityListAdapter<R>
public final class SelectList<R>
extends Object
implements SQLResultListAdapter.SQLResultIdentityListAdapter<R>
Select list result adapter that returns list of output
- Since:
- 1.0.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.zero88.jooqx.adapter.SQLResultListAdapter
SQLResultListAdapter.SQLResultIdentityListAdapter<ROW> -
Constructor Summary
ConstructorsConstructorDescriptionSelectList(@NotNull RecordFactory<? extends org.jooq.Record, R> recordFactory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.zero88.jooqx.adapter.SQLResultAdapter
recordFactoryMethods inherited from interface io.github.zero88.jooqx.adapter.SQLResultListAdapter
strategyMethods inherited from interface io.github.zero88.jooqx.adapter.SQLResultListAdapter.SQLResultIdentityListAdapter
collect
-
Constructor Details
-
SelectList
-
-
Method Details
-
recordFactory
- Specified by:
recordFactoryin interfaceSQLResultAdapter<ROW,RESULT> - Returns:
- record factory
- See Also:
-