| Package | Description |
|---|---|
| org.eurekaclinical.standardapis.dao |
| Modifier and Type | Method and Description |
|---|---|
<T,Y> List<T> |
DatabaseSupport.getListByAttribute(Class<T> entityCls,
QueryPathProvider<T,Y> provider,
Y value)
Executes a query for entities that match the given path value.
|
protected <Y> List<T> |
GenericDao.getListByAttribute(QueryPathProvider<T,Y> provider,
Y value)
Executes a query for all entities whose path value is the same as the
given target value.
|
<T,Y> List<T> |
DatabaseSupport.getListByAttributeIn(Class<T> entityCls,
QueryPathProvider<T,Y> provider,
List<Y> values)
Executes a query for entities that match the given path value.
|
protected <Y> List<T> |
GenericDao.getListByAttributeIn(QueryPathProvider<T,Y> provider,
List<Y> values)
Executes a query for all entities whose path value is any of the target
values.
|
Copyright © 2016–2018 Emory University. All rights reserved.