Module spring.data.cassandra
Class BasicCassandraMappingContext
java.lang.Object
org.springframework.data.mapping.context.AbstractMappingContext<BasicCassandraPersistentEntity<?>,CassandraPersistentProperty>
org.springframework.data.cassandra.core.mapping.CassandraMappingContext
org.springframework.data.cassandra.core.mapping.BasicCassandraMappingContext
- All Implemented Interfaces:
Aware,BeanClassLoaderAware,BeanFactoryAware,InitializingBean,ApplicationContextAware,ApplicationEventPublisherAware,EnvironmentAware,MappingContext<BasicCassandraPersistentEntity<?>,CassandraPersistentProperty>
@Deprecated(forRemoval=true)
public class BasicCassandraMappingContext
extends CassandraMappingContext
Deprecated, for removal: This API element is subject to removal in a future version.
Default implementation of a
MappingContext for Cassandra using CassandraPersistentEntity and
CassandraPersistentProperty as primary abstractions.- Author:
- Alex Shvid, Matthew T. Adams, Mark Paluch, John Blum, Jens Schauder
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.springframework.data.cassandra.core.mapping.CassandraMappingContext
addPersistentEntity, createPersistentEntity, createPersistentProperty, getCodecRegistry, getCustomConversions, getTableEntities, getUserDefinedTypeEntities, getUserTypeResolver, getVerifier, initialize, setApplicationContext, setBeanClassLoader, setCodecRegistry, setCustomConversions, setMapping, setNamingStrategy, setTupleTypeFactory, setUserTypeResolver, setVerifier, shouldCreatePersistentEntityFor, usesTable, usesUserTypeMethods inherited from class org.springframework.data.mapping.context.AbstractMappingContext
addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, setApplicationEventPublisher, setBeanFactory, setEnvironment, setInitialEntitySet, setManagedTypes, setSimpleTypeHolder, setStrict, shouldCreatePropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.mapping.context.MappingContext
getRequiredPersistentEntity, getRequiredPersistentEntity, getRequiredPersistentEntity
-
Constructor Details
-
BasicCassandraMappingContext
public BasicCassandraMappingContext()Deprecated, for removal: This API element is subject to removal in a future version.
-
CassandraMappingContext.