@Generated(value="org.nuiton.topia.generator.EntityDAOTransformer", date="Thu Apr 23 14:36:44 UTC 2015") public abstract class Telephone2DAOAbstract<E extends Telephone2> extends Contact2DAOImpl<E>
| Constructor and Description |
|---|
Telephone2DAOAbstract() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
findAllByCountry(String v) |
List<E> |
findAllByPrefix(String v) |
Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> |
findAllUsages(E entity) |
E |
findByCountry(String v) |
E |
findByPrefix(String v) |
<U extends TopiaEntity> |
findUsages(Class<U> type,
E entity) |
Class<E> |
getEntityClass() |
TopiaTestDAOHelper.TopiaTestEntityEnum |
getTopiaEntityEnum() |
findAllByCompanydelete, findAllByContactValue, findAllByType, findAllContainsParty2, findByContactValue, findByType, findContainsParty2public Class<E> getEntityClass()
getEntityClass in class Contact2DAOAbstract<E extends Telephone2>public TopiaTestDAOHelper.TopiaTestEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in class Contact2DAOAbstract<E extends Telephone2>public List<E> findAllByPrefix(String v) throws TopiaException
TopiaExceptionpublic List<E> findAllByCountry(String v) throws TopiaException
TopiaExceptionpublic <U extends TopiaEntity> List<U> findUsages(Class<U> type, E entity) throws TopiaException
findUsages in class Contact2DAOAbstract<E extends Telephone2>TopiaExceptionpublic Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> findAllUsages(E entity) throws TopiaException
findAllUsages in class Contact2DAOAbstract<E extends Telephone2>TopiaExceptionCopyright © 2004–2015 CodeLutin. All rights reserved.