com.rapidtransform.product.dao.hibernate
Class ProductClassDAOHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by com.rapidtransform.core.dao.hibernate.GenericDAOHibernate<ProductClass,java.lang.Long>
              extended by com.rapidtransform.product.dao.hibernate.ProductClassDAOHibernate
All Implemented Interfaces:
DAO, GenericDAO<ProductClass,java.lang.Long>, ProductClassDAO, org.springframework.beans.factory.InitializingBean

public class ProductClassDAOHibernate
extends GenericDAOHibernate<ProductClass,java.lang.Long>
implements ProductClassDAO

Author:
S. Werner

Constructor Summary
ProductClassDAOHibernate()
           
 
Method Summary
 java.util.List<Specification> getSpecifications(ProductClass prodClass)
           
 
Methods inherited from class com.rapidtransform.core.dao.hibernate.GenericDAOHibernate
findAll, findById, findByType, getPersistentClass, remove, save, setPersistentClass
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.rapidtransform.core.dao.GenericDAO
findAll, findById, findByType, remove, save
 

Constructor Detail

ProductClassDAOHibernate

public ProductClassDAOHibernate()
Method Detail

getSpecifications

public java.util.List<Specification> getSpecifications(ProductClass prodClass)
                                                throws org.springframework.dao.DataAccessException
Specified by:
getSpecifications in interface ProductClassDAO
Throws:
org.springframework.dao.DataAccessException