|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopiaDAO | |
|---|---|
| org.nuiton.topia.framework | Contains two interfaces, one TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services. |
| org.nuiton.topia.persistence | This package contains interfaces and abstract classes for entities and daos. |
| org.nuiton.topia.persistence.util | |
| Uses of TopiaDAO in org.nuiton.topia.framework |
|---|
| Fields in org.nuiton.topia.framework declared as TopiaDAO | |
|---|---|
protected TopiaDAO<? extends TopiaEntity> |
TopiaQuery.dao
Deprecated. since 2.3.4 : need calling right execute method directly from 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 | ||
|---|---|---|
|
TopiaContextImpl.getDAO(Class<E> entityClass)
|
|
|
TopiaContextImplementor.getDAO(Class<E> entityClass)
Get DAO for specified class. |
|
| Constructors in org.nuiton.topia.framework with parameters of type TopiaDAO | |
|---|---|
TopiaQuery(TopiaDAO<? extends TopiaEntity> dao)
Deprecated. since 2.3.4 : instantiate the query from DAO createQuery() |
|
TopiaQuery(TopiaDAO<? extends TopiaEntity> dao,
String alias)
Deprecated. since 2.3.4 : instantiate the query from DAO createQuery(String) |
|
| Uses of TopiaDAO in org.nuiton.topia.persistence |
|---|
| Classes in org.nuiton.topia.persistence that implement TopiaDAO | |
|---|---|
class |
TopiaDAOImpl<E extends TopiaEntity>
TODO-fdesbois-20100508 : Need translation of javadoc. |
class |
TopiaDAOLegacy<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
|
TopiaEntityHelper.getExistingEntity(TopiaDAO<E> dao,
String topiaId)
Récupère une entité qui doit exister à partir de son id. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||