hu.elte.tribus.services
Class HibernateConversationDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by hu.elte.tribus.services.HibernateConversationDao
All Implemented Interfaces:
ConversationDao, org.springframework.beans.factory.InitializingBean

public class HibernateConversationDao
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements ConversationDao

Author:
kocka

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
HibernateConversationDao()
           
 
Method Summary
 Conversation getConversationbyId(java.lang.Integer id)
           
 void saveConversation(Conversation conversation)
           
 void saveConversationItem(Item item)
           
 
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

HibernateConversationDao

public HibernateConversationDao()
Method Detail

getConversationbyId

public Conversation getConversationbyId(java.lang.Integer id)
Specified by:
getConversationbyId in interface ConversationDao

saveConversation

public void saveConversation(Conversation conversation)
Specified by:
saveConversation in interface ConversationDao

saveConversationItem

public void saveConversationItem(Item item)
Specified by:
saveConversationItem in interface ConversationDao


Copyright © 2006-2007. All Rights Reserved.