| Modifier and Type | Method and Description |
|---|---|
boolean |
BasicDao.remove(Entitable entity) |
boolean |
BasicDao.save(Entitable entity) |
boolean |
AuditDao.save(Entitable entity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RemoveDao.remove(Entitable entity) |
boolean |
SaveDao.save(Entitable entity) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuditEntity
Audit Entity.
|
class |
BasicEntity
Basic Entity.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Removable.remove(Entitable entity)
Remove an entity permanently
|
boolean |
Savable.save(Entitable entity)
Insert or update a entity
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Activable
Activable interface.
|
interface |
Auditable
Auditable interface.
|
interface |
LogicDeletable
Logic Deletable Interface.
|
interface |
Remarkable
Remarkable interface.
|
Copyright © 2016. All rights reserved.