org.seasar.tuigwaa.database.function
クラス AbstractExeFunction
java.lang.Object
org.seasar.tuigwaa.database.function.AbstractExeFunction
- すべての実装インタフェース:
- DaoMethod
- 直系の既知のサブクラス:
- AbstractCriteriaExeFunction, DeleteAllExeFunction, DeleteExeFunction, LoadExeFunction, SaveOrUpdateExeFunction, UpdateExeFunction
- public abstract class AbstractExeFunction
- extends Object
- implements DaoMethod
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractExeFunction
public AbstractExeFunction()
getName
public final String getName()
- 定義:
- インタフェース
DaoMethod
内の getName
setName
public final void setName(String name)
- 定義:
- インタフェース
DaoMethod
内の setName
getEntityName
public final String getEntityName()
- 定義:
- インタフェース
DaoMethod
内の getEntityName
setEntityName
public final void setEntityName(String entityName)
- 定義:
- インタフェース
DaoMethod
内の setEntityName
getSchema
public final String getSchema()
- 推奨されていません。
- 定義:
- インタフェース
DaoMethod
内の getSchema
setSchema
public final void setSchema(String schema)
- 推奨されていません。
- 定義:
- インタフェース
DaoMethod
内の setSchema
getSession
protected final org.hibernate.Session getSession()
setDomainName
public void setDomainName(String domainName)
- 定義:
- インタフェース
DaoMethod
内の setDomainName
getEntity
public final TgwEntity getEntity()
getAggregationEntity
protected final TgwEntity getAggregationEntity()
getJavaClass
protected final Class getJavaClass()
save
protected final void save(Object obj)
getNextId
protected long getNextId(long l)
nextLong
protected long nextLong()
evaluate
public Object evaluate()
- 定義:
- インタフェース
DaoMethod
内の evaluate
evaluate
public Object evaluate(Object obj)
- 定義:
- インタフェース
DaoMethod
内の evaluate
evaluate
public Object evaluate(Object left,
Object right)
- 定義:
- インタフェース
DaoMethod
内の evaluate
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.