Uses of Interface
com.ibm.fhir.persistence.jdbc.connection.SchemaNameSupplier
-
Packages that use SchemaNameSupplier Package Description com.ibm.fhir.persistence.jdbc.connection com.ibm.fhir.persistence.jdbc.impl -
-
Uses of SchemaNameSupplier in com.ibm.fhir.persistence.jdbc.connection
Classes in com.ibm.fhir.persistence.jdbc.connection that implement SchemaNameSupplier Modifier and Type Class Description class
SchemaNameFromProps
Returns a constant schemaName.class
SchemaNameImpl
Supplier 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 com.ibm.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 com.ibm.fhir.persistence.jdbc.impl
Classes in com.ibm.fhir.persistence.jdbc.impl that implement SchemaNameSupplier Modifier and Type Class Description class
FHIRPersistenceJDBCImpl
The JDBC implementation of the FHIRPersistence interface, providing implementations for CRUD APIs and search.
-