com.jwpepper.cat
Class SimpleEntrySupport

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

public class SimpleEntrySupport
extends CompositeEntrySupport

Supports the storage of a simple entry business component to a database.
Last modified $Date: 1999/10/07 20:39:49 $

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

Field Summary
static java.lang.String LOAD_ITEMS
           
 
Fields inherited from class com.jwpepper.cat.CompositeEntrySupport
LOAD_ENTRIES
 
Fields inherited from class com.jwpepper.cat.EntrySupport
CREATE, LOAD, REMOVE, STORE
 
Constructor Summary
SimpleEntrySupport()
           
 
Method Summary
 void load(Transaction trans, Memento mem)
           
protected  void loadItems(Transaction trans, Memento mem)
           
 
Methods inherited from class com.jwpepper.cat.CompositeEntrySupport
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
 

Field Detail

LOAD_ITEMS

public static final java.lang.String LOAD_ITEMS
Constructor Detail

SimpleEntrySupport

public SimpleEntrySupport()
Method Detail

load

public void load(Transaction trans,
                 Memento mem)
          throws LoadException
Overrides:
load in class CompositeEntrySupport

loadItems

protected void loadItems(Transaction trans,
                         Memento mem)
                  throws LoadException