public class JpaValueComparatorDao extends org.eurekaclinical.standardapis.dao.GenericDao<ValueComparator,Long> implements ValueComparatorDao
| Modifier | Constructor and Description |
|---|---|
protected |
JpaValueComparatorDao(com.google.inject.Provider<javax.persistence.EntityManager> inManagerProvider) |
| Modifier and Type | Method and Description |
|---|---|
List<ValueComparator> |
getAllAsc() |
ValueComparator |
getByName(String inName)
Gets a value comparator based on the name attribute.
|
create, getAll, getEntityManager, getListAsc, getListByAttribute, getListByAttribute, getListByAttribute, getUniqueByAttribute, getUniqueByAttribute, refresh, remove, retrieve, update@Inject protected JpaValueComparatorDao(com.google.inject.Provider<javax.persistence.EntityManager> inManagerProvider)
public ValueComparator getByName(String inName)
ValueComparatorDaogetByName in interface ValueComparatorDaoinName - the name to search for in the databaseValueComparator with the given name if found, null otherwisepublic List<ValueComparator> getAllAsc()
getAllAsc in interface ValueComparatorDaoCopyright © 2012–2016 Emory University. All rights reserved.