|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sdsc.inca.depot.persistent.DAO
edu.sdsc.inca.depot.persistent.SeriesConfigDAO
public class SeriesConfigDAO
This class transfers SeriesConfig objects between memory and the DB.
| Field Summary |
|---|
| Fields inherited from class edu.sdsc.inca.depot.persistent.DAO |
|---|
logger |
| Constructor Summary | |
|---|---|
SeriesConfigDAO()
|
|
| Method Summary | |
|---|---|
static SeriesConfig |
load(java.lang.Long id)
Returns a SeriesConfig object from the DB with the id specified, null if no such object appears in the DB. |
static SeriesConfig |
loadOrSave(SeriesConfig sc)
Returns a SeriesConfig object from the DB with the same field values as one specified, or the saved version of the specified object if no such object appears in the DB. |
static SeriesConfig |
update(SeriesConfig sc)
A wrapper around DAO.update that handles the necessary casting. |
| Methods inherited from class edu.sdsc.inca.depot.persistent.DAO |
|---|
save, selectMultiple, selectUnique, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeriesConfigDAO()
| Method Detail |
|---|
public static SeriesConfig load(java.lang.Long id)
throws PersistenceException
id - the id of the object to be retrieved
PersistenceException - on err
public static SeriesConfig loadOrSave(SeriesConfig sc)
throws PersistenceException
sc - an object that contains field values used in the retrieval
PersistenceException - on err
public static SeriesConfig update(SeriesConfig sc)
throws PersistenceException
sc - the SeriesConfig to update
PersistenceException - on error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||