File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
framework-docs/modules/ROOT/pages Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ configuration options. You should instantiate the `SimpleJdbcInsert` in the data
1515layer's initialization method. For this example, the initializing method is the
1616`setDataSource` method. You do not need to subclass the `SimpleJdbcInsert` class. Instead,
1717you can create a new instance and set the table name by using the `withTableName` method.
18- Configuration methods for this class follow the `fluid ` style that returns the instance
18+ Configuration methods for this class follow the `fluent ` style that returns the instance
1919of the `SimpleJdbcInsert`, which lets you chain all configuration methods. The following
2020example uses only one configuration method (we show examples of multiple methods later):
2121
Original file line number Diff line number Diff line change 11[[appendix]]
22= Appendix
33
4-
5-
6-
74[[appendix.xsd-schemas]]
85== XML Schemas
96
107This part of the appendix lists XML schemas related to integration technologies.
118
12-
13-
149[[appendix.xsd-schemas-jee]]
1510=== The `jee` Schema
1611
You can’t perform that action at this time.
0 commit comments