public final class EntityWrapper
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EntityWrapper.SQLType |
| 构造器和说明 |
|---|
EntityWrapper(EntityMapping mapping) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
build(java.lang.Object data,
EntityWrapper.SQLType type) |
void |
clear() |
JSql |
getJSql() |
EntityWrapper.SQLType |
getSqlType() |
boolean |
returnGeneratedKey() |
void |
setGeneratedKey(java.lang.Object value) |
public EntityWrapper(EntityMapping mapping)
public void build(java.lang.Object data,
EntityWrapper.SQLType type)
public void setGeneratedKey(java.lang.Object value)
throws java.sql.SQLException
java.sql.SQLExceptionpublic JSql getJSql()
public EntityWrapper.SQLType getSqlType()
public boolean returnGeneratedKey()
public void clear()
Copyright © 2020. All Rights Reserved.