| Modifier and Type | Method and Description |
|---|---|
String |
toDeleteByIdSQL(Class c,
Integer id) |
String |
toDeleteByIdSQL(Class c,
Long id) |
String |
toDeleteByIdSQL(Class c,
String ids) |
<T> String |
toDeleteSQL(T entity,
IncludeType includeType) |
<T> String[] |
toInsertSQL(T[] entity) |
<T> String[] |
toInsertSQL(T[] entity,
int batchSize,
String excludeFields) |
<T> String[] |
toInsertSQL(T[] entity,
String excludeFields) |
<T> String |
toInsertSQL(T entity,
IncludeType includeType) |
<T> String |
toSelectByIdSQL(T entity,
Integer id) |
<T> String |
toSelectByIdSQL(T entity,
Long id) |
<T> String |
toSelectByIdSQL(T entity,
String ids) |
<T> String |
toSelectFunSQL(T entity,
FunctionType functionType,
String fieldForFun,
Condition condition) |
<T> String |
toSelectOrderBySQL(T entity,
String orderFields) |
<T> String |
toSelectOrderBySQL(T entity,
String orderFields,
OrderType[] orderTypes) |
<T> String |
toSelectSQL(T entity,
IncludeType includeType) |
<T> String |
toSelectSQL(T entity,
IncludeType includeType,
Condition condition) |
<T> String |
toSelectSQL(T entity,
int size) |
<T> String |
toSelectSQL(T entity,
int start,
int size) |
<T> String |
toSelectSQL(T entity,
String... fields) |
<T> String |
toSelectSQL(T entity,
String selectFields,
int start,
int size) |
<T> String |
toUpdateBySQL(T entity,
String whereFields) |
<T> String |
toUpdateBySQL(T entity,
String whereFields,
Condition condition) |
<T> String |
toUpdateBySQL(T entity,
String whereFields,
IncludeType includeType) |
<T> String |
toUpdateSQL(T entity,
IncludeType includeType) |
<T> String |
toUpdateSQL(T entity,
String updateFields) |
<T> String |
toUpdateSQL(T entity,
String updateFields,
Condition condition) |
<T> String |
toUpdateSQL(T entity,
String updateFields,
IncludeType includeType) |
toDeleteSQL, toDeleteSQL, toInsertSQL, toSelectSQL, toSelectSQL, toUpdateSQL<T> String toSelectSQL(T entity, int size)
<T> String toSelectSQL(T entity, int start, int size)
<T> String toUpdateSQL(T entity, String updateFields, IncludeType includeType)
<T> String toSelectFunSQL(T entity, FunctionType functionType, String fieldForFun, Condition condition)
<T> String toSelectOrderBySQL(T entity, String orderFields, OrderType[] orderTypes)
<T> String toSelectSQL(T entity, IncludeType includeType)
<T> String toDeleteSQL(T entity, IncludeType includeType)
<T> String toInsertSQL(T entity, IncludeType includeType)
<T> String toUpdateSQL(T entity, IncludeType includeType)
<T> String[] toInsertSQL(T[] entity)
<T> String toSelectSQL(T entity, IncludeType includeType, Condition condition)
entity - includeType - condition - <T> String toUpdateBySQL(T entity, String whereFields, IncludeType includeType)
<T> String toUpdateBySQL(T entity, String whereFields, Condition condition)
entity - whereFields - condition - Copyright © 2022. All rights reserved.