FileDocCategorySizeDatePackage
PatientDAOFactory.javaAPI DocExample387Mon Nov 24 10:06:58 GMT 2003com.oreilly.patterns.chapter9.standalone

PatientDAOFactory

public class PatientDAOFactory extends Object

Fields Summary
Constructors Summary
Methods Summary
public static com.oreilly.patterns.chapter8.PatientDAOgetPatientDAO()

        return new PatientDatabaseDAO(); // Generic, works with Oracle