Spring Data for Apache Cassandra Core
- java.lang.Object
-
- org.springframework.data.cassandra.repository.query.CassandraRepositoryQuerySupport
-
- All Implemented Interfaces:
- org.springframework.data.repository.query.RepositoryQuery
- Direct Known Subclasses:
- AbstractCassandraQuery, AbstractReactiveCassandraQuery
public abstract class CassandraRepositoryQuerySupport
extends Object
implements org.springframework.data.repository.query.RepositoryQuery
Base class for Cassandra RepositoryQuery implementations providing common infrastructure such as
EntityInstantiators and QueryStatementCreator.
- Since:
- 2.0
- Author:
- Mark Paluch
- See Also:
RepositoryQuery
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected Log |
log |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.data.repository.query.RepositoryQuery
execute
-
-
Field Detail
-
log
protected final Log log
Spring Data for Apache Cassandra Core
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.