T - The type of the Entity this DAO is intended to manage.K - The key of the Entity.OnmsCriteria functions.public interface LegacyOnmsDao<T,K extends Serializable> extends OnmsDao<T,K>
| Modifier and Type | Method and Description | 
|---|---|
int | 
countMatching(OnmsCriteria onmsCrit)
Deprecated. 
 
use  
OnmsDao.countMatching(Criteria) instead. | 
List<T> | 
findMatching(OnmsCriteria criteria)
Deprecated. 
 
use  
OnmsDao.findMatching(Criteria) instead. | 
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, updateList<T> findMatching(OnmsCriteria criteria)
OnmsDao.findMatching(Criteria) instead.int countMatching(OnmsCriteria onmsCrit)
OnmsDao.countMatching(Criteria) instead.Copyright © 2021. All rights reserved.