接口 ValueLoader<S,V>
public interface ValueLoader<S,V>
-
方法概要
修饰符和类型方法说明batchLoad(Collection<S> sources)Executable<Map<S,V>>batchLoadCommand(Collection<S> sources)ValueLoader<S,V>forConnection(Connection con)default VloadCommand(S source)
-
方法详细资料
-
forConnection
-
load
-
loadCommand
-
batchLoad
-
batchLoadCommand
-