Uses of Class
org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntity
Packages that use BasicCassandraPersistentEntity
Package
Description
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
-
Uses of BasicCassandraPersistentEntity in org.springframework.data.cassandra.core.mapping
Modifier and TypeClassDescriptionclassCassandra Tuple-specificPersistentEntityfor a mapped tuples.classPersistentEntityfor a mapped user-defined type (UDT).Subclasses with type arguments of type BasicCassandraPersistentEntity in org.springframework.data.cassandra.core.mappingModifier and TypeClassDescriptionclassDefault implementation of aMappingContextfor Cassandra usingCassandraPersistentEntityandCassandraPersistentPropertyas primary abstractions.Methods in org.springframework.data.cassandra.core.mapping that return BasicCassandraPersistentEntityModifier and TypeMethodDescriptionprotected <T> BasicCassandraPersistentEntity<T> CassandraMappingContext.createPersistentEntity(TypeInformation<T> typeInformation) Methods in org.springframework.data.cassandra.core.mapping that return types with arguments of type BasicCassandraPersistentEntityModifier and TypeMethodDescriptionprotected Optional<BasicCassandraPersistentEntity<?>> CassandraMappingContext.addPersistentEntity(TypeInformation<?> typeInformation) CassandraMappingContext.getTableEntities()Returns onlyTableentities.Methods in org.springframework.data.cassandra.core.mapping with parameters of type BasicCassandraPersistentEntityModifier and TypeMethodDescriptionprotected CassandraPersistentPropertyCassandraMappingContext.createPersistentProperty(Property property, BasicCassandraPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder)