@Immutable public interface TypeMapping
Type
A data type may have different names in different databases. E.g. for binary data BLOB is used in MySQL, but in PostgreSQL it's BYTEA.
BLOB
BYTEA
A type mapping provides a flexible way to point out database specific names of types.
io.spine.type.TypeName
typeNameFor(Type type)
io.spine.type.TypeName typeNameFor(Type type)
type
java.lang.IllegalStateException