|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaDAOImpl<E>
fr.ifremer.isisfish.entities.CellDAOAbstract<E>
public abstract class CellDAOAbstract<E extends Cell>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
CellDAOAbstract()
|
|
| Method Summary | |
|---|---|
void |
delete(E entity)
delete : |
java.util.List<E> |
findAllByComment(java.lang.String v)
findAllByComment : Retourne les éléments ayant comme valeur pour l'attribut comment le paramètre. |
java.util.List<E> |
findAllByLand(boolean v)
findAllByLand : Retourne les éléments ayant comme valeur pour l'attribut land le paramètre. |
java.util.List<E> |
findAllByLatitude(float v)
findAllByLatitude : Retourne les éléments ayant comme valeur pour l'attribut latitude le paramètre. |
java.util.List<E> |
findAllByLongitude(float v)
findAllByLongitude : Retourne les éléments ayant comme valeur pour l'attribut longitude le paramètre. |
java.util.List<E> |
findAllByName(java.lang.String v)
findAllByName : Retourne les éléments ayant comme valeur pour l'attribut name le paramètre. |
E |
findByComment(java.lang.String v)
findByComment : Retourne le premier élément trouvé ayant comme valeur pour l'attribut comment le paramètre. |
E |
findByLand(boolean v)
findByLand : Retourne le premier élément trouvé ayant comme valeur pour l'attribut land le paramètre. |
E |
findByLatitude(float v)
findByLatitude : Retourne le premier élément trouvé ayant comme valeur pour l'attribut latitude le paramètre. |
E |
findByLongitude(float v)
findByLongitude : Retourne le premier élément trouvé ayant comme valeur pour l'attribut longitude le paramètre. |
E |
findByName(java.lang.String v)
findByName : Retourne le premier élément trouvé ayant comme valeur pour l'attribut name le paramètre. |
java.lang.Class<E> |
getEntityClass()
getEntityClass : |
| Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
addTopiaEntityListener, addTopiaEntityVetoable, commitTransaction, create, create, createQuery, createQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllContainsProperties, findAllContainsProperties, findAllIds, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByTopiaId, findContainsProperties, findContainsProperties, getContext, getId, getId, getRequestPermission, init, instanciateNew, removeTopiaEntityListener, removeTopiaEntityVetoable, rollbackTransaction, size, update |
| 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, commitTransaction, create, create, createQuery, createQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllContainsProperties, findAllContainsProperties, findAllIds, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByTopiaId, findContainsProperties, findContainsProperties, getContext, getRequestPermission, init, removeTopiaEntityListener, removeTopiaEntityVetoable, rollbackTransaction, size, update |
| Constructor Detail |
|---|
public CellDAOAbstract()
| Method Detail |
|---|
public java.lang.Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends Cell>getEntityClass in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Cell>
public void delete(E entity)
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaDAO<E extends Cell>delete in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Cell>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 E findByLatitude(float v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByLatitude(float v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public E findByLongitude(float v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByLongitude(float v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public E findByLand(boolean v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByLand(boolean v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public E findByComment(java.lang.String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByComment(java.lang.String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||