2004.04.29


com.jdc.rdb.tbl.dao
Class ReferenceTableDAO

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.rdb.tbl.dao.DataAccessObject
              |
              +--com.jdc.rdb.tbl.dao.ReferenceTableDAO
Direct Known Subclasses:
CountryDAO

public abstract class ReferenceTableDAO
extends DataAccessObject

ReferenceTableDAO represents a data access object for a database reference table. All data access object classes for reference tables should subclass this class.

A reference table should implement, minimally, data access methods with the following method signatures:

Version:
1.0
Author:
Jay Damon
See Also:
ReferenceTableDTO

Field Summary
 
Fields inherited from class com.jdc.lang.Object
string
 
Constructor Summary
protected ReferenceTableDAO(Table table)
          Constructs a new ReferenceTableDAO object.
 
Methods inherited from class com.jdc.rdb.tbl.dao.DataAccessObject
getTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceTableDAO

protected ReferenceTableDAO(Table table)
Constructs a new ReferenceTableDAO object.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.