File
Doc
Category
Size
Date
Package
PatientDAO.java
API Doc
Example
552
Mon Nov 24 10:08:14 GMT 2003
com.oreilly.patterns.chapter8
PatientDAO
public interface PatientDAO
Fields Summary
Constructors Summary
Methods Summary
public
com.oreilly.patterns.chapter7.PatientDTO
createPatient
(
com.oreilly.patterns.chapter7.PatientDTO
patient)
public
com.oreilly.patterns.chapter7.PatientDTO
findPatient
(
long
pat_no)
public void
savePatient
(
com.oreilly.patterns.chapter7.PatientDTO
patient)
Java Code Source