@Generated(value="org.nuiton.topia.generator.EntityDAOTransformer", date="Sat Apr 11 05:26:43 UTC 2015") public abstract class TopiaUserDAOAbstract<E extends TopiaUser> extends TopiaDAOImpl<E>
TopiaDAOImpl.FindAllIterator<E extends TopiaEntity,R>context, entityClass| Constructor and Description |
|---|
TopiaUserDAOAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(E entity) |
List<E> |
findAllByEmail(String v) |
List<E> |
findAllByLinkApplication(String v) |
List<E> |
findAllByLogin(String v) |
List<E> |
findAllByNote(String v) |
List<E> |
findAllByPassword(String v) |
List<E> |
findAllContainsTopiaGroup(TopiaGroup v) |
Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> |
findAllUsages(E entity) |
E |
findByEmail(String v) |
E |
findByLinkApplication(String v) |
E |
findByLogin(String v) |
E |
findByNote(String v) |
E |
findByPassword(String v) |
E |
findContainsTopiaGroup(TopiaGroup v) |
<U extends TopiaEntity> |
findUsages(Class<U> type,
E entity) |
Class<E> |
getEntityClass() |
TopiaSecurityDAOHelper.TopiaSecurityEntityEnum |
getTopiaEntityEnum() |
addTopiaEntityListener, 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 TopiaDAO<E extends TopiaUser>getEntityClass in class TopiaDAOImpl<E extends TopiaUser>public TopiaSecurityDAOHelper.TopiaSecurityEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in interface TopiaDAO<E extends TopiaUser>getTopiaEntityEnum in class TopiaDAOImpl<E extends TopiaUser>public void delete(E entity) throws TopiaException
delete in interface TopiaDAO<E extends TopiaUser>delete in class TopiaDAOImpl<E extends TopiaUser>TopiaExceptionpublic E findByLogin(String v) throws TopiaException
TopiaExceptionpublic List<E> findAllByLogin(String v) throws TopiaException
TopiaExceptionpublic E findByEmail(String v) throws TopiaException
TopiaExceptionpublic List<E> findAllByEmail(String v) throws TopiaException
TopiaExceptionpublic E findByPassword(String v) throws TopiaException
TopiaExceptionpublic List<E> findAllByPassword(String v) throws TopiaException
TopiaExceptionpublic E findByNote(String v) throws TopiaException
TopiaExceptionpublic List<E> findAllByNote(String v) throws TopiaException
TopiaExceptionpublic E findByLinkApplication(String v) throws TopiaException
TopiaExceptionpublic List<E> findAllByLinkApplication(String v) throws TopiaException
TopiaExceptionpublic E findContainsTopiaGroup(TopiaGroup v) throws TopiaException
TopiaExceptionpublic List<E> findAllContainsTopiaGroup(TopiaGroup v) throws TopiaException
TopiaExceptionpublic <U extends TopiaEntity> List<U> findUsages(Class<U> type, E entity) throws TopiaException
findUsages in interface TopiaDAO<E extends TopiaUser>findUsages in class TopiaDAOImpl<E extends TopiaUser>TopiaExceptionpublic Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> findAllUsages(E entity) throws TopiaException
findAllUsages in interface TopiaDAO<E extends TopiaUser>findAllUsages in class TopiaDAOImpl<E extends TopiaUser>TopiaExceptionCopyright © 2004–2015 CodeLutin. All rights reserved.