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 org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity) |
E |
findBySalary(int v) |
<U extends org.nuiton.topia.persistence.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, findContainsContactsaddTopiaEntityListener, addTopiaEntityVetoable, computeAndAddRecordsToPager, count, countByQuery, countByQuery, create, create, create, createQuery, createQuery, createSimpleQuery, 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 Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends Employe>getEntityClass in class PersonneDAOAbstract<E extends Employe>public TopiaTestDAOHelper.TopiaTestEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in interface org.nuiton.topia.persistence.TopiaDAO<E extends Employe>getTopiaEntityEnum in class PersonneDAOAbstract<E extends Employe>public void delete(E entity) throws org.nuiton.topia.TopiaException
public E findBySalary(int v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllBySalary(int 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
findUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends Employe>findUsages in class PersonneDAOAbstract<E extends Employe>org.nuiton.topia.TopiaExceptionpublic Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> findAllUsages(E entity) throws org.nuiton.topia.TopiaException
findAllUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends Employe>findAllUsages in class PersonneDAOAbstract<E extends Employe>org.nuiton.topia.TopiaExceptionCopyright © 2004-2013 CodeLutin. All Rights Reserved.