DATACASS-343 - Polishing.
Remove merge artifacts.
This commit is contained in:
@@ -170,9 +170,8 @@ public abstract class AbstractCassandraQuery implements RepositoryQuery {
|
||||
}
|
||||
|
||||
/**
|
||||
<<<<<<< 5cbbf085712acc72951fc9627d0f80c85dbb1505
|
||||
* Creates a string query using the given {@link ParameterAccessor}
|
||||
=======
|
||||
* Creates a string query using the given {@link ParameterAccessor}.
|
||||
*
|
||||
* @param resultSet
|
||||
* @param declaredReturnType
|
||||
* @param returnedUnwrappedObjectType
|
||||
@@ -250,7 +249,6 @@ public abstract class AbstractCassandraQuery implements RepositoryQuery {
|
||||
|
||||
/**
|
||||
* Creates a {@link Statement} using the given {@link ParameterAccessor}
|
||||
>>>>>>> DATACASS-343 - Introduce Query and Update objects.
|
||||
*
|
||||
* @param accessor must not be {@literal null}.
|
||||
*/
|
||||
|
||||
@@ -70,15 +70,9 @@ public class PartTreeCassandraQuery extends AbstractCassandraQuery {
|
||||
}
|
||||
|
||||
/**
|
||||
<<<<<<< 85e5d32f4c6db62b63513c14864f7625d7813060
|
||||
* Returns the {@link StatementFactory} used by this query to construct and run Cassandra CQL statements.
|
||||
*
|
||||
* @return the {@link StatementFactory} used by this query to construct and run Cassandra CQL statements.
|
||||
=======
|
||||
* Returns the {@link StatementFactory} used by this template to construct and run Cassandra CQL statements.
|
||||
*
|
||||
* @return the {@link StatementFactory} used by this template to construct and run Cassandra CQL statements.
|
||||
>>>>>>> DATACASS-343 - Polish.
|
||||
* @see org.springframework.data.cassandra.core.StatementFactory
|
||||
*/
|
||||
protected StatementFactory getStatementFactory() {
|
||||
|
||||
@@ -70,15 +70,9 @@ public class ReactivePartTreeCassandraQuery extends AbstractReactiveCassandraQue
|
||||
}
|
||||
|
||||
/**
|
||||
<<<<<<< 85e5d32f4c6db62b63513c14864f7625d7813060
|
||||
* Returns the {@link StatementFactory} used by this query to construct and run Cassandra CQL statements.
|
||||
*
|
||||
* @return the {@link StatementFactory} used by this query to construct and run Cassandra CQL statements.
|
||||
=======
|
||||
* Returns the {@link StatementFactory} used by this template to construct and run Cassandra CQL statements.
|
||||
*
|
||||
* @return the {@link StatementFactory} used by this template to construct and run Cassandra CQL statements.
|
||||
>>>>>>> DATACASS-343 - Polish.
|
||||
* @see org.springframework.data.cassandra.core.StatementFactory
|
||||
*/
|
||||
protected StatementFactory getStatementFactory() {
|
||||
|
||||
Reference in New Issue
Block a user