@Generated(value="org.nuiton.topia.generator.EntityDAOTransformer", date="Fri May 22 14:24:27 UTC 2015") public abstract class EmployeDAOAbstract<E extends Employe> extends PersonneDAOImpl<E>
| Constructor and Description |
|---|
EmployeDAOAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(E entity) |
List<E> |
findAllBySalary(int v) |
Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> |
findAllUsages(E entity) |
E |
findBySalary(int v) |
<U extends TopiaEntity> |
findUsages(Class<U> type,
E entity) |
Class<E> |
getEntityClass() |
TopiaTestDAOHelper.TopiaTestEntityEnum |
getTopiaEntityEnum() |
findAllByAddress, findAllByGender, findAllByName, findAllByOtherGender, findAllContainsOtherNames, findAllContainsTitle, findByAddress, findByGender, findByName, findByOtherGender, findContainsOtherNames, findContainsTitlefindAllContainsContacts, findContainsContactspublic Class<E> getEntityClass()
getEntityClass in class PersonneDAOAbstract<E extends Employe>public TopiaTestDAOHelper.TopiaTestEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in class PersonneDAOAbstract<E extends Employe>public void delete(E entity) throws TopiaException
delete in class Party2DAOAbstract<E extends Employe>TopiaExceptionpublic E findBySalary(int v) throws TopiaException
TopiaExceptionpublic <U extends TopiaEntity> List<U> findUsages(Class<U> type, E entity) throws TopiaException
findUsages in class PersonneDAOAbstract<E extends Employe>TopiaExceptionpublic Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> findAllUsages(E entity) throws TopiaException
findAllUsages in class PersonneDAOAbstract<E extends Employe>TopiaExceptionCopyright © 2004–2015 CodeLutin. All rights reserved.