com.webstersmalley.picweb.online.db
Class PictureDaoHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by com.webstersmalley.picweb.online.db.PictureDaoHibernate
All Implemented Interfaces:
PictureDao, org.springframework.beans.factory.InitializingBean

public class PictureDaoHibernate
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements PictureDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PictureDaoHibernate()
           
 
Method Summary
 void createAndStorePicture(Picture pic)
           
 java.util.Collection loadPictures()
           
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, 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

PictureDaoHibernate

public PictureDaoHibernate()
Method Detail

createAndStorePicture

public void createAndStorePicture(Picture pic)
Specified by:
createAndStorePicture in interface PictureDao

loadPictures

public java.util.Collection loadPictures()
Specified by:
loadPictures in interface PictureDao


Copyright © 2004-2005-2005 Webster Smalley. All Rights Reserved.