|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDAO
Interface for persistence operations on attributes.
Method Summary | |
---|---|
void |
delete(Attribute attr)
Delete an attribute (recursively). |
void |
delete(MapAttribute map,
AttrQuery query)
Delete entries from a map that match the given query. |
void |
evict(Attribute attr)
Evict an Attribute from the session cache. |
void |
evictFlat(Attribute attr)
Evict an Attribute non-recursively. |
java.util.List |
find(MapAttribute map,
AttrQuery query)
Find all attributes that match a given path and AttrQuery. |
void |
flush()
Force a flush. |
void |
save(Attribute attr)
Save an attribute (recursively). |
Method Detail |
---|
void save(Attribute attr)
attr
- The attribute to save.void delete(Attribute attr)
attr
- The attribute to delete.java.util.List find(MapAttribute map, AttrQuery query)
map
- The map within which to query.query
- The AttrQuery.
void delete(MapAttribute map, AttrQuery query)
map
- query
- void evict(Attribute attr)
attr
- void evictFlat(Attribute attr)
attr
- void flush()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |