@PermitAll public class JpaRollbackItemDao extends com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<RollbackItem,java.lang.Long> implements RollbackItemDao
| Constructor and Description |
|---|
JpaRollbackItemDao()
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RollbackItem> |
findAll()
Returns a list of all rollback-items ordered by their create-date.
|
QueryResult<RollbackItem> |
findByCriteria(RollbackInfoCriteria criteria)
Returns a list of all rollback-items satisfying the given criteria
ordered by their create-date.
|
protected java.lang.String |
getColName(java.lang.String colName) |
protected javax.persistence.EntityManager |
getEntityManager() |
clear, contains, findById, findById, findByIds, flush, getEntityClass, getEntityName, getReferenceById, merge, persist, refresh, refresh, remove, setEntityClass, setLockModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected javax.persistence.EntityManager getEntityManager()
getEntityManager in class com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<RollbackItem,java.lang.Long>public java.util.List<RollbackItem> findAll()
RollbackItemDaofindAll in interface RollbackItemDaopublic QueryResult<RollbackItem> findByCriteria(RollbackInfoCriteria criteria)
RollbackItemDaofindByCriteria in interface RollbackItemDaocriteria - the search criteriaprotected java.lang.String getColName(java.lang.String colName)
getColName in class com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<RollbackItem,java.lang.Long>Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.