Uses of Interface
org.springframework.data.jdbc.core.mapping.schema.SqlTypeMapping
Packages that use SqlTypeMapping
Package
Description
Schema creation and schema update integration with Liquibase.
-
Uses of SqlTypeMapping in org.springframework.data.jdbc.core.mapping.schema
Classes in org.springframework.data.jdbc.core.mapping.schema that implement SqlTypeMappingModifier and TypeClassDescriptionclassClass that provides a default implementation of mapping Java type to a Database type.Methods in org.springframework.data.jdbc.core.mapping.schema that return SqlTypeMappingModifier and TypeMethodDescriptiondefault SqlTypeMappingSqlTypeMapping.and(SqlTypeMapping other) Returns a composedSqlTypeMappingthat represents a fallback of this type mapping and another.Methods in org.springframework.data.jdbc.core.mapping.schema with parameters of type SqlTypeMappingModifier and TypeMethodDescriptiondefault SqlTypeMappingSqlTypeMapping.and(SqlTypeMapping other) Returns a composedSqlTypeMappingthat represents a fallback of this type mapping and another.voidLiquibaseChangeSetWriter.setSqlTypeMapping(SqlTypeMapping sqlTypeMapping) Configure SQL type mapping.