org.nuiton.topiatest
Class PersonneDAOImpl<E extends Personne>

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaDAOImpl<E>
      extended by org.nuiton.topiatest.deletetest.Party2DAOAbstract<E>
          extended by org.nuiton.topiatest.deletetest.Party2DAOImpl<E>
              extended by org.nuiton.topiatest.PersonneDAOAbstract<E>
                  extended by org.nuiton.topiatest.PersonneDAOImpl<E>
All Implemented Interfaces:
org.nuiton.topia.persistence.TopiaDAO<E>
Direct Known Subclasses:
EmployeDAOAbstract, PersonneDAO

public class PersonneDAOImpl<E extends Personne>
extends PersonneDAOAbstract<E>


Field Summary
 
Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
context, entityClass
 
Constructor Summary
PersonneDAOImpl()
           
 
Method Summary
 
Methods inherited from class org.nuiton.topiatest.PersonneDAOAbstract
findAllByAddress, findAllByGender, findAllByName, findAllByOtherGender, findAllContainsOtherNames, findAllContainsTitle, findAllUsages, findByAddress, findByGender, findByName, findByOtherGender, findContainsOtherNames, findContainsTitle, findUsages, getEntityClass, getTopiaEntityEnum
 
Methods inherited from class org.nuiton.topiatest.deletetest.Party2DAOAbstract
delete, findAllContainsContacts, findContainsContacts
 
Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
addTopiaEntityListener, addTopiaEntityVetoable, count, countByQuery, create, create, create, createQuery, createQuery, existByProperties, existByQuery, existByTopiaId, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllContains, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, findContains, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonneDAOImpl

public PersonneDAOImpl()


Copyright © 2004-2011 CodeLutin. All Rights Reserved.