@Generated(value="org.nuiton.topia.generator.EntityDAOTransformer", date="Mon Nov 24 15:46:47 UTC 2014") public abstract class PetDAOAbstract<E extends Pet> extends
| Constructor and Description |
|---|
PetDAOAbstract() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
findAllByName(String v) |
List<E> |
findAllByPerson(Person v) |
List<E> |
findAllByRace(Race v) |
List<E> |
findAllByType(String v) |
Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> |
findAllUsages(E entity) |
E |
findByName(String v) |
E |
findByPerson(Person v) |
E |
findByRace(Race v) |
E |
findByType(String v) |
<U extends TopiaEntity> |
findUsages(Class<U> type,
E entity) |
Class<E> |
getEntityClass() |
TopiaTestDAOHelper.TopiaTestEntityEnum |
getTopiaEntityEnum() |
public TopiaTestDAOHelper.TopiaTestEntityEnum getTopiaEntityEnum()
public List<E> findAllByPerson(Person v) throws TopiaException
TopiaExceptionpublic <U extends TopiaEntity> List<U> findUsages(Class<U> type, E entity) throws TopiaException
TopiaExceptionCopyright © 2004–2014 CodeLutin. All rights reserved.