Uses of Interface
org.springframework.data.cassandra.core.mapping.TupleTypeFactory
Packages that use TupleTypeFactory
Package
Description
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
-
Uses of TupleTypeFactory in org.springframework.data.cassandra.core.mapping
Classes in org.springframework.data.cassandra.core.mapping that implement TupleTypeFactoryModifier and TypeClassDescriptionclassDeprecated.enumMethods in org.springframework.data.cassandra.core.mapping with parameters of type TupleTypeFactoryModifier and TypeMethodDescriptionvoidCassandraMappingContext.setTupleTypeFactory(TupleTypeFactory tupleTypeFactory) Deprecated.since 3.0.Constructors in org.springframework.data.cassandra.core.mapping with parameters of type TupleTypeFactoryModifierConstructorDescriptionCassandraMappingContext(UserTypeResolver userTypeResolver, TupleTypeFactory tupleTypeFactory) Deprecated.since 3.0,UserTypeResolverandTupleTypeFactoryno longer required here as high-level type resolution went intoCassandraConverter.
SimpleTupleTypeFactoryinstead.