@Generated(value="org.nuiton.topia.generator.EntityDAOTransformer", date="Tue Apr 03 14:03:36 CEST 2018") public abstract class PersonneDAOAbstract<E extends Personne> extends Party2DAOImpl<E>
| Constructor and Description |
|---|
PersonneDAOAbstract() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
findAllByAddress(Address v) |
List<E> |
findAllByGender(Gender v) |
List<E> |
findAllByName(String v) |
List<E> |
findAllByOtherGender(Gender v) |
List<E> |
findAllContainsOtherNames(String v) |
List<E> |
findAllContainsTitle(Title v) |
Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity) |
E |
findByAddress(Address v) |
E |
findByGender(Gender v) |
E |
findByName(String v) |
E |
findByOtherGender(Gender v) |
E |
findContainsOtherNames(String v) |
E |
findContainsTitle(Title v) |
<U extends org.nuiton.topia.persistence.TopiaEntity> |
findUsages(Class<U> type,
E entity) |
Class<E> |
getEntityClass() |
TopiaTestDAOHelper.TopiaTestEntityEnum |
getTopiaEntityEnum() |
delete, findAllContainsContacts, 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, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends Personne>getEntityClass in class Party2DAOAbstract<E extends Personne>public TopiaTestDAOHelper.TopiaTestEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in interface org.nuiton.topia.persistence.TopiaDAO<E extends Personne>getTopiaEntityEnum in class Party2DAOAbstract<E extends Personne>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 findContainsOtherNames(String v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllContainsOtherNames(String v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic E findByGender(Gender v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllByGender(Gender v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic E findByOtherGender(Gender v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllByOtherGender(Gender v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic E findByAddress(Address v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllByAddress(Address v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic E findContainsTitle(Title v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllContainsTitle(Title 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 Personne>findUsages in class Party2DAOAbstract<E extends Personne>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 Personne>findAllUsages in class Party2DAOAbstract<E extends Personne>org.nuiton.topia.TopiaExceptionCopyright © 2004–2018 CodeLutin. All rights reserved.