org.nuiton.topia.security.entities.user
Class TopiaUserDAOImpl<E extends TopiaUser>

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaDAOImpl<E>
      extended by org.nuiton.topia.security.entities.user.TopiaUserDAOAbstract<E>
          extended by org.nuiton.topia.security.entities.user.TopiaUserDAOImpl<E>
All Implemented Interfaces:
TopiaDAO<E>
Direct Known Subclasses:
TopiaUserDAO

public class TopiaUserDAOImpl<E extends TopiaUser>
extends TopiaUserDAOAbstract<E>


Field Summary
 
Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
context, entityClass
 
Constructor Summary
TopiaUserDAOImpl()
           
 
Method Summary
 
Methods inherited from class org.nuiton.topia.security.entities.user.TopiaUserDAOAbstract
delete, findAllByEmail, findAllByLinkApplication, findAllByLogin, findAllByNote, findAllByPassword, findAllUsages, findByEmail, findByLinkApplication, findByLogin, findByNote, findByPassword, findUsages, getEntityClass
 
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, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, 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, count, countByQuery, create, create, create, createQuery, createQuery, existByProperties, existByQuery, existByTopiaId, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, getContext, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, size, update
 

Constructor Detail

TopiaUserDAOImpl

public TopiaUserDAOImpl()


Copyright © 2004-2011 CodeLutin. All Rights Reserved.