org.openxma.dsl.reference.dao.impl
Class SupplierDaoImpl

java.lang.Object
  extended by org.openxma.dsl.platform.dao.impl.GenericDaoHibernateImpl<Supplier,java.lang.String>
      extended by org.openxma.dsl.reference.dao.impl.AbstractSupplierDaoImpl
          extended by org.openxma.dsl.reference.dao.impl.SupplierDaoImpl
All Implemented Interfaces:
org.openxma.dsl.platform.dao.EntityFactory<Supplier>, org.openxma.dsl.platform.dao.FinderExecutor<Supplier>, org.openxma.dsl.platform.dao.GenericDao<Supplier,java.lang.String>, BaseSupplierDao, SupplierDao

@Repository(value="supplierDao")
public class SupplierDaoImpl
extends AbstractSupplierDaoImpl


Field Summary
 
Fields inherited from class org.openxma.dsl.platform.dao.impl.GenericDaoHibernateImpl
argumentTypeFactory, dataFieldMaxValueIncrementer, logger, namingStrategy, sessionFactory, type
 
Constructor Summary
SupplierDaoImpl()
           
 
Method Summary
 
Methods inherited from class org.openxma.dsl.reference.dao.impl.AbstractSupplierDaoImpl
create, create, createAndSave, createEntity, loadBySupplierKey, setDataFieldMaxValueIncrementer, setSessionFactory
 
Methods inherited from class org.openxma.dsl.platform.dao.impl.GenericDaoHibernateImpl
applyPagingParameters, delete, delete, evict, executeFinder, find, findAll, findByExample, get, iterateFinder, load, merge, read, refresh, saveOrUpdate, setArgumentTypeFactory, setNamingStrategy, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openxma.dsl.platform.dao.GenericDao
delete, delete, evict, find, findAll, findByExample, get, load, merge, refresh, saveOrUpdate, update
 

Constructor Detail

SupplierDaoImpl

public SupplierDaoImpl()


Copyright © 2010. All Rights Reserved.