Uses of Interface
org.springframework.data.cassandra.core.mapping.TupleTypeFactory
Package
Description
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
-
Uses of TupleTypeFactory in org.springframework.data.cassandra.core.mapping
Modifier and TypeClassDescriptionclass
Deprecated.enum
Modifier and TypeMethodDescriptionvoid
CassandraMappingContext.setTupleTypeFactory
(TupleTypeFactory tupleTypeFactory) Deprecated.since 3.0.ModifierConstructorDescriptionCassandraMappingContext
(UserTypeResolver userTypeResolver, TupleTypeFactory tupleTypeFactory) Deprecated.since 3.0,UserTypeResolver
andTupleTypeFactory
no longer required here as high-level type resolution went intoCassandraConverter
.
SimpleTupleTypeFactory
instead.