public class IdentityDAOImpl extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<IdentityEntity,Long> implements IdentityDAO
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityDAOImpl.JPAListAccess<T> |
| Constructor and Description |
|---|
IdentityDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
countIdentityByProvider(String providerId) |
IdentityEntity |
create(IdentityEntity entity) |
IdentityEntity |
findByProviderAndRemoteId(String providerId,
String remoteId) |
org.exoplatform.commons.utils.ListAccess<IdentityEntity> |
findIdentities(ExtendProfileFilter filter) |
List<Long> |
getAllIds(int offset,
int limit) |
count, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, update, updateAllpublic IdentityEntity create(IdentityEntity entity)
create in interface org.exoplatform.commons.api.persistence.GenericDAO<IdentityEntity,Long>create in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<IdentityEntity,Long>public IdentityEntity findByProviderAndRemoteId(String providerId, String remoteId)
findByProviderAndRemoteId in interface IdentityDAOpublic long countIdentityByProvider(String providerId)
countIdentityByProvider in interface IdentityDAOpublic List<Long> getAllIds(int offset, int limit)
getAllIds in interface IdentityDAOpublic org.exoplatform.commons.utils.ListAccess<IdentityEntity> findIdentities(ExtendProfileFilter filter)
findIdentities in interface IdentityDAOCopyright © 2003–2016 eXo Platform SAS. All rights reserved.