| Package | Description |
|---|---|
| com.nurkiewicz.jdbcrepository | |
| com.nurkiewicz.jdbcrepository.sql |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcRepository.setSqlGenerator(SqlGenerator sqlGenerator) |
| Constructor and Description |
|---|
JdbcRepository(org.springframework.jdbc.core.RowMapper<T> rowMapper,
RowUnmapper<T> rowUnmapper,
SqlGenerator sqlGenerator,
TableDescription table) |
| Modifier and Type | Class and Description |
|---|---|
class |
DerbySqlGenerator |
class |
Mssql2012SqlGenerator
SQLServer Pagination feature for SQLServer 2012+ -> extension of order by clause
|
class |
MssqlSqlGenerator |
class |
OracleSqlGenerator |
class |
PostgreSqlGenerator |
| Modifier and Type | Method and Description |
|---|---|
static String |
SQL99Helper.generateSelectAllWithPagination(TableDescription table,
org.springframework.data.domain.Pageable page,
SqlGenerator sqlGenerator) |
Copyright © 2012–2016. All rights reserved.