Uses of Class
uk.ac.cisban.rod.dao.DAO

Packages that use DAO
uk.ac.cisban.rod.dao Database access package containing all code for database access. 
uk.ac.cisban.rod.dao.specifics Grouping specific sets of tasks together in communication to the database. 
 

Uses of DAO in uk.ac.cisban.rod.dao
 

Methods in uk.ac.cisban.rod.dao that return DAO
static DAO DAO.getInstance()
          Lazy instantiation and return of this singleton class.
 

Constructors in uk.ac.cisban.rod.dao with parameters of type DAO
Delete(DAO dao)
          Initializes the Delete class.
Exists(DAO dao)
          Initial constructor
Find(DAO dao)
          Even though DAO is a singleton, we pass to the constructor to avoid an infinite recursion.
Persist(DAO dao)
           
 

Uses of DAO in uk.ac.cisban.rod.dao.specifics
 

Constructors in uk.ac.cisban.rod.dao.specifics with parameters of type DAO
ManageLogs(DAO dao)
          Main constructor.
 



Copyright © 2010. All Rights Reserved.