public class JpaSourceConfigDao extends org.eurekaclinical.standardapis.dao.GenericDao<SourceConfigEntity,Long> implements SourceConfigDao
| Constructor and Description |
|---|
JpaSourceConfigDao(com.google.inject.Provider<javax.persistence.EntityManager> inManagerProvider) |
| Modifier and Type | Method and Description |
|---|---|
SourceConfigEntity |
getByName(String name)
Gets a configuration by name.
|
create, getAll, getEntityManager, getListAsc, getListByAttribute, getListByAttribute, getListByAttribute, getUniqueByAttribute, refresh, remove, retrieve, update@Inject public JpaSourceConfigDao(com.google.inject.Provider<javax.persistence.EntityManager> inManagerProvider)
public SourceConfigEntity getByName(String name)
ConfigDaogetByName in interface ConfigDao<SourceConfigEntity>name - the configuration, or null if there is not one
with that name.Copyright © 2012–2016 Emory University. All rights reserved.