Files
spring-data-cassandra/spring-data-cassandra
Mark Paluch 64d46da6a4 DATACASS-470 - Move Cassandra type resolution into MappingCassandraConverter.
All DataType-resolution functionality is now encapsulated in ColumnTypeResolver and all DataType-related methods (getDataType(), getTupleType(), getUserType()) were migrated into ColumnTypeResolver. DataType resolution requires always a converter context to apply registered converters so this concern cannot be handled entirely on the mapping level.

Related to type resolution also schema object derivation (create table/index/user type) functionality was moved from CassandraMappingContext into SchemaFactory as schema object derivation requires the converter registrations.
2020-03-23 15:20:44 +01:00
..