Uses of Class
org.j2ee.dao.DAOFactory

Packages that use DAOFactory
org.j2ee.dao   
 

Uses of DAOFactory in org.j2ee.dao
 

Subclasses of DAOFactory in org.j2ee.dao
 class DefaultDAOFactoryImpl
          
Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9
Last modified $Date: 2004/05/18 10:50:13 $
 

Methods in org.j2ee.dao that return DAOFactory
static org.j2ee.dao.DAOFactory DAOFactory.getDAOFactory()
          Returns a default factory
static org.j2ee.dao.DAOFactory DAOFactory.getDAOFactory(java.lang.String whichFactory)
          Search in factories Map if find a key named "whichFactory", if find is succefully then compare the object instance, if is a string, then load class named in this way, otherwise the object is a Factory.
 



Copyright © 2004 DAO Action Patterm. All Rights Reserved.