org.seasar.tuigwaa.database.function
クラス UpdateExeFunction
java.lang.Object
org.seasar.tuigwaa.database.function.AbstractExeFunction
org.seasar.tuigwaa.database.function.UpdateExeFunction
- すべての実装インタフェース:
- DaoMethod, com.isenshi.util.functor.UnaryFunction, com.isenshi.util.functor.UnaryProcedure
- public class UpdateExeFunction
- extends AbstractExeFunction
- implements com.isenshi.util.functor.UnaryFunction, com.isenshi.util.functor.UnaryProcedure
クラス org.seasar.tuigwaa.database.function.AbstractExeFunction から継承したメソッド |
evaluate, evaluate, getAggregationEntity, getEntity, getEntityName, getJavaClass, getName, getNextId, getSchema, getSession, nextLong, save, setDomainName, setEntityName, setName, setSchema |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateExeFunction
public UpdateExeFunction()
getUpdateValueMap
public Map getUpdateValueMap()
isUpdateOnly
public boolean isUpdateOnly()
setUpdateOnly
public void setUpdateOnly(boolean updateOnly)
getDtoFieldList
public List getDtoFieldList()
putUpdateValue
public void putUpdateValue(String field,
Object value)
addDtoField
public void addDtoField(String field)
evaluate
public Object evaluate(Object obj)
- 定義:
- インタフェース
com.isenshi.util.functor.UnaryFunction
内の evaluate
- オーバーライド:
- クラス
AbstractExeFunction
内の evaluate
run
public void run(Object obj)
- 定義:
- インタフェース
com.isenshi.util.functor.UnaryProcedure
内の run
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.