2004.04.29


com.jdc.rdb.tbl.dao
Class ApplicationTableDAO

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.rdb.tbl.dao.DataAccessObject
              |
              +--com.jdc.rdb.tbl.dao.ApplicationTableDAO

public abstract class ApplicationTableDAO
extends DataAccessObject

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

An application table should implement, minimally, data access methods with the following method signatures:

Version:
1.0
Author:
Jay Damon
See Also:
ApplicationTableDTO

Field Summary
 
Fields inherited from class com.jdc.lang.Object
string
 
Constructor Summary
protected ApplicationTableDAO(Table table)
          Constructs a new ApplicationTableDAO 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

ApplicationTableDAO

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


2004.04.29



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