Uses of Class
org.springframework.data.cassandra.core.mapping.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 TypeClassDescriptionclass
Cassandra Tuple-specificPersistentEntity
for a mapped tuples.class
PersistentEntity
for a mapped user-defined type (UDT).Modifier and TypeMethodDescriptionprotected <T> BasicCassandraPersistentEntity<T>
CassandraMappingContext.createPersistentEntity
(TypeInformation<T> typeInformation) Modifier and TypeMethodDescriptionprotected Optional<BasicCassandraPersistentEntity<?>>
CassandraMappingContext.addPersistentEntity
(TypeInformation<?> typeInformation) CassandraMappingContext.getTableEntities()
Returns onlyTable
entities.Modifier and TypeMethodDescriptionprotected CassandraPersistentProperty
CassandraMappingContext.createPersistentProperty
(Property property, BasicCassandraPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder)