Uses of Interface
com.ibm.fhir.database.utils.model.IDataModel
-
Packages that use IDataModel Package Description com.ibm.fhir.database.utils.model -
-
Uses of IDataModel in com.ibm.fhir.database.utils.model
Classes in com.ibm.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 com.ibm.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
-