Interface Finder<Entity>
- Type Parameters:
Entity- Entity
public interface Finder<Entity>
Finder
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Details
-
list
- Throws:
DataAccessException
-
list
- Throws:
DataAccessException
-
listMap
- Throws:
DataAccessException
-
forEach
<X extends Throwable> void forEach(cool.scx.function.Function1Void<Entity, X> entityConsumer) throws DataAccessException, X- Throws:
DataAccessExceptionX
-
forEach
<T, X extends Throwable> void forEach(cool.scx.function.Function1Void<T, X> entityConsumer, Class<T> resultType) throws DataAccessException, X- Throws:
DataAccessExceptionX
-
forEachMap
<X extends Throwable> void forEachMap(cool.scx.function.Function1Void<Map<String, Object>, X> entityConsumer) throws DataAccessException, X- Throws:
DataAccessExceptionX
-
first
- Throws:
DataAccessException
-
first
- Throws:
DataAccessException
-
firstMap
- Throws:
DataAccessException
-
count
- Throws:
DataAccessException
-