|
||||||||||
| 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.topiatest.AddressDAOAbstract<E>
public abstract class AddressDAOAbstract<E extends Address>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOLegacy |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
AddressDAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
void |
delete(E entity)
delete : |
|
java.util.List<E> |
findAllByAdress(java.lang.String v)
findAllByAdress : Retourne les éléments ayant comme valeur pour l'attribut adress le paramètre. |
|
java.util.List<E> |
findAllByCity(java.lang.String v)
findAllByCity : Retourne les éléments ayant comme valeur pour l'attribut city 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 |
findByAdress(java.lang.String v)
findByAdress : Retourne le premier élément trouvé ayant comme valeur pour l'attribut adress le paramètre. |
|
E |
findByCity(java.lang.String v)
findByCity : Retourne le premier élément trouvé ayant comme valeur pour l'attribut city 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 AddressDAOAbstract()
| Method Detail |
|---|
public java.lang.Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends Address>getEntityClass in class org.nuiton.topia.persistence.TopiaDAOLegacy<E extends Address>
public void delete(E entity)
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaDAO<E extends Address>delete in class org.nuiton.topia.persistence.TopiaDAOLegacy<E extends Address>entity -
org.nuiton.topia.TopiaException
public E findByCity(java.lang.String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByCity(java.lang.String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public E findByAdress(java.lang.String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByAdress(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 Address>findUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Address>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 Address>findAllUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Address>entity -
org.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||