SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-313
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Add to CompassSession delete(Class clazz, Object id)

Created: 30/Oct/06 03:34 PM   Updated: 30/Oct/06 03:37 PM
Component/s: Compass::Core
Affects Version/s: None
Fix Version/s: 1.1 M3


 Description  « Hide
CompassSession has delete(String alias, Object obj), Compass should allow for delete(Class clazz, Object obj). The same we have for load/get.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 30/Oct/06 03:37 PM
Implemented. Just in addition, by the same semantics of get/load or even delete(String alias, Object obj), the Object passed can be the id, an array of ids, or the actual object with its ids set.