接口 ListLoader<S,T>
- 所有已知子接口:
FilterableListLoader<SE,TE, TT>
public interface ListLoader<S,T>
-
方法概要
修饰符和类型方法说明batchLoad(Collection<S> sources) Executable<Map<S,List<T>>> batchLoadCommand(Collection<S> sources) ListLoader<S,T> forConnection(Connection con) default Executable<List<T>>loadCommand(S source) Executable<List<T>>loadCommand(S source, int limit, int offset)
-
方法详细资料
-
forConnection
-
load
-
load
-
loadCommand
-
loadCommand
-
batchLoad
-
batchLoadCommand
-