| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains most of the needed contracts when using ToPIA.
|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.util |
| Modifier and Type | Method and Description |
|---|---|
<E extends TopiaEntity,D extends TopiaDao<E>> |
TopiaDaoSupplier.getDao(Class<E> entityClass,
Class<D> daoClass)
Get Dao for specified class.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends TopiaEntity> |
TopiaDaoSupplier.getDao(Class<E> entityClass)
Get Dao for specified class.
|
TopiaDao<?> |
TopiaEntityContextable.getGenericEntityDao() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaDao<E extends TopiaEntity>
This class has the common methods usable for each Dao managed by Topia.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends TopiaEntity>,TopiaDao<? extends TopiaEntity>> |
AbstractTopiaPersistenceContext.daoCache
Already loaded DAO cache within this persistence context
|
| Modifier and Type | Method and Description |
|---|---|
<E extends TopiaEntity,D extends TopiaDao<E>> |
AbstractTopiaPersistenceContext.getDao(Class<E> entityClass,
Class<D> daoClass) |
| Modifier and Type | Method and Description |
|---|---|
<E extends TopiaEntity> |
AbstractTopiaPersistenceContext.getDao(Class<E> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
static <E extends TopiaEntity> |
TopiaEntityHelper.getExistingEntity(TopiaDao<E> dao,
String topiaId)
Récupère une entité qui doit exister à partir de son id.
|
Copyright © 2004–2014 CodeLutin. All rights reserved.