org.hyperic.hq.dao
Class AIIpDAO
java.lang.Object
org.hyperic.hq.dao.HibernateDAO
org.hyperic.hq.dao.AIIpDAO
public class AIIpDAO
- extends HibernateDAO
Methods inherited from class org.hyperic.hq.dao.HibernateDAO |
cacheFindAll, createCriteria, createQuery, findAll, findAllOrderByName, findById, findById, flushSession, get, getFactory, getPagedResult, getPagedResult, getPermissionManager, getPersistentClass, getSession, remove, save, size, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AIIpDAO
public AIIpDAO(DAOFactory f)
findById
public AIIp findById(java.lang.Integer id)
get
public AIIp get(java.lang.Integer id)
save
public void save(AIIp entity)
remove
public void remove(AIIp entity)
create
public AIIp create(AIIpValue ipv)
findByAddress
public java.util.List findByAddress(java.lang.String addr)
findByMACAddress
public java.util.List findByMACAddress(java.lang.String addr)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.