MappingConfiguration with this builder's settings.MappingConfiguration.Builder instance.Accessor annotation).MappedProperty instance.HierarchyScanStrategy.Object excluded, which
implies that every ancestor of a mapped class, except Object itself, will be scanned
for annotations.lower camel case for the Java convention, and lower case for the Cassandra convention.PropertyMapper used by the mapper.frozen, or contains frozen subtypes.configuration used by this manager.codec to use to serialize and deserialize this property.MappingManager managing this mapper.PropertyMapper.Session used by this manager.TableMetadata for this mapper.entity.true if this property is a clustering column, false otherwise.true if this property is computed, i.e. if it represents the result of a CQL
expression such as "ttl(col1)", false otherwise.true if field scan is allowed, false otherwise.true if getter and setter scan is allowed, false otherwise.true if this property is part of the table's partition key, false
otherwise.true if the given property is transient, false otherwise.ResultSet into the class this is a mapper of.Mapper.map(ResultSet) instead of this method.ResultSetFuture into the class this is a mapper of.HierarchyScanStrategy that excludes all ancestors of mapped classes, thus restricting
class scan to the mapped classes themselves."ttl(col1)".Mapper for the provided class (that must be annotated by a Table
annotation).Mapper for the provided class, using the default keyspace (either the one
declared in the Table annotation, or the logged keyspace on the session).MappingConfiguration instances.MappingManager using the provided Session with default MapperConfiguration.MappingManager using the provided Session with default MapperConfiguration.MappingManager using the provided Session with custom
configuration to be inherited to each instantiated mapper.MappingManager using the provided Session with default MapperConfiguration.Accessor method must implement.Accessor
interface.Mapper.Option for this object mapper, that will be used in all delete
operations unless overridden.Mapper.Option for this object mapper, that will be used in all get
operations unless overridden.Mapper.Option for this object mapper, that will be used in all save
operations unless overridden.hierarchy scan strategy to use.naming strategy to use.property access strategy to use.property transience strategy to use.entity.TypeCodec for the provided class (that must be annotated by a UDT
annotation).TypeCodec for the provided class, using the default keyspace (either the one
declared in the Table annotation, or the logged keyspace on the session).property access strategy to use.Copyright © 2012–2022. All rights reserved.