| Package | Description |
|---|---|
| org.mineot.mopenentity.dao | |
| org.mineot.mopenentity.entity | |
| org.mineot.mopenentity.implementable.entities |
| Constructor and Description |
|---|
AuditDao(Class<?> entityClass,
Auditor auditor,
SessionConfigAbstract sessionConfig)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Auditor |
AuditEntity.getCreatorAuditor() |
Auditor |
AuditEntity.getRemoverAuditor() |
Auditor |
AuditEntity.getUpdaterAuditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditEntity.setCreateAuditor(Auditor auditor) |
void |
AuditEntity.setRemoverAuditor(Auditor auditor) |
void |
AuditEntity.setUpdaterAuditor(Auditor auditor) |
| Modifier and Type | Method and Description |
|---|---|
Auditor |
Auditable.getCreatorAuditor()
Returns the creator auditor of this entity
|
Auditor |
Auditable.getRemoverAuditor()
Returns the remover auditor of this class
|
Auditor |
Auditable.getUpdaterAuditor()
Returns the updater auditor of this class
|
| Modifier and Type | Method and Description |
|---|---|
void |
Auditable.setCreateAuditor(Auditor auditor)
Defines the creator auditor of this entity
|
void |
Auditable.setRemoverAuditor(Auditor auditor)
Defines the remover auditor of this class
|
void |
Auditable.setUpdaterAuditor(Auditor auditor)
Defines the updater auditor of this class
|
Copyright © 2016. All rights reserved.