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, for removal: This API element is subject to removal in a future version.enumDeprecated, for removal: This API element is subject to removal in a future version.since 4.5 in alignment with the deprecation ofTupleTypeFactory.Methods in org.springframework.data.cassandra.core.mapping with parameters of type TupleTypeFactoryModifier and TypeMethodDescriptionvoidCassandraMappingContext.setTupleTypeFactory(TupleTypeFactory tupleTypeFactory) Deprecated, for removal: This API element is subject to removal in a future version.since 3.0.Constructors in org.springframework.data.cassandra.core.mapping with parameters of type TupleTypeFactoryModifierConstructorDescriptionCassandraMappingContext(UserTypeResolver userTypeResolver, TupleTypeFactory tupleTypeFactory) Deprecated, for removal: This API element is subject to removal in a future version.since 3.0,UserTypeResolverandTupleTypeFactoryno longer required here as high-level type resolution went intoCassandraConverter.
SimpleTupleTypeFactoryinstead.