|
Change Parameter Type executor : QueryExecutor to executor : ParametrizedQueryExecutor<T> in method public executeWithRetries(query String, parameters T, context TransactionalContext, executor ParametrizedQueryExecutor<T>) : Result in class org.neo4j.cypher.internal.javacompat.SnapshotExecutionEngineTest.TestSnapshotExecutionEngine |
From |
To |
|
Change Parameter Type parameters : Map<String,Object> to parameters : T in method protected executeWithRetries(query String, parameters T, context TransactionalContext, executor ParametrizedQueryExecutor<T>) : Result in class org.neo4j.cypher.internal.javacompat.SnapshotExecutionEngine |
From |
To |
|
Change Parameter Type parameters : Map<String,Object> to parameters : T in method public execute(query String, parameters T, context TransactionalContext) : Result in class org.neo4j.cypher.internal.javacompat.SnapshotExecutionEngine.ParametrizedQueryExecutor |
From |
To |
|
Change Parameter Type parameters : Map<String,Object> to parameters : T in method public executeWithRetries(query String, parameters T, context TransactionalContext, executor ParametrizedQueryExecutor<T>) : Result in class org.neo4j.cypher.internal.javacompat.SnapshotExecutionEngineTest.TestSnapshotExecutionEngine |
From |
To |
|
Change Parameter Type executor : QueryExecutor to executor : ParametrizedQueryExecutor<T> in method protected executeWithRetries(query String, parameters T, context TransactionalContext, executor ParametrizedQueryExecutor<T>) : Result in class org.neo4j.cypher.internal.javacompat.SnapshotExecutionEngine |
From |
To |