org.hyperic.hq.appdef.server.session
Class ServerTypeDAO
java.lang.Object
org.hyperic.hq.dao.HibernateDAO
org.hyperic.hq.appdef.server.session.ServerTypeDAO
public class ServerTypeDAO
- 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 |
ServerTypeDAO
public ServerTypeDAO(DAOFactory f)
findById
public ServerType findById(java.lang.Integer id)
save
public void save(ServerType entity)
remove
public void remove(ServerType entity)
create
public ServerType create(ServerType serverType)
findByName
public ServerType findByName(java.lang.String name)
findByNameAndPlugin
public ServerType findByNameAndPlugin(java.lang.String name,
java.lang.String plugin)
findByPlugin
public java.util.Collection findByPlugin(java.lang.String plugin)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.