rubbish.db.dao
クラス DAOFactory

java.lang.Object
  拡張rubbish.db.dao.DAOFactory

public class DAOFactory
extends java.lang.Object

DAOファクトリー

バージョン:
$Revision: 1.3 $
作成者:
$Author: sugawara $

フィールドの概要
protected  Database dbh
           
protected  SrcLoaderFactory factory
           
protected  FormalArgs fargs
           
 
コンストラクタの概要
  DAOFactory(Database dbh, java.io.InputStream in)
           
protected DAOFactory(Database dbh, java.lang.Object sources)
           
  DAOFactory(Database dbh, java.lang.String path)
           
 
メソッドの概要
 java.lang.Object _new(java.lang.Class dao)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

dbh

protected Database dbh

fargs

protected FormalArgs fargs

factory

protected SrcLoaderFactory factory
コンストラクタの詳細

DAOFactory

public DAOFactory(Database dbh,
                  java.lang.String path)

DAOFactory

public DAOFactory(Database dbh,
                  java.io.InputStream in)

DAOFactory

protected DAOFactory(Database dbh,
                     java.lang.Object sources)
メソッドの詳細

_new

public java.lang.Object _new(java.lang.Class dao)