public interface MetaSetsDao
MetaSets.| Modifier and Type | Method and Description |
|---|---|
void |
deleteMetaSet(MetaSet mset)
Delete this MetaSet from the database.
|
MetaSet |
getMetaSet(int sid)
Get the MetaSet that matches this Set ID.
|
void |
storeMetaSet(MetaSet mset)
Store this MetaSet to the database.
|
MetaSet getMetaSet(int sid)
sid - The SetID to query.void storeMetaSet(MetaSet mset)
mset - The MetaSet to write.void deleteMetaSet(MetaSet mset) throws DataAccessException
mset - The MetaSet to delete.DataAccessException - It didn't quite work out.