Uses of Class
ca.uhn.fhir.jpa.migrate.tasks.api.ColumnAndNullable
Packages that use ColumnAndNullable
-
Uses of ColumnAndNullable in ca.uhn.fhir.jpa.migrate.tasks.api
Methods in ca.uhn.fhir.jpa.migrate.tasks.api with parameters of type ColumnAndNullableModifier and TypeMethodDescriptionBuilder.BuilderWithTableName.BuilderAddIndexWithName.BuilderAddIndexUnique.withPossibleNullableColumns(ColumnAndNullable... theColumns) THis is strictly needed for SQL Server, as it will create filtered indexes on nullable columns, and we have to build a tail clause which matches what the SQL Server Hibernate dialect does.