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