public class JpaEtlUserDao extends GenericDao<AuthorizedUserEntity,Long> implements AuthorizedUserDao
AuthorizedUserDao interface, backed by JPA entities
and queries.GenericDao.QueryPathProvider<E,P>, GenericDao.SqlComparator| Constructor and Description |
|---|
JpaEtlUserDao(com.google.inject.Provider<javax.persistence.EntityManager> inEMProvider)
Create an object with the give entity manager.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizedUserEntity |
getByAttributePrincipal(org.jasig.cas.client.authentication.AttributePrincipal principal) |
AuthorizedUserEntity |
getByUsername(String username) |
create, getAll, getEntityManager, getListAsc, getListByAttribute, getListByAttribute, getListByAttribute, getUniqueByAttribute, refresh, remove, retrieve, update@Inject public JpaEtlUserDao(com.google.inject.Provider<javax.persistence.EntityManager> inEMProvider)
inEMProvider - The entity manager to be used for communication with
the data store.public AuthorizedUserEntity getByAttributePrincipal(org.jasig.cas.client.authentication.AttributePrincipal principal)
getByAttributePrincipal in interface AuthorizedUserDaopublic AuthorizedUserEntity getByUsername(String username)
getByUsername in interface AuthorizedUserDaoCopyright © 2012–2016 Emory University. All rights reserved.