Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.appdef.server.session
Class CpropDAO

java.lang.Object
  extended by org.hyperic.hq.dao.HibernateDAO
      extended by org.hyperic.hq.appdef.server.session.CpropDAO

public class CpropDAO
extends HibernateDAO


Field Summary
 
Fields inherited from class org.hyperic.hq.dao.HibernateDAO
BATCH_SIZE
 
Constructor Summary
CpropDAO(DAOFactory f)
           
 
Method Summary
 Cprop findById(java.lang.Integer Id)
           
 java.util.List findByKeyName(CpropKey key, boolean asc)
           
 void remove(Cprop entity)
           
 void save(Cprop entity)
           
 
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
 

Constructor Detail

CpropDAO

public CpropDAO(DAOFactory f)
Method Detail

findById

public Cprop findById(java.lang.Integer Id)

save

public void save(Cprop entity)

remove

public void remove(Cprop entity)

findByKeyName

public java.util.List findByKeyName(CpropKey key,
                                    boolean asc)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.