接口 ListLoader<SE,TE,TT extends Table<TE>>
public interface ListLoader<SE,TE,TT extends Table<TE>>
-
方法概要
修饰符和类型方法说明batchLoad(Collection<SE> sources)Executable<Map<SE,List<TE>>>batchLoadCommand(Collection<SE> sources)ListLoader<SE,TE,TT>forConnection(Connection con)ListLoader<SE,TE,TT>default Executable<List<TE>>loadCommand(SE source)Executable<List<TE>>loadCommand(SE source, int limit, int offset)
-
方法详细资料
-
forConnection
-
forFilter
-
load
-
load
-
loadCommand
-
loadCommand
-
batchLoad
-
batchLoadCommand
-