| Package | Description |
|---|---|
| org.eurekaclinical.standardapis.dao |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseSupport.SqlComparator |
DatabaseSupport.SqlComparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseSupport.SqlComparator[] |
DatabaseSupport.SqlComparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T,Y extends Number> |
DatabaseSupport.getListByAttribute(Class<T> entityCls,
javax.persistence.metamodel.SingularAttribute<T,Y> attribute,
DatabaseSupport.SqlComparator comparator,
Y value)
Executes a query for the entities that have the specified values of the
given numerical attribute.
|
Copyright © 2016–2019 Emory University. All rights reserved.