@PermitAll public class JpaRollbackItemDao extends com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<RollbackItem,Long> implements RollbackItemDao
| Constructor and Description |
|---|
JpaRollbackItemDao()
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
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 String |
getColName(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,Long>public List<RollbackItem> findAll()
RollbackItemDaofindAll in interface RollbackItemDaopublic QueryResult<RollbackItem> findByCriteria(RollbackInfoCriteria criteria)
RollbackItemDaofindByCriteria in interface RollbackItemDaocriteria - the search criteriaprotected String getColName(String colName)
getColName in class com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<RollbackItem,Long>Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.