public class BusinessServiceDaoImpl extends AbstractDaoHibernate<BusinessServiceEntity,Long> implements BusinessServiceDao
m_criteriaConverter
Constructor and Description |
---|
BusinessServiceDaoImpl() |
Modifier and Type | Method and Description |
---|---|
List<BusinessServiceEntity> |
findMatching(Criteria criteria) |
Set<BusinessServiceEntity> |
findParents(BusinessServiceEntity child) |
buildHibernateCallback, bulkDelete, clear, countAll, countMatching, countMatching, delete, delete, deleteAll, find, find, findAll, findMatching, findObjects, findUnique, flush, get, initDao, initialize, load, lock, merge, queryInt, queryInt, save, saveOrUpdate, update
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, countAll, countMatching, delete, delete, findAll, flush, get, initialize, load, lock, save, saveOrUpdate, update
public Set<BusinessServiceEntity> findParents(BusinessServiceEntity child)
findParents
in interface BusinessServiceDao
public List<BusinessServiceEntity> findMatching(Criteria criteria)
findMatching
in interface OnmsDao<BusinessServiceEntity,Long>
findMatching
in class AbstractDaoHibernate<BusinessServiceEntity,Long>
Copyright © 2021. All rights reserved.