| 限定符和类型 | 方法和说明 |
|---|---|
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,
String excludeFieldList) |
<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) |
<T> String |
toSelectOrderBySQL(T entity,
String orderFieldList) |
<T> String |
toSelectOrderBySQL(T entity,
String orderFieldList,
OrderType[] orderTypes) |
<T> String |
toSelectSQL(T entity,
IncludeType includeType) |
<T> String |
toSelectSQL(T entity,
int size) |
<T> String |
toSelectSQL(T entity,
int from,
int size) |
<T> String |
toSelectSQL(T entity,
String fieldList) |
<T> String |
toUpdateSQL(T entity,
IncludeType includeType) |
<T> String |
toUpdateSQL(T entity,
String updateFieldList) |
<T> String |
toUpdateSQL(T entity,
String updateFieldList,
IncludeType includeType) |
toDeleteSQL, toInsertSQL, toSelectSQL, toUpdateSQL<T> String toSelectSQL(T entity, int size)
<T> String toSelectSQL(T entity, int from, int size)
<T> String toSelectSQL(T entity, String fieldList) throws ObjSQLException
ObjSQLException<T> String toUpdateSQL(T entity, String updateFieldList) throws ObjSQLException
ObjSQLException<T> String toUpdateSQL(T entity, String updateFieldList, IncludeType includeType) throws ObjSQLException
ObjSQLException<T> String toSelectFunSQL(T entity, FunctionType functionType, String FieldForFun) throws ObjSQLException
ObjSQLException<T> String toSelectOrderBySQL(T entity, String orderFieldList) throws ObjSQLException
ObjSQLException<T> String toSelectOrderBySQL(T entity, String orderFieldList, OrderType[] orderTypes) throws ObjSQLException
ObjSQLException<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)
Copyright © 2019. All rights reserved.