public final class EntityInsertScript extends Object implements EntityScript
| 限定符 | 构造器和说明 |
|---|---|
protected |
EntityInsertScript() |
|
EntityInsertScript(String entityName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFields(Map<String,Object> fields) |
void |
addGeneratedKey(String prop,
Object value) |
String |
getEntityName() |
Map<String,Object> |
getGeneratedKey() |
DataScriptStatement |
getStatement() |
void |
makeStatement(DataScriptStatement statement,
ModelEntityView modelViewEntity) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinsert, updatepublic EntityInsertScript(String entityName)
protected EntityInsertScript()
public void makeStatement(DataScriptStatement statement, ModelEntityView modelViewEntity) throws EntityException
EntityExceptionpublic String getEntityName()
public DataScriptStatement getStatement()
getStatement 在接口中 EntityScriptCopyright © 2019. All rights reserved.