public class JpaAuthenticationMethodDao extends org.eurekaclinical.standardapis.dao.GenericDao<AuthenticationMethodEntity,Long> implements AuthenticationMethodDao
| Modifier | Constructor and Description |
|---|---|
protected |
JpaAuthenticationMethodDao(com.google.inject.Provider<javax.persistence.EntityManager> inManagerProvider) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethodEntity |
getByName(org.eurekaclinical.eureka.client.comm.authentication.AuthenticationMethod 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 JpaAuthenticationMethodDao(com.google.inject.Provider<javax.persistence.EntityManager> inManagerProvider)
public AuthenticationMethodEntity getByName(org.eurekaclinical.eureka.client.comm.authentication.AuthenticationMethod inName)
AuthenticationMethodDaogetByName in interface AuthenticationMethodDaoinName - the name to search for in the databaseThresholdsOperator with the given name if
found, null otherwiseCopyright © 2012–2016 Emory University. All rights reserved.