Uses of Interface
org.ehrbase.dao.access.interfaces.I_CompositionHistoryAccess
-
Packages that use I_CompositionHistoryAccess Package Description org.ehrbase.dao.access.interfaces org.ehrbase.dao.access.jooq -
-
Uses of I_CompositionHistoryAccess in org.ehrbase.dao.access.interfaces
Methods in org.ehrbase.dao.access.interfaces that return I_CompositionHistoryAccess Modifier and Type Method Description static I_CompositionHistoryAccessI_CompositionHistoryAccess. retrieveLatest(I_DomainAccess domainAccess, UUID compositionId)Creates DAO object with the latest existing history record matching the given composition ID. -
Uses of I_CompositionHistoryAccess in org.ehrbase.dao.access.jooq
Classes in org.ehrbase.dao.access.jooq that implement I_CompositionHistoryAccess Modifier and Type Class Description classCompositionHistoryAccessStripped down DAO to perform some `*_history` table related actions.Methods in org.ehrbase.dao.access.jooq that return I_CompositionHistoryAccess Modifier and Type Method Description static I_CompositionHistoryAccessCompositionHistoryAccess. retrieveLatest(I_DomainAccess domainAccess, UUID compositionId)
-