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
|
saveid, is