Entity property, to indicate that it's a clustering
column.Entity property, to indicate that when retrieving
data that the property should be set to the result of computation on the Cassandra side,
typically a function call.Entity class or one of its properties (field or getter), to specify a custom
CQL name.Mapper interface.DaoFactory method that indicates the keyspace to create a
DAO for.DaoFactory method that indicates the execution profile to
create a DAO for.DaoFactory method that indicates the table to create a DAO
for.Dao interface to define a default NullSavingStrategy, that will apply
to all methods that don't explicitly declare one.EntityHelper.get(GettableByName, boolean) instead.MapperBuilder.withCustomState(Object, Object).Publisher of mapped entities returned by DAO methods.Mapper-annotated interface wrapping a CqlSession.Entity-annotated
class.Entity-annotated class.Entity to indicate how CQL names will be inferred from the names in the Java
class.Entity properties will be handled during data insertion.Entity property, to indicate that it's part of the
partition key.Entity to customize certain aspects of the introspection process that
determines which methods are considered as properties, and how new instances will be created.Dao method that executes a user-provided query.Dao method that delegates the execution of the query to a user-provided
class.Entity property, to indicate that it will not be
mapped to any column (neither during reads nor writes).Entity to indicate which properties should be considered 'transient',
meaning that they should not be mapped to any column (neither during reads nor writes).MapperContext.getCustomState().withDefaultKeyspace(CqlIdentifier.fromCql(keyspaceName)).MapperResultProducer.execute(com.datastax.oss.driver.api.core.cql.Statement<?>, com.datastax.oss.driver.api.mapper.MapperContext, com.datastax.oss.driver.api.mapper.entity.EntityHelper<?>)).Copyright © 2017–2023. All rights reserved.