public class JpaLoginTypeDao extends org.eurekaclinical.standardapis.dao.GenericDao<LoginTypeEntity,Long> implements LoginTypeDao
| Modifier | Constructor and Description |
|---|---|
protected |
JpaLoginTypeDao(com.google.inject.Provider<javax.persistence.EntityManager> inManagerProvider) |
| Modifier and Type | Method and Description |
|---|---|
LoginTypeEntity |
getByName(org.eurekaclinical.eureka.client.comm.authentication.LoginType inName)
Gets a value definition match operator based on the name attribute.
|
create, getAll, getEntityManager, getListAsc, getListByAttribute, getListByAttribute, getListByAttribute, getUniqueByAttribute, getUniqueByAttribute, refresh, remove, retrieve, update@Inject protected JpaLoginTypeDao(com.google.inject.Provider<javax.persistence.EntityManager> inManagerProvider)
public LoginTypeEntity getByName(org.eurekaclinical.eureka.client.comm.authentication.LoginType inName)
LoginTypeDaogetByName in interface LoginTypeDaoinName - the name to search for in the databaseThresholdsOperator with the given name if
found, null otherwiseCopyright © 2012–2016 Emory University. All rights reserved.