|
||||||||||
| 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.PopulationGroupDAOAbstract<E>
public abstract class PopulationGroupDAOAbstract<E extends PopulationGroup>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
PopulationGroupDAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
List<E> |
findAllByAge(double v)
|
|
List<E> |
findAllByComment(String v)
|
|
List<E> |
findAllById(int v)
|
|
List<E> |
findAllByMaxLength(double v)
|
|
List<E> |
findAllByMinLength(double v)
|
|
List<E> |
findAllByPopulation(Population v)
|
|
Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity)
|
|
E |
findByAge(double v)
|
|
E |
findByComment(String v)
|
|
E |
findById(int v)
|
|
E |
findByMaxLength(double v)
|
|
E |
findByMinLength(double v)
|
|
E |
findByPopulation(Population v)
|
|
|
findUsages(Class<U> type,
E entity)
|
|
Class<E> |
getEntityClass()
|
|
IsisFishDAOHelper.IsisFishEntityEnum |
getTopiaEntityEnum()
|
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
addTopiaEntityListener, addTopiaEntityVetoable, count, countByQuery, create, create, create, createQuery, createQuery, delete, existByProperties, existByQuery, existByTopiaId, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllContains, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, findContains, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PopulationGroupDAOAbstract()
| Method Detail |
|---|
public Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends PopulationGroup>getEntityClass in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PopulationGroup>public IsisFishDAOHelper.IsisFishEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in interface org.nuiton.topia.persistence.TopiaDAO<E extends PopulationGroup>getTopiaEntityEnum in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PopulationGroup>
public E findById(int v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllById(int v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByAge(double v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByAge(double v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByMinLength(double v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByMinLength(double v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByMaxLength(double v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByMaxLength(double v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByComment(String v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByComment(String v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByPopulation(Population v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByPopulation(Population v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public <U extends org.nuiton.topia.persistence.TopiaEntity> List<U> findUsages(Class<U> type,
E entity)
throws org.nuiton.topia.TopiaException
findUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends PopulationGroup>findUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PopulationGroup>org.nuiton.topia.TopiaException
public Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,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 PopulationGroup>findAllUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PopulationGroup>org.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||