CodeSystemDAO |
This Data Access Object interface defines APIs specific to parameter_names table.
|
FHIRDbDAO |
This is a root interface for child Data Access Object interfaces.
|
FhirSequenceDAO |
gets the next value in the database's FHIR_SEQUENCE sequence
|
ICommonValuesCache |
An interface for a cache of code system and related token values.
|
ICommonValuesDAO |
Contract for DAO implementations handling persistence of
resource references (and token parameters) with the
normalized schema introduced in issue 1366.
|
IIdNameCache<T> |
Interface to a cache mapping an id of type T to a string.
|
ILogicalResourceIdentCache |
An interface for a cache of logical_resource_ident records.
|
INameIdCache<T> |
Interface to a cache mapping a string to a value of type T.
|
IResourceTypeMaps |
Interface providing lookups of resource type by name or id
|
JDBCIdentityCache |
Provides access to all the identity information we need when processing
resources and their parameters
|
ParameterDAO |
This Data Access Object interface defines methods for creating, updating,
and retrieving rows in the IBM FHIR Server parameter-related tables.
|
ResourceDAO |
This Data Access Object interface provides methods creating, updating, and retrieving rows in the FHIR Resource tables.
|