public class AllResultsCollector extends Object implements InvokeOnManyInvocationStrategy.ResultsCollector
Modifier and Type | Class and Description |
---|---|
static interface |
AllResultsCollector.ExecutorProvider |
Constructor and Description |
---|
AllResultsCollector(AllResultsCollector.ExecutorProvider provider) |
Modifier and Type | Method and Description |
---|---|
<Z,D extends Database<Z>,T,R,E extends Exception> |
collectResults(ProxyFactory<Z,D,T,E> map,
Invoker<Z,D,T,R,E> invoker) |
public AllResultsCollector(AllResultsCollector.ExecutorProvider provider)
public <Z,D extends Database<Z>,T,R,E extends Exception> Map.Entry<SortedMap<D,R>,SortedMap<D,E>> collectResults(ProxyFactory<Z,D,T,E> map, Invoker<Z,D,T,R,E> invoker)
collectResults
in interface InvokeOnManyInvocationStrategy.ResultsCollector
net.sf.hajdbc.invocation.InvokeOnManyInvocationStrategy#collectResults(net.sf.hajdbc.sql.SQLProxy, net.sf.hajdbc.invocation.Invoker)
Copyright © 2004–2013 Paul Ferraro. All rights reserved.