| Package | Description |
|---|---|
| org.springframework.data.cassandra.repository.support |
Support infrastructure for query derivation of Apache Cassandra specific repositories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappingCassandraEntityInformation<T,ID extends Serializable>
CassandraEntityInformation implementation using a CassandraPersistentEntity instance to lookup the
necessary information. |
| Modifier and Type | Method and Description |
|---|---|
<T,ID extends Serializable> |
CassandraRepositoryFactory.getEntityInformation(Class<T> domainClass) |
| Constructor and Description |
|---|
SimpleCassandraRepository(CassandraEntityInformation<T,ID> metadata,
CassandraOperations operations)
Creates a new
SimpleCassandraRepository for the given CassandraEntityInformation and
CassandraTemplate. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.