public interface DeleteableActiveRecord<ID> extends ActiveRecord<ID>
Modifier and Type | Method and Description |
---|---|
void |
delete() |
boolean |
isDeleted()
checks if the object in memory is currently disconnected from the
persistence store
|
save
id, is