String |
SqlGenerator.count(TableDescription table) |
String |
SqlGenerator.countById(TableDescription table) |
String |
SqlGenerator.create(TableDescription table,
Map<String,Object> columns) |
String |
SqlGenerator.deleteAll(TableDescription table) |
String |
SqlGenerator.deleteById(TableDescription table) |
String |
SqlGenerator.existsById(TableDescription table) |
static String |
SQL99Helper.generateSelectAllWithPagination(TableDescription table,
org.springframework.data.domain.Pageable page,
SqlGenerator sqlGenerator) |
String |
SqlGenerator.selectAll(TableDescription table) |
String |
SqlGenerator.selectAll(TableDescription table,
org.springframework.data.domain.Pageable page) |
String |
OracleSqlGenerator.selectAll(TableDescription table,
org.springframework.data.domain.Pageable page) |
String |
MssqlSqlGenerator.selectAll(TableDescription table,
org.springframework.data.domain.Pageable page) |
String |
Mssql2012SqlGenerator.selectAll(TableDescription table,
org.springframework.data.domain.Pageable page) |
String |
DerbySqlGenerator.selectAll(TableDescription table,
org.springframework.data.domain.Pageable page) |
String |
SqlGenerator.selectAll(TableDescription table,
org.springframework.data.domain.Sort sort) |
String |
SqlGenerator.selectById(TableDescription table) |
String |
SqlGenerator.selectByIds(TableDescription table,
int idsCount) |
String |
SqlGenerator.update(TableDescription table,
Map<String,Object> columns) |