Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.connection.SchemaNameSupplier
-
Packages that use SchemaNameSupplier Package Description org.linuxforhealth.fhir.persistence.jdbc.connection org.linuxforhealth.fhir.persistence.jdbc.impl -
-
Uses of SchemaNameSupplier in org.linuxforhealth.fhir.persistence.jdbc.connection
Classes in org.linuxforhealth.fhir.persistence.jdbc.connection that implement SchemaNameSupplier Modifier and Type Class Description classSchemaNameFromPropsReturns a constant schemaName.classSchemaNameImplSupplier which tries to obtain the schema name from the given delegate, falling back to calling getSchema() from the connection if the supplier returns a nullConstructors in org.linuxforhealth.fhir.persistence.jdbc.connection with parameters of type SchemaNameSupplier Constructor Description SchemaNameImpl(SchemaNameSupplier delegate)Public constructorSetSchemaAction(SchemaNameSupplier schemaNameSupplier, Action next)Use a provided schema name (handy for testing) -
Uses of SchemaNameSupplier in org.linuxforhealth.fhir.persistence.jdbc.impl
Classes in org.linuxforhealth.fhir.persistence.jdbc.impl that implement SchemaNameSupplier Modifier and Type Class Description classFHIRPersistenceJDBCImplThe JDBC implementation of the FHIRPersistence interface, providing implementations for CRUD APIs and search.
-