Uses of Class
net.sourceforge.pebble.dao.DAOFactory

Packages that use DAOFactory
net.sourceforge.pebble   
net.sourceforge.pebble.dao   
net.sourceforge.pebble.dao.file   
 

Uses of DAOFactory in net.sourceforge.pebble
 

Methods in net.sourceforge.pebble that return DAOFactory
 DAOFactory Configuration.getDaoFactory()
           
 

Methods in net.sourceforge.pebble with parameters of type DAOFactory
 void Configuration.setDaoFactory(DAOFactory daoFactory)
           
 

Uses of DAOFactory in net.sourceforge.pebble.dao
 

Methods in net.sourceforge.pebble.dao that return DAOFactory
static DAOFactory DAOFactory.getConfiguredFactory()
           
 

Methods in net.sourceforge.pebble.dao with parameters of type DAOFactory
static void DAOFactory.setConfiguredFactory(DAOFactory factory)
           
 

Uses of DAOFactory in net.sourceforge.pebble.dao.file
 

Subclasses of DAOFactory in net.sourceforge.pebble.dao.file
 class FileDAOFactory
          Represents a strategy used to load and store blog entries in the filing system using an XML format.
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.