public class MinionPropertyDaoHibernate extends AbstractDaoHibernate<OnmsMinionProperty,Integer> implements MinionPropertyDao
LinkStateDaoHibernate class.
Constructor and Description |
---|
MinionPropertyDaoHibernate() |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMinionProperty> |
findAll(Integer offset,
Integer limit) |
OnmsMinionProperty |
findByKey(String minionId,
String key) |
Collection<OnmsMinionProperty> |
findByMinionId(String minionId) |
bulkDelete, clear, countAll, countMatching, countMatching, delete, delete, deleteAll, find, find, findAll, findMatching, findMatching, findMatchingObjects, 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, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
public Collection<OnmsMinionProperty> findAll(Integer offset, Integer limit)
findAll
in interface MinionPropertyDao
public Collection<OnmsMinionProperty> findByMinionId(String minionId)
findByMinionId
in interface MinionPropertyDao
public OnmsMinionProperty findByKey(String minionId, String key)
findByKey
in interface MinionPropertyDao
Copyright © 2015. All rights reserved.