public class MssqlSqlGenerator extends SqlGenerator
| Constructor and Description |
|---|
MssqlSqlGenerator() |
MssqlSqlGenerator(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 MssqlSqlGenerator()
public MssqlSqlGenerator(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.