public class JpaEtlUserDao extends org.eurekaclinical.standardapis.dao.JpaUserDao<AuthorizedUserEntity> implements AuthorizedUserDao
AuthorizedUserDao interface, backed by JPA entities
and queries.| 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 |
getByUsername(String username) |
getByHttpServletRequest, getByPrincipalcreate, getAll, getEntityManager, getListAsc, getListByAttribute, getListByAttribute, getListByAttribute, getUniqueByAttribute, refresh, remove, retrieve, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@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 getByUsername(String username)
getByUsername in interface org.eurekaclinical.standardapis.dao.UserDao<AuthorizedUserEntity>getByUsername in class org.eurekaclinical.standardapis.dao.JpaUserDao<AuthorizedUserEntity>Copyright © 2012–2016 Emory University. All rights reserved.