com.jwpepper.cat
Class SectionSupport

java.lang.Object
  |
  +--com.imaginary.lwp.PersistenceSupport
        |
        +--com.imaginary.lwp.JDBCSupport
              |
              +--com.jwpepper.cat.EntrySupport
                    |
                    +--com.jwpepper.cat.CompositeEntrySupport
                          |
                          +--com.jwpepper.cat.SectionSupport

public class SectionSupport
extends CompositeEntrySupport

Supports the storage of a section business component to a database.
Last modified $Date: 1999/10/05 04:11:16 $

Version:
$Revision: 1.1 $
Author:
George Reese (george@ancept.com)

Fields inherited from class com.jwpepper.cat.CompositeEntrySupport
LOAD_ENTRIES
 
Fields inherited from class com.jwpepper.cat.EntrySupport
CREATE, LOAD, REMOVE, STORE
 
Constructor Summary
SectionSupport()
           
 
Methods inherited from class com.jwpepper.cat.CompositeEntrySupport
load, loadEntries
 
Methods inherited from class com.jwpepper.cat.EntrySupport
create, getJoin, getPrimaryTable, mapField, remove, store
 
Methods inherited from class com.imaginary.lwp.JDBCSupport
find, getFindSQL, getReference
 
Methods inherited from class com.imaginary.lwp.PersistenceSupport
generateID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionSupport

public SectionSupport()