Uses of Interface
org.lsst.ccs.config.DBInterface

Packages that use DBInterface
org.lsst.ccs.config Overview 
org.lsst.ccs.config.dao.hibernate   
 

Uses of DBInterface in org.lsst.ccs.config
 

Classes in org.lsst.ccs.config that implement DBInterface
 class FIleBasedDAO
          Creates a dummy file-based Configuration database.
 class HqlDAO
          abstract class used to help build DAO that uses HQL but are in a different package
 class MemoryDAO
           
 

Constructors in org.lsst.ccs.config with parameters of type DBInterface
ConfigurationFacade(DBInterface dao)
          creates a facade object on top of a Data Access Object that implements the base services.
 

Uses of DBInterface in org.lsst.ccs.config.dao.hibernate
 

Classes in org.lsst.ccs.config.dao.hibernate that implement DBInterface
 class HibernateDAO
           
 



Copyright © 2013 LSST. All Rights Reserved.