|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaDAOImpl<E>
org.nuiton.topia.persistence.TopiaDAOLegacy<E>
org.nuiton.topia.test.entities.RaceDAOAbstract<E>
public abstract class RaceDAOAbstract<E extends Race>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOLegacy |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
RaceDAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
void |
delete(E entity)
delete : |
|
java.util.List<E> |
findAllByName(java.lang.String v)
findAllByName : Retourne les éléments ayant comme valeur pour l'attribut name le paramètre. |
|
java.util.Map<java.lang.Class<? extends org.nuiton.topia.persistence.TopiaEntity>,java.util.List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity)
findAllUsages : |
|
E |
findByName(java.lang.String v)
findByName : Retourne le premier élément trouvé ayant comme valeur pour l'attribut name le paramètre. |
|
|
findUsages(java.lang.Class<U> type,
E entity)
findUsages : |
|
java.lang.Class<E> |
getEntityClass()
getEntityClass : |
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaDAOLegacy |
|---|
addTopiaEntityListener, addTopiaEntityVetoable, create, create, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllIds, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByTopiaId, getContext, getId, getId, getRequestPermission, init, instanciateNew, removeTopiaEntityListener, removeTopiaEntityVetoable, size, update |
| Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
count, countByQuery, create, createQuery, createQuery, existByProperties, existByQuery, existByTopiaId, findAllByQuery, findAllMappedByQuery, findAllMappedByQuery, findByQuery, newInstance |
| 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 |
|---|
public RaceDAOAbstract()
| Method Detail |
|---|
public java.lang.Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends Race>getEntityClass in class org.nuiton.topia.persistence.TopiaDAOLegacy<E extends Race>
public void delete(E entity)
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaDAO<E extends Race>delete in class org.nuiton.topia.persistence.TopiaDAOLegacy<E extends Race>entity -
org.nuiton.topia.TopiaException
public E findByName(java.lang.String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByName(java.lang.String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public <U extends org.nuiton.topia.persistence.TopiaEntity> java.util.List<U> findUsages(java.lang.Class<U> type,
E entity)
throws org.nuiton.topia.TopiaException
findUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends Race>findUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Race>type - entity -
org.nuiton.topia.TopiaException
public java.util.Map<java.lang.Class<? extends org.nuiton.topia.persistence.TopiaEntity>,java.util.List<? extends org.nuiton.topia.persistence.TopiaEntity>> findAllUsages(E entity)
throws org.nuiton.topia.TopiaException
findAllUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends Race>findAllUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Race>entity -
org.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||