T - an entity that stores rather than overwrites its previous states.public interface HistoricalDaoWithUniqueName<PK,T extends HistoricalEntity<PK>> extends HistoricalDao<PK,T>
HistoricalEntity interface.| Modifier and Type | Method and Description |
|---|---|
T |
getCurrentByName(String name)
Gets the current entity with the given name, for entities that store
historical state about themselves.
|
getCurrent, updateCurrentCopyright © 2016–2019 Emory University. All rights reserved.