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
ConstructorDescriptionSelectList
(@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, wait
Methods inherited from interface io.github.zero88.jooqx.adapter.SQLResultAdapter
recordFactory
Methods inherited from interface io.github.zero88.jooqx.adapter.SQLResultListAdapter
strategy
Methods inherited from interface io.github.zero88.jooqx.adapter.SQLResultListAdapter.SQLResultIdentityListAdapter
collect
-
Constructor Details
-
SelectList
-
-
Method Details
-
recordFactory
- Specified by:
recordFactory
in interfaceSQLResultAdapter<ROW,
RESULT> - Returns:
- record factory
- See Also:
-