public class JpaI2b2RoleDao extends org.eurekaclinical.standardapis.dao.GenericDao<I2b2RoleEntity,Long> implements I2b2RoleDao<I2b2RoleEntity>
| Constructor and Description |
|---|
JpaI2b2RoleDao(javax.inject.Provider<javax.persistence.EntityManager> inEMProvider)
Create an object with the give entity manager.
|
| Modifier and Type | Method and Description |
|---|---|
I2b2RoleEntity |
getByName(String name) |
create, getAll, getEntityManager, getListAsc, getListByAttribute, getListByAttribute, getListByAttribute, getUniqueByAttribute, getUniqueByAttribute, refresh, remove, retrieve, update@Inject public JpaI2b2RoleDao(javax.inject.Provider<javax.persistence.EntityManager> inEMProvider)
inEMProvider - The entity manager to be used for communication with
the data store.public I2b2RoleEntity getByName(String name)
getByName in interface org.eurekaclinical.standardapis.dao.DaoWithUniqueName<I2b2RoleEntity,Long>Copyright © 2015–2016 Emory University. All rights reserved.