Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dbc4365

Browse files
committed
Remove deprecated DatabaseClient, connectionfactory package and other deprecated code
Removal of the connectionfactory package and deprecated core classes that were migrated into Spring Framework R2DBC. Closes #712
1 parent eab9a89 commit dbc4365

File tree

134 files changed

+86
-15886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+86
-15886
lines changed

‎src/main/asciidoc/reference/mapping.adoc‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ public class PersonWriteConverter implements Converter<Person, OutboundRow> {
283283
284284
public OutboundRow convert(Person source) {
285285
OutboundRow row = new OutboundRow();
286-
row.put("id", SettableValue.from(source.getId()));
287-
row.put("name", SettableValue.from(source.getFirstName()));
288-
row.put("age", SettableValue.from(source.getAge()));
286+
row.put("id", Parameter.from(source.getId()));
287+
row.put("name", Parameter.from(source.getFirstName()));
288+
row.put("age", Parameter.from(source.getAge()));
289289
return row;
290290
}
291291
}

‎src/main/java/org/springframework/data/r2dbc/BadSqlGrammarException.java‎

Lines changed: 0 additions & 60 deletions
This file was deleted.

‎src/main/java/org/springframework/data/r2dbc/InvalidResultAccessException.java‎

Lines changed: 0 additions & 82 deletions
This file was deleted.

‎src/main/java/org/springframework/data/r2dbc/UncategorizedR2dbcException.java‎

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /