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


コンストラクタの概要
AbstractExeFunction()
           
 
メソッドの概要
 Object evaluate()
           
 Object evaluate(Object obj)
           
 Object evaluate(Object left, Object right)
           
protected  TgwEntity getAggregationEntity()
           
 TgwEntity getEntity()
           
 String getEntityName()
           
protected  Class getJavaClass()
           
 String getName()
           
protected  long getNextId(long l)
           
 String getSchema()
          推奨されていません。  
protected  org.hibernate.Session getSession()
           
protected  long nextLong()
           
protected  void save(Object obj)
           
 void setDomainName(String domainName)
           
 void setEntityName(String entityName)
           
 void setName(String name)
           
 void setSchema(String schema)
          推奨されていません。  
 
クラス 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.