Uses of Class
org.springframework.data.cassandra.core.mapping.CassandraMappingContext
Packages that use CassandraMappingContext
Package
Description
Spring Data Cassandra
factory beans and configuration.Apache Cassandra core support.
Spring Data Cassandra specific converter infrastructure.
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
-
Uses of CassandraMappingContext in org.springframework.data.cassandra.config
Methods in org.springframework.data.cassandra.config that return CassandraMappingContextModifier and TypeMethodDescriptionAbstractCassandraConfiguration.cassandraMapping()Deprecated, for removal: This API element is subject to removal in a future version.AbstractCassandraConfiguration.cassandraMappingContext(CassandraManagedTypes cassandraManagedTypes) Return theMappingContextinstance to map Entities toJava Objects.protected CassandraMappingContextCqlSessionFactoryBean.getMappingContext() -
Uses of CassandraMappingContext in org.springframework.data.cassandra.core
Constructors in org.springframework.data.cassandra.core with parameters of type CassandraMappingContextModifierConstructorDescriptionCassandraPersistentEntitySchemaCreator(CassandraMappingContext mappingContext, CassandraAdminOperations cassandraAdminOperations) Create a newCassandraPersistentEntitySchemaCreatorfor the givenCassandraMappingContextandCassandraAdminOperations.CassandraPersistentEntitySchemaDropper(CassandraMappingContext mappingContext, CassandraAdminOperations cassandraAdminOperations) Create a newCassandraPersistentEntitySchemaDropperfor the givenCassandraMappingContextandCassandraAdminOperations. -
Uses of CassandraMappingContext in org.springframework.data.cassandra.core.convert
Methods in org.springframework.data.cassandra.core.convert that return CassandraMappingContextModifier and TypeMethodDescriptionCassandraConverter.getMappingContext()MappingCassandraConverter.getMappingContext()protected CassandraMappingContextQueryMapper.getMappingContext()Returns the configuredMappingContextcontaining mapping meta-data (persistent entities and properties) used to store (map) objects to Cassandra tables (rows/columns).Constructors in org.springframework.data.cassandra.core.convert with parameters of type CassandraMappingContextModifierConstructorDescriptionMappingCassandraConverter(CassandraMappingContext mappingContext) Create a newMappingCassandraConverterwith the givenCassandraMappingContext. -
Uses of CassandraMappingContext in org.springframework.data.cassandra.core.mapping
Subclasses of CassandraMappingContext in org.springframework.data.cassandra.core.mappingModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 2.0.
AbstractCassandraConfiguration.cassandraMappingContext(CassandraManagedTypes)instead.