org.company.thesandbox.data.spring.dao
Class ArtistDaoImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.company.thesandbox.data.spring.dao.ArtistDaoImplBase
              extended by org.company.thesandbox.data.spring.dao.ArtistDaoImpl
All Implemented Interfaces:
ArtistDao, ArtistDaoBase, org.springframework.beans.factory.InitializingBean

public class ArtistDaoImpl
extends ArtistDaoImplBase
implements ArtistDao

Artist Data Access Object (DOA) Implementation. Responsible for Creating, Reading, Updating and Deleting Artist objects in the database. All database access is done here.

Author:
Initial generated by Mod4j

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
ArtistDaoImpl()
           
 
Method Summary
 
Methods inherited from class org.company.thesandbox.data.spring.dao.ArtistDaoImplBase
add, delete, listAllArtists, retrieve, update
 
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
 
Methods inherited from interface org.company.thesandbox.data.spring.dao.ArtistDaoBase
add, delete, listAllArtists, retrieve, update
 

Constructor Detail

ArtistDaoImpl

public ArtistDaoImpl()


Copyright © 2010. All Rights Reserved.