Uses of Interface
org.nuiton.topia.persistence.TopiaDAO

Packages that use TopiaDAO
org.nuiton.topia.framework   
org.nuiton.topia.persistence   
org.nuiton.topia.persistence.util   
 

Uses of TopiaDAO in org.nuiton.topia.framework
 

Fields in org.nuiton.topia.framework declared as TopiaDAO
protected  TopiaDAO<E> TopiaQuery.dao
           
 

Fields in org.nuiton.topia.framework with type parameters of type TopiaDAO
protected  Map<Class<? extends TopiaEntity>,TopiaDAO<? extends TopiaEntity>> TopiaContextImpl.daoCache
          cache des DAO deja chargé pour ce context
 

Methods in org.nuiton.topia.framework that return TopiaDAO
<E extends TopiaEntity>
TopiaDAO<E>
TopiaContextImpl.getDAO(Class<E> entityClass)
           
<E extends TopiaEntity>
TopiaDAO<E>
TopiaContextImplementor.getDAO(Class<E> entityClass)
          Get DAO for specified class.
 

Methods in org.nuiton.topia.framework with parameters of type TopiaDAO
static
<T extends TopiaEntity>
TopiaQuery<T>
TopiaQuery.createQuery(TopiaDAO<T> dao)
          Create a TopiaQuery from a DAO.
static
<T extends TopiaEntity>
TopiaQuery<T>
TopiaQuery.createQuery(TopiaDAO<T> dao, String alias)
          Create a TopiaQuery from a DAO with an Alias.
 

Constructors in org.nuiton.topia.framework with parameters of type TopiaDAO
TopiaQuery(TopiaDAO<E> dao)
           
TopiaQuery(TopiaDAO<E> dao, String alias)
           
 

Uses of TopiaDAO in org.nuiton.topia.persistence
 

Classes in org.nuiton.topia.persistence that implement TopiaDAO
 class TopiaDAOImpl<E extends TopiaEntity>
          Cette classe permet d'avoir un ensemble de méthode implantée de façon standard et plus spécifiquement pour Hibernate.
 

Uses of TopiaDAO in org.nuiton.topia.persistence.util
 

Methods in org.nuiton.topia.persistence.util with parameters of type TopiaDAO
static
<E extends TopiaEntity>
E
TopiaEntityHelper.getExistingEntity(TopiaDAO<E> dao, String topiaId)
          Récupère une entité qui doit exister à partir de son id.
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.