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