Uses of Interface
org.linuxforhealth.fhir.database.utils.model.IDataModel
-
Packages that use IDataModel Package Description org.linuxforhealth.fhir.database.utils.model -
-
Uses of IDataModel in org.linuxforhealth.fhir.database.utils.model
Classes in org.linuxforhealth.fhir.database.utils.model that implement IDataModel Modifier and Type Class Description class
PhysicalDataModel
Represents the set of tables and other schema objects that make up the schema we want to build and manage.Methods in org.linuxforhealth.fhir.database.utils.model with parameters of type IDataModel Modifier and Type Method Description Table
Table.Builder. build(IDataModel dataModel)
Build the immutable table object based on the current configuration
-