Uses of Interface
org.ehrbase.dao.access.interfaces.I_SimpleCRUD
-
Packages that use I_SimpleCRUD Package Description org.ehrbase.dao.access.interfaces org.ehrbase.dao.access.jooq -
-
Uses of I_SimpleCRUD in org.ehrbase.dao.access.interfaces
Subinterfaces of I_SimpleCRUD in org.ehrbase.dao.access.interfaces Modifier and Type Interface Description interfaceI_AttestationAccessinterfaceI_AuditDetailsAccessinterfaceI_CompositionHistoryAccessStripped down DAO interface to perform some `*_history` table related actions.interfaceI_ContainmentAccessCreated by christian on 6/1/2016.interfaceI_ContextAccessEvent Context access layer ETHERCIS Project Created by Christian Chevalley on 4/21/2015.interfaceI_ContributionAccessAccess layer to Contributions Created by Christian Chevalley on 4/21/2015.interfaceI_EhrAccessEhr access layer
This interface deals with the main Ehr table as well as Status.interfaceI_EntryAccessEntry (Composition Content) access layer Created by Christian Chevalley on 4/21/2015.interfaceI_SystemAccessSystem access layer interface.interfaceI_TemplateStoreAccess -
Uses of I_SimpleCRUD in org.ehrbase.dao.access.jooq
Classes in org.ehrbase.dao.access.jooq that implement I_SimpleCRUD Modifier and Type Class Description classAttestationAccessclassAuditDetailsAccessclassCompositionHistoryAccessStripped down DAO to perform some `*_history` table related actions.classContextAccessclassContributionAccessCreated by Christian Chevalley on 4/17/2015.classEhrAccessPersistence operations on EHR.classEntryAccessOperations on the Entry part of a Composition (Entry is archetyped).classSystemAccessCreated by Christian Chevalley on 4/20/2015.classTemplateStoreAccess
-