public interface Persistable extends Accessible
| Modifier and Type | Method and Description |
|---|---|
default void |
delete() |
default void |
insert() |
default void |
save() |
default void |
update() |
get, getdefault void insert()
throws EcmException
EcmExceptiondefault void update()
throws EcmException
EcmExceptiondefault void delete()
throws EcmException
EcmExceptiondefault void save()
throws EcmException
EcmException