| Package | Description |
|---|---|
| eu.eventstorm.sql | |
| eu.eventstorm.sql.jdbc |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
Repository.executeSelect(String sql,
PreparedStatementSetter pss,
ResultSetMapper<T> mapper) |
protected <T> Page<T> |
Repository.executeSelectPage(String countSql,
String sql,
ResultSetMapper<T> mapper,
Pageable pageable) |
protected <T> Stream<T> |
Repository.stream(String sql,
PreparedStatementSetter pss,
ResultSetMapper<T> mapper) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Mapper<T> |
interface |
MapperWithAutoIncrement<T> |
| Modifier and Type | Field and Description |
|---|---|
static ResultSetMapper<Long> |
ResultSetMappers.SINGLE_LONG |
static ResultSetMapper<String> |
ResultSetMappers.STRING |
Copyright © 2019. All rights reserved.