public class JpaUserAgreementStatusDao extends org.eurekaclinical.standardapis.dao.GenericDao<UserAgreementStatusEntity,Long> implements UserAgreementStatusDao
UserAgreementStatusDao interface, with the use of JPA entity
managers.| Constructor and Description |
|---|
JpaUserAgreementStatusDao(javax.inject.Provider<javax.persistence.EntityManager> inEMProvider)
Construct instance with the given EntityManager provider.
|
| Modifier and Type | Method and Description |
|---|---|
UserAgreementStatusEntity |
getByUsername(String username) |
create, getAll, getDatabaseSupport, getEntityClass, getEntityManager, getListAsc, getListByAttribute, getListByAttribute, getListByAttributeIn, getListByAttributeIn, getUniqueByAttribute, getUniqueByAttribute, refresh, remove, retrieve, update@Inject public JpaUserAgreementStatusDao(javax.inject.Provider<javax.persistence.EntityManager> inEMProvider)
inEMProvider - The entity manager provider.public UserAgreementStatusEntity getByUsername(String username)
getByUsername in interface UserAgreementStatusDaoCopyright © 2016–2018 Emory University. All rights reserved.