In ActiveRecord, there's a concept of locking records for updates to ensure that a stale object doesn't get saved to the database.
Is there equivalent functionality in ActiveAndroid? If so, is there a link showing how to do it? If not, what would be the best approach to prevent stale objects from getting saved to the db?