Skip navigation links
A B C D E F G H I L O R S T U 

A

Activable - Interface in org.mineot.mopenentity.implementable.entities
Activable interface.
ACTIVE - Static variable in interface org.mineot.mopenentity.implementable.entities.Activable
Search criterion: ACTIVE field
addCriterion(Criterion) - Method in class org.mineot.mopenentity.dao.BasicDao
 
addCriterion(Criterion) - Method in class org.mineot.mopenentity.dao.utils.ListDao
 
addCriterion(Criterion) - Method in interface org.mineot.mopenentity.implementable.actions.Listable
Add a search criterion
addOrder(String) - Method in class org.mineot.mopenentity.dao.BasicDao
 
addOrder(String, boolean) - Method in class org.mineot.mopenentity.dao.BasicDao
 
addOrder(String) - Method in class org.mineot.mopenentity.dao.utils.ListDao
 
addOrder(String, boolean) - Method in class org.mineot.mopenentity.dao.utils.ListDao
 
addOrder(String) - Method in interface org.mineot.mopenentity.implementable.actions.Listable
Add a parameter to sorting the research
addOrder(String, boolean) - Method in interface org.mineot.mopenentity.implementable.actions.Listable
Add a parameter to sorting the research
Auditable - Interface in org.mineot.mopenentity.implementable.entities
Auditable interface.
AuditDao<E> - Class in org.mineot.mopenentity.dao
Audit DAO. manipulate entities when inserting, updating or removing an entity.
AuditDao(Class<?>, Auditor, SessionConfigAbstract) - Constructor for class org.mineot.mopenentity.dao.AuditDao
Default constructor.
AuditEntity - Class in org.mineot.mopenentity.entity
Audit Entity.
AuditEntity() - Constructor for class org.mineot.mopenentity.entity.AuditEntity
Default constructor.
Auditor - Interface in org.mineot.mopenentity.implementable.utils
Auditor Interface.

B

BasicDao<E> - Class in org.mineot.mopenentity.dao
Basic DAO.
BasicDao(Class<?>, SessionConfigAbstract) - Constructor for class org.mineot.mopenentity.dao.BasicDao
Default constructor.
BasicEntity - Class in org.mineot.mopenentity.entity
Basic Entity.
BasicEntity() - Constructor for class org.mineot.mopenentity.entity.BasicEntity
Default constructor.
begin() - Method in interface org.mineot.mopenentity.configuration.SessionConfigAbstract
Initialize the session and transaction of the Hibernate

C

clear() - Method in class org.mineot.mopenentity.dao.BasicDao
 
clear() - Method in class org.mineot.mopenentity.dao.utils.ListDao
 
clear() - Method in class org.mineot.mopenentity.entity.AuditEntity
 
clear() - Method in class org.mineot.mopenentity.entity.BasicEntity
 
clear() - Method in interface org.mineot.mopenentity.implementable.utils.Clearable
Clear all object
Clearable - Interface in org.mineot.mopenentity.implementable.utils
Clearable Interface.
commit() - Method in interface org.mineot.mopenentity.configuration.SessionConfigAbstract
Confirm the transaction changes
CREATE_DATE - Static variable in interface org.mineot.mopenentity.implementable.entities.Auditable
Search criterion: Create Date Field
CREATOR_AUDITOR - Static variable in interface org.mineot.mopenentity.implementable.entities.Auditable
Search criterion: Creator Auditor Field

D

DELETED - Static variable in interface org.mineot.mopenentity.implementable.entities.LogicDeletable
Search criterion: DELETED field

E

Entitable - Interface in org.mineot.mopenentity.implementable.entities
Entitable interface.
equals(Object) - Method in class org.mineot.mopenentity.dao.AuditDao
 
equals(Object) - Method in class org.mineot.mopenentity.dao.BasicDao
 
equals(Object) - Method in class org.mineot.mopenentity.entity.AuditEntity
 
equals(Object) - Method in class org.mineot.mopenentity.entity.BasicEntity
 

F

finish() - Method in interface org.mineot.mopenentity.configuration.SessionConfigAbstract
Close the session and the transaction of the Hibernate

G

getCreateDate() - Method in class org.mineot.mopenentity.entity.AuditEntity
 
getCreateDate() - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
Returns the create date of this entity
getCreatorAuditor() - Method in class org.mineot.mopenentity.entity.AuditEntity
 
getCreatorAuditor() - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
Returns the creator auditor of this entity
getId() - Method in class org.mineot.mopenentity.entity.BasicEntity
 
getId() - Method in interface org.mineot.mopenentity.implementable.entities.Entitable
Return the value of ID field
getRemarks() - Method in class org.mineot.mopenentity.entity.BasicEntity
 
getRemarks() - Method in interface org.mineot.mopenentity.implementable.entities.Remarkable
Returns the remarks
getRemoveDate() - Method in class org.mineot.mopenentity.entity.AuditEntity
 
getRemoveDate() - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
Returns the remove date of this class
getRemoverAuditor() - Method in class org.mineot.mopenentity.entity.AuditEntity
 
getRemoverAuditor() - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
Returns the remover auditor of this class
getUpdateDate() - Method in class org.mineot.mopenentity.entity.AuditEntity
 
getUpdateDate() - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
Returns the update date of this class
getUpdaterAuditor() - Method in class org.mineot.mopenentity.entity.AuditEntity
 
getUpdaterAuditor() - Method in interface org.mineot.mopenentity.implementable.entities.Auditable
Returns the updater auditor of this class

H

hashCode() - Method in class org.mineot.mopenentity.dao.AuditDao
 
hashCode() - Method in class org.mineot.mopenentity.dao.BasicDao
 
hashCode() - Method in class org.mineot.mopenentity.entity.AuditEntity
 
hashCode() - Method in class org.mineot.mopenentity.entity.BasicEntity
 

I

ID - Static variable in interface org.mineot.mopenentity.implementable.entities.Entitable
Search criterion: ID field
isActive() - Method in class org.mineot.mopenentity.entity.BasicEntity
 
isActive() - Method in interface org.mineot.mopenentity.implementable.entities.Activable
Informs if this entities is active
isDeleted() - Method in class org.mineot.mopenentity.entity.BasicEntity
 
isDeleted() - Method in interface org.mineot.mopenentity.implementable.entities.LogicDeletable
Return if this entity it is deleted

L

list() - Method in class org.mineot.mopenentity.dao.BasicDao
 
list() - Method in class org.mineot.mopenentity.dao.utils.ListDao
 
list() - Method in interface org.mineot.mopenentity.implementable.actions.Listable
Entities list by research criterions and order fields.
Listable<E> - Interface in org.mineot.mopenentity.implementable.actions
Listable interface.
ListDao<E> - Class in org.mineot.mopenentity.dao.utils
List DAO.
ListDao(Class<?>, SessionConfigAbstract) - Constructor for class org.mineot.mopenentity.dao.utils.ListDao
Default constructor.
LogicDeletable - Interface in org.mineot.mopenentity.implementable.entities
Logic Deletable Interface.

O

org.mineot.mopenentity.configuration - package org.mineot.mopenentity.configuration
 
org.mineot.mopenentity.dao - package org.mineot.mopenentity.dao
 
org.mineot.mopenentity.dao.utils - package org.mineot.mopenentity.dao.utils
 
org.mineot.mopenentity.entity - package org.mineot.mopenentity.entity
 
org.mineot.mopenentity.implementable.actions - package org.mineot.mopenentity.implementable.actions
 
org.mineot.mopenentity.implementable.entities - package org.mineot.mopenentity.implementable.entities
 
org.mineot.mopenentity.implementable.utils - package org.mineot.mopenentity.implementable.utils
 

R

Remarkable - Interface in org.mineot.mopenentity.implementable.entities
Remarkable interface.
REMARKS - Static variable in interface org.mineot.mopenentity.implementable.entities.Remarkable
Search criterion: REMARKS field
Removable - Interface in org.mineot.mopenentity.implementable.actions
Removable Interface.
remove(LogicDeletable, boolean) - Method in class org.mineot.mopenentity.dao.AuditDao
 
remove(Entitable) - Method in class org.mineot.mopenentity.dao.BasicDao
 
remove(LogicDeletable, boolean) - Method in class org.mineot.mopenentity.dao.BasicDao
 
remove(Entitable) - Method in class org.mineot.mopenentity.dao.utils.RemoveDao
 
remove(LogicDeletable, boolean) - Method in class org.mineot.mopenentity.dao.utils.RemoveDao
 
remove(Entitable) - Method in interface org.mineot.mopenentity.implementable.actions.Removable
Remove an entity permanently
remove(LogicDeletable, boolean) - Method in interface org.mineot.mopenentity.implementable.actions.Removable
Remove a entity setting the deleted attribute with true.
REMOVE_DATE - Static variable in interface org.mineot.mopenentity.implementable.entities.Auditable
Search criterion: Remove Date Field
RemoveDao - Class in org.mineot.mopenentity.dao.utils
Remove DAO.
RemoveDao(SessionConfigAbstract) - Constructor for class org.mineot.mopenentity.dao.utils.RemoveDao
Default constructor.
REMOVER_AUDITOR - Static variable in interface org.mineot.mopenentity.implementable.entities.Auditable
Search criterion: Remover Auditor Field
rollback() - Method in interface org.mineot.mopenentity.configuration.SessionConfigAbstract
Undoes the transaction changes

S

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

T

toString() - Method in class org.mineot.mopenentity.dao.AuditDao
 
toString() - Method in class org.mineot.mopenentity.dao.BasicDao
 
toString() - Method in class org.mineot.mopenentity.entity.AuditEntity
 
toString() - Method in class org.mineot.mopenentity.entity.BasicEntity
 

U

UPDATE_DATE - Static variable in interface org.mineot.mopenentity.implementable.entities.Auditable
Search criterion: Update Date Field
UPDATER_AUDITOR - Static variable in interface org.mineot.mopenentity.implementable.entities.Auditable
Search criterion: Updater Auditor Field
A B C D E F G H I L O R S T U 
Skip navigation links

Copyright © 2016. All rights reserved.