| 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>
CassandraEntityInformation implementation using a CassandraPersistentEntity instance to lookup the
necessary information. |
| Modifier and Type | Method and Description |
|---|---|
<T,ID> CassandraEntityInformation<T,ID> |
ReactiveCassandraRepositoryFactory.getEntityInformation(Class<T> domainClass) |
<T,ID> CassandraEntityInformation<T,ID> |
CassandraRepositoryFactory.getEntityInformation(Class<T> domainClass) |
| Constructor and Description |
|---|
SimpleCassandraRepository(CassandraEntityInformation<T,ID> metadata,
CassandraOperations operations)
Create a new
SimpleCassandraRepository for the given CassandraEntityInformation and
CassandraTemplate. |
SimpleReactiveCassandraRepository(CassandraEntityInformation<T,ID> metadata,
ReactiveCassandraOperations operations)
Create a new
SimpleReactiveCassandraRepository for the given CassandraEntityInformation and
ReactiveCassandraOperations. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.