@Generated(value="org.nuiton.topia.generator.EntityDAOTransformer", date="Thu Jul 03 18:10:12 CEST 2014") public abstract class ProductDAOAbstract<E extends Product> extends org.nuiton.topia.persistence.TopiaDAOImpl<E>
| Constructor and Description |
|---|
ProductDAOAbstract() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
findAllByName(String v) |
List<E> |
findAllByType(Type v) |
Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity) |
E |
findByName(String v) |
E |
findByType(Type v) |
<U extends org.nuiton.topia.persistence.TopiaEntity> |
findUsages(Class<U> type,
E entity) |
Class<E> |
getEntityClass() |
TopiaTestDAOHelper.TopiaTestEntityEnum |
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, updatepublic TopiaTestDAOHelper.TopiaTestEntityEnum getTopiaEntityEnum()
public E findByName(String v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllByName(String v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic E findByType(Type v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllByType(Type v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic <U extends org.nuiton.topia.persistence.TopiaEntity> List<U> findUsages(Class<U> type, E entity) throws org.nuiton.topia.TopiaException
Copyright © 2004–2014 CodeLutin. All rights reserved.