|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AVMStoreDAO
DAO for Repositories.
Method Summary | |
---|---|
void |
delete(AVMStore store)
Delete the given AVMStore. |
java.util.List |
getAll()
Get all AVMStores. |
AVMStore |
getByID(long id)
Get A store by primary key. |
AVMStore |
getByName(java.lang.String name)
Get an AVMStore by name. |
AVMStore |
getByRoot(AVMNode root)
Get the AVM Store that has the given root as HEAD. |
void |
invalidateCache()
Invalidate the by name lookup cache. |
void |
save(AVMStore store)
Save an AVMStore, never before saved. |
void |
update(AVMStore rep)
Update the given AVMStore record. |
Method Detail |
---|
void save(AVMStore store)
store
- The AVMStorevoid delete(AVMStore store)
store
- The AVMStore.java.util.List getAll()
AVMStore getByName(java.lang.String name)
name
- The name of the AVMStore.
AVMStore getByRoot(AVMNode root)
root
- The root to query.
void update(AVMStore rep)
rep
- The dirty AVMStore.AVMStore getByID(long id)
id
- The primary key.
void invalidateCache()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |