@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, setLockMode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected javax.persistence.EntityManager getEntityManager()
getEntityManager
in class com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<RollbackItem,Long>
public List<RollbackItem> findAll()
RollbackItemDao
findAll
in interface RollbackItemDao
public QueryResult<RollbackItem> findByCriteria(RollbackInfoCriteria criteria)
RollbackItemDao
findByCriteria
in interface RollbackItemDao
criteria
- 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.