org.nuiton.topiatest
Class DepartmentDAO

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaDAOImpl<E>
      extended by org.nuiton.topiatest.DepartmentDAOAbstract<E>
          extended by org.nuiton.topiatest.DepartmentDAOImpl<Department>
              extended by org.nuiton.topiatest.DepartmentDAO
All Implemented Interfaces:
org.nuiton.topia.persistence.TopiaDAO<Department>

public class DepartmentDAO
extends DepartmentDAOImpl<Department>


Field Summary
 
Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
context, entityClass
 
Constructor Summary
DepartmentDAO()
           
 
Method Summary
 
Methods inherited from class org.nuiton.topiatest.DepartmentDAOAbstract
delete, findAllByCompany, findAllByLeader, findAllByName, findAllContainsProduct, findAllUsages, findByCompany, findByLeader, findByName, findContainsProduct, findUsages, getEntityClass
 
Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
addTopiaEntityListener, addTopiaEntityVetoable, commitTransaction, create, create, create, createQuery, createQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllContainsProperties, findAllContainsProperties, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, findContainsProperties, findContainsProperties, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, rollbackTransaction, size, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaDAO
addTopiaEntityListener, addTopiaEntityVetoable, commitTransaction, create, create, create, createQuery, createQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllContainsProperties, findAllContainsProperties, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, findContainsProperties, findContainsProperties, getContext, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, rollbackTransaction, size, update
 

Constructor Detail

DepartmentDAO

public DepartmentDAO()


Copyright © 2004-2010 CodeLutin. All Rights Reserved.