public class BuildExecSQL extends Object
| 限定符和类型 | 类和说明 |
|---|---|
class |
BuildExecSQL.BuildResultType |
| 构造器和说明 |
|---|
BuildExecSQL() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
BuildExeSQLDelete(Class entityClass,
String where) |
<T> BuildExecSQL.BuildResultType |
BuildExeSQLInsert(T entity) |
BuildExecSQL.BuildResultType |
BuildExeSQLUpdate(Object entity) |
public <T> BuildExecSQL.BuildResultType BuildExeSQLInsert(T entity) throws RuntimeException
RuntimeExceptionpublic BuildExecSQL.BuildResultType BuildExeSQLUpdate(Object entity) throws RuntimeException
RuntimeExceptionpublic String BuildExeSQLDelete(Class entityClass, String where) throws RuntimeException
RuntimeExceptionCopyright © 2024. All rights reserved.