|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 java.util.Map<java.lang.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(java.lang.Class<E> entityClass)
|
|
|
TopiaContextImplementor.getDAO(java.lang.Class<E> entityClass)
Get DAO for specified class. |
|
| Methods in org.nuiton.topia.framework with parameters of type TopiaDAO | ||
|---|---|---|
static
|
TopiaQuery.createQuery(TopiaDAO<T> dao)
|
|
static
|
TopiaQuery.createQuery(TopiaDAO<T> dao,
java.lang.String alias)
|
|
| Constructors in org.nuiton.topia.framework with parameters of type TopiaDAO | |
|---|---|
TopiaQuery(TopiaDAO<E> dao)
Constructor of TopiaQuery from a DAO |
|
TopiaQuery(TopiaDAO<E> dao,
java.lang.String alias)
Constructor of TopiaQuery from a DAO with an 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
|
TopiaEntityHelper.getExistingEntity(TopiaDAO<E> dao,
java.lang.String topiaId)
Récupère une entité qui doit exister à partir de son id. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||