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