In DObject O/R Mapping persistence layer, there are two manners you can adopt to update object without getting it, which mostly be used when updating objects in batches:
l Using Filter
l Using OQL
Related Topics
Update Object