Interface Aggregator
public interface Aggregator
Aggregator
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Details
-
list
- Throws:
DataAccessException
-
list
- Throws:
DataAccessException
-
forEach
<T, X extends Throwable> void forEach(cool.scx.function.Function1Void<T, X> resultConsumer, Class<T> resultType) throws DataAccessException, X- Throws:
DataAccessExceptionX
-
forEach
<X extends Throwable> void forEach(cool.scx.function.Function1Void<Map<String, Object>, X> resultConsumer) throws DataAccessException, X- Throws:
DataAccessExceptionX
-
first
- Throws:
DataAccessException
-
first
- Throws:
DataAccessException
-