Uses of Class
ca.uhn.fhir.jpa.migrate.tasks.api.Builder
Packages that use Builder
-
Uses of Builder in ca.uhn.fhir.jpa.migrate.tasks.api
Methods in ca.uhn.fhir.jpa.migrate.tasks.api that return BuilderModifier and TypeMethodDescriptionBuilder.executeRawSql(String theVersion, DriverTypeEnum theDriver, String theSql) Builder.executeRawSql(String theVersion, Map<DriverTypeEnum, String> theDriverToSql) Builder method to define a raw SQL execution migration that needs to take place against multiple database types, and the SQL they need to use is not equal.Builder.executeRawSqls(String theVersion, Map<DriverTypeEnum, List<String>> theDriverToSqls) Builder method to define a raw SQL execution migration that needs to take place against multiple database types, and the SQL they need to use is not equal, and there are multiple sql commands for a given database.BaseMigrationTasks.forVersion(T theRelease) Builder.initializeSchema(String theVersion, ISchemaInitializationProvider theSchemaInitializationProvider) Builder.initializeSchema(String theVersion, String theSchemaName, ISchemaInitializationProvider theSchemaInitializationProvider) Builder.startSectionWithMessage(String theMessage) Deprecated.