public class DerbySqlGenerator extends SqlGenerator
| Modifier and Type | Field and Description |
|---|---|
static String |
ROW_NUM_COLUMN |
static String |
ROW_NUM_COLUMN_CLAUSE |
| Constructor and Description |
|---|
DerbySqlGenerator() |
DerbySqlGenerator(String allColumnsClause) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
limitClause(org.springframework.data.domain.Pageable page) |
String |
selectAll(TableDescription table,
org.springframework.data.domain.Pageable page) |
count, countById, create, deleteAll, deleteById, existsById, getAllColumnsClause, selectAll, selectAll, selectById, selectByIds, sortingClauseIfRequired, updatepublic static final String ROW_NUM_COLUMN
public static final String ROW_NUM_COLUMN_CLAUSE
public DerbySqlGenerator()
public DerbySqlGenerator(String allColumnsClause)
public String selectAll(TableDescription table, org.springframework.data.domain.Pageable page)
selectAll in class SqlGeneratorprotected String limitClause(org.springframework.data.domain.Pageable page)
limitClause in class SqlGeneratorCopyright © 2012–2016. All rights reserved.