|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.imaginary.lwp.PersistenceSupport | +--com.imaginary.lwp.JDBCSupport | +--com.jwpepper.cat.EntrySupport | +--com.jwpepper.cat.CompositeEntrySupport | +--com.jwpepper.cat.SimpleEntrySupport
Supports the storage of a simple entry business component to a database.
Last modified $Date: 1999/10/07 20:39:49 $
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 |
public static final java.lang.String LOAD_ITEMS
Constructor Detail |
public SimpleEntrySupport()
Method Detail |
public void load(Transaction trans, Memento mem) throws LoadException
protected void loadItems(Transaction trans, Memento mem) throws LoadException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |