| Package | Description |
|---|---|
| org.springframework.data.cassandra.convert |
Spring Data Cassandra specific converter infrastructure.
|
| org.springframework.data.cassandra.mapping |
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
CassandraUDTValueProvider.getPropertyValue(CassandraPersistentProperty property) |
Object |
BasicCassandraRowValueProvider.getPropertyValue(CassandraPersistentProperty property) |
boolean |
CassandraUDTValueProvider.hasProperty(CassandraPersistentProperty property) |
boolean |
CassandraValueProvider.hasProperty(CassandraPersistentProperty property)
Returns whether the underlying source contains a data source for the given
CassandraPersistentProperty. |
boolean |
BasicCassandraRowValueProvider.hasProperty(CassandraPersistentProperty property) |
protected Object |
MappingCassandraConverter.instantiatePrimaryKey(CassandraPersistentEntity<?> entity,
CassandraPersistentProperty keyProperty,
CassandraValueProvider propertyProvider) |
protected void |
MappingCassandraConverter.readProperty(CassandraPersistentEntity<?> entity,
CassandraPersistentProperty property,
CassandraValueProvider valueProvider,
PersistentPropertyAccessor propertyAccessor) |
protected void |
MappingCassandraConverter.readPropertyFromRow(CassandraPersistentEntity<?> entity,
CassandraPersistentProperty property,
CassandraRowValueProvider valueProvider,
PersistentPropertyAccessor propertyAccessor)
|
| Constructor and Description |
|---|
CassandraPersistentEntityParameterValueProvider(PersistentEntity<?,CassandraPersistentProperty> entity,
PropertyValueProvider<CassandraPersistentProperty> provider,
Object parent) |
CassandraPersistentEntityParameterValueProvider(PersistentEntity<?,CassandraPersistentProperty> entity,
PropertyValueProvider<CassandraPersistentProperty> provider,
Object parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCassandraPersistentProperty
Cassandra specific
AnnotationBasedPersistentProperty implementation. |
| Modifier and Type | Method and Description |
|---|---|
CassandraPersistentProperty |
BasicCassandraMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
CassandraPersistentEntity<?> owner,
CassandraSimpleTypeHolder simpleTypeHolder) |
CassandraPersistentProperty |
BasicCassandraMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
CassandraPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
| Modifier and Type | Method and Description |
|---|---|
protected Association<CassandraPersistentProperty> |
BasicCassandraPersistentProperty.createAssociation() |
Association<CassandraPersistentProperty> |
BasicCassandraPersistentProperty.getAssociation() |
List<CassandraPersistentProperty> |
BasicCassandraPersistentEntity.getCompositePrimaryKeyProperties() |
List<CassandraPersistentProperty> |
CassandraPersistentEntity.getCompositePrimaryKeyProperties() |
List<CassandraPersistentProperty> |
CassandraPersistentProperty.getCompositePrimaryKeyProperties()
Gets the list of composite primary key properties that this composite primary key field is a placeholder for.
|
List<CassandraPersistentProperty> |
BasicCassandraPersistentProperty.getCompositePrimaryKeyProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
CassandraPersistentPropertyComparator.compare(CassandraPersistentProperty left,
CassandraPersistentProperty right) |
String |
CassandraPersistentProperty.PropertyToFieldNameConverter.convert(CassandraPersistentProperty property) |
com.datastax.driver.core.DataType |
BasicCassandraMappingContext.getDataType(CassandraPersistentProperty property) |
com.datastax.driver.core.DataType |
CassandraMappingContext.getDataType(CassandraPersistentProperty property)
Retrieve the data type of the property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCassandraPersistentEntity.addAssociation(Association<CassandraPersistentProperty> association) |
protected void |
BasicCassandraPersistentEntity.addCompositePrimaryKeyProperties(CassandraPersistentEntity<?> compositePrimaryKeyEntity,
List<CassandraPersistentProperty> properties) |
void |
BasicCassandraPersistentEntity.doWithAssociations(AssociationHandler<CassandraPersistentProperty> handler) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.