org.seasar.tuigwaa.plugin
クラス DaoPlugin

java.lang.Object
  拡張org.seasar.tuigwaa.plugin.DaoPlugin
直系の既知のサブクラス:
CommentDao

public class DaoPlugin
extends Object


コンストラクタの概要
DaoPlugin(EntityDAO dao)
           
 
メソッドの概要
protected  EntityDAO getDao()
           
 Object loadByValue(String attrName, Object value)
           
 void saveOrUpdate(Object obj)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DaoPlugin

public DaoPlugin(EntityDAO dao)
メソッドの詳細

getDao

protected EntityDAO getDao()

saveOrUpdate

public void saveOrUpdate(Object obj)

loadByValue

public Object loadByValue(String attrName,
                          Object value)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.