- Savable - Interface in org.mineot.mopenentity.implementable.actions
-
Savable Interface.
- save(Entitable) - Method in class org.mineot.mopenentity.dao.AuditDao
-
- save(Entitable) - Method in class org.mineot.mopenentity.dao.BasicDao
-
- save(Entitable) - Method in class org.mineot.mopenentity.dao.utils.SaveDao
-
- save(Entitable) - Method in interface org.mineot.mopenentity.implementable.actions.Savable
-
Insert or update a entity
- SaveDao - Class in org.mineot.mopenentity.dao.utils
-
Save DAO.
- SaveDao(SessionConfigAbstract) - Constructor for class org.mineot.mopenentity.dao.utils.SaveDao
-
Default constructor.
- SessionConfigAbstract - Interface in org.mineot.mopenentity.configuration
-
Hibernate session configuration.
- setActive(boolean) - Method in class org.mineot.mopenentity.entity.BasicEntity
-
- setActive(boolean) - Method in interface org.mineot.mopenentity.implementable.entities.Activable
-
Defines the activation state this entity
- setCreateAuditor(Auditor) - Method in class org.mineot.mopenentity.entity.AuditEntity
-
- setCreateAuditor(Auditor) - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
-
Defines the creator auditor of this entity
- setCreateDate(Date) - Method in class org.mineot.mopenentity.entity.AuditEntity
-
- setCreateDate(Date) - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
-
Defines the create date of this entity
- setDeleted(boolean) - Method in class org.mineot.mopenentity.entity.BasicEntity
-
- setDeleted(boolean) - Method in interface org.mineot.mopenentity.implementable.entities.LogicDeletable
-
Defines this entity like as deleted or not
- setId(Long) - Method in class org.mineot.mopenentity.entity.BasicEntity
-
- setId(Long) - Method in interface org.mineot.mopenentity.implementable.entities.Entitable
-
Defines a new value to field ID.
- setRemarks(String) - Method in class org.mineot.mopenentity.entity.BasicEntity
-
- setRemarks(String) - Method in interface org.mineot.mopenentity.implementable.entities.Remarkable
-
Defines a new value to the remarks
- setRemoveDate(Date) - Method in class org.mineot.mopenentity.entity.AuditEntity
-
- setRemoveDate(Date) - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
-
Defines the remove date of this class
- setRemoverAuditor(Auditor) - Method in class org.mineot.mopenentity.entity.AuditEntity
-
- setRemoverAuditor(Auditor) - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
-
Defines the remover auditor of this class
- setUpdateDate(Date) - Method in class org.mineot.mopenentity.entity.AuditEntity
-
- setUpdateDate(Date) - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
-
Defines the update date of this class
- setUpdaterAuditor(Auditor) - Method in class org.mineot.mopenentity.entity.AuditEntity
-
- setUpdaterAuditor(Auditor) - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
-
Defines the updater auditor of this class
- single() - Method in class org.mineot.mopenentity.dao.BasicDao
-
- single() - Method in class org.mineot.mopenentity.dao.utils.ListDao
-
- single() - Method in interface org.mineot.mopenentity.implementable.actions.Listable
-
Return a single entity by research criterions