| Package | Description |
|---|---|
| org.eurekaclinical.standardapis.dao |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricalDao<PK,E extends HistoricalEntity<PK>>
A data access object that manages an entity that maintains its historical
state.
|
interface |
HistoricalDaoWithUniqueName<PK,T extends HistoricalEntity<PK>>
Interface for data access objects for managing an entity that stores rather
than overwrites its previous states.
|
class |
HistoricalGenericDao<E extends HistoricalEntity<PK>,PK> |
| Modifier and Type | Method and Description |
|---|---|
<T extends HistoricalEntity<?>> |
DatabaseSupport.getCurrent(Class<T> historicalEntityCls)
Gets every instance of the specified historical entity in the database.
|
<T extends HistoricalEntity<?>,Y> |
DatabaseSupport.getCurrentListByAttribute(Class<T> historicalEntityCls,
javax.persistence.metamodel.SingularAttribute<T,Y> attribute,
Y value)
Gets every instance of the specified historical entity in the database
that has the given value of the given attribute.
|
<T extends HistoricalEntity<?>,Y> |
DatabaseSupport.getCurrentUniqueByAttribute(Class<T> historicalEntityCls,
javax.persistence.metamodel.SingularAttribute<T,Y> attribute,
Y value)
Gets the instance of the specified historical entity in the database
that has the given value of the given attribute.
|
Copyright © 2016–2018 Emory University. All rights reserved.