public class LprTransactionDao extends GenericEntityDao<LprTransactionEntity>
em, enableMaxIdFetch, entityClass, maxInClauseElements| Constructor and Description |
|---|
LprTransactionDao() |
| Modifier and Type | Method and Description |
|---|---|
List<LprTransactionEntity> |
getByDate(Date searchDate) |
List<LprTransactionEntity> |
getByDates(Date startDate,
Date endDate) |
LprTransactionEntity |
getByLprTransactionItemId(String lprTransactionItemId) |
buildQuery, entityExists, find, findAll, findByIds, findByIds, getEm, getEntityClass, merge, persist, remove, setEm, setEnableMaxIdFetch, setMaxInClauseElements, update, verifyResultspublic LprTransactionDao()
public List<LprTransactionEntity> getByDate(Date searchDate)
public List<LprTransactionEntity> getByDates(Date startDate, Date endDate)
public LprTransactionEntity getByLprTransactionItemId(String lprTransactionItemId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.