Uses of Class
org.linuxforhealth.fhir.database.utils.model.VersionedSchemaObject
-
Packages that use VersionedSchemaObject Package Description org.linuxforhealth.fhir.database.utils.model -
-
Uses of VersionedSchemaObject in org.linuxforhealth.fhir.database.utils.model
Subclasses of VersionedSchemaObject in org.linuxforhealth.fhir.database.utils.model Modifier and Type Class Description static class
Table.Builder
Builder for tablestatic class
View.Builder
Fluent builder forView
Methods in org.linuxforhealth.fhir.database.utils.model that return VersionedSchemaObject Modifier and Type Method Description VersionedSchemaObject
VersionedSchemaObject. addMigration(Migration... migration)
Add migration steps to perform to upgrade from previous versions of this object
-