@Generated(value="org.nuiton.topia.generator.EntityDAOTransformer", date="Fri May 15 12:44:59 UTC 2020") public abstract class SeasonDAOAbstract<E extends Season> extends org.nuiton.topia.persistence.TopiaDAOImpl<E>
Constructor and Description |
---|
SeasonDAOAbstract() |
Modifier and Type | Method and Description |
---|---|
List<E> |
findAllByFirstMonth(Month v) |
List<E> |
findAllByLastMonth(Month v) |
Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity) |
E |
findByFirstMonth(Month v) |
E |
findByLastMonth(Month v) |
<U extends org.nuiton.topia.persistence.TopiaEntity> |
findUsages(Class<U> type,
E entity) |
Class<E> |
getEntityClass() |
IsisFishDAOHelper.IsisFishEntityEnum |
getTopiaEntityEnum() |
addTopiaEntityListener, addTopiaEntityVetoable, computeAndAddRecordsToPager, count, countByQuery, countByQuery, create, create, create, createQuery, createQuery, createSimpleQuery, delete, deleteAll, existByProperties, existByQuery, existByTopiaId, existsByQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllByQuery, findAllByQuery, findAllByQueryAndPager, findAllByQueryAndPager, findAllByQueryWithBound, findAllByQueryWithBound, findAllContains, findAllIds, findAllLazyByQuery, findAllLazyByQuery, findAllLazyByQuery, findAllLazyByQuery, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByQuery, findByQuery, findByTopiaId, findContains, getBatchSize, getContext, getId, getId, getRequestPermission, init, iterator, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, setBatchSize, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public IsisFishDAOHelper.IsisFishEntityEnum getTopiaEntityEnum()
public E findByFirstMonth(Month v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByFirstMonth(Month v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByLastMonth(Month v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByLastMonth(Month 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
Copyright © 1999–2020 CodeLutin. All rights reserved.