org.opennms.secret.dao.impl
Class NodeDaoHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.opennms.secret.dao.impl.NodeDaoHibernate
All Implemented Interfaces:
NodeDao, org.springframework.beans.factory.InitializingBean

public class NodeDaoHibernate
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements NodeDao

Author:
Ted Kazmark, David Hustace

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
NodeDaoHibernate()
           
 
Method Summary
 void createNode(Node node)
           
 Collection<Node> findAll()
           
 Collection getInterfaceCollection(Node node)
           
 Node getNode(Long id)
           
 void initialize(Object obj)
           
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDaoHibernate

public NodeDaoHibernate()
Method Detail

initialize

public void initialize(Object obj)
Specified by:
initialize in interface NodeDao

getNode

public Node getNode(Long id)
Specified by:
getNode in interface NodeDao

createNode

public void createNode(Node node)
Specified by:
createNode in interface NodeDao

getInterfaceCollection

public Collection getInterfaceCollection(Node node)
Specified by:
getInterfaceCollection in interface NodeDao

findAll

public Collection<Node> findAll()
Specified by:
findAll in interface NodeDao


Copyright © 2009. All Rights Reserved.