|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.SpyObject
net.spy.db.AbstractSavable
net.spy.db.savables.CollectionSavable
public class CollectionSavable
Wrapper to save an existing collection.
| Constructor Summary | |
|---|---|
CollectionSavable(java.util.Collection c)
Get an instance of CollectionSavable. |
|
| Method Summary | |
|---|---|
java.util.Collection |
getPostSavables(SaveContext context)
Get the collection. |
void |
save(java.sql.Connection conn,
SaveContext context)
NOOP. |
| Methods inherited from class net.spy.db.AbstractSavable |
|---|
finalize, getPreSavables, isModified, isNew, modify, setModified, setNew, setSaved |
| Methods inherited from class net.spy.SpyObject |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionSavable(java.util.Collection c)
| Method Detail |
|---|
public java.util.Collection getPostSavables(SaveContext context)
getPostSavables in interface SavablegetPostSavables in class AbstractSavablecontext - SaveContext being used in this Saver session
public void save(java.sql.Connection conn,
SaveContext context)
throws SaveException,
java.sql.SQLException
conn - the connection to use for savingcontext - SaveContext being used in this Saver session
SaveException
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||