File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
framework-docs/modules/ROOT/pages
core/expressions/language-ref Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ are set by using the `setVariable()` method in `EvaluationContext` implementatio
66
77[NOTE]
88====
9- Variable names must be begun with a letter (as defined below), an underscore, or a dollar
9+ Variable names must begin with a letter (as defined below), an underscore, or a dollar
1010sign.
1111
1212Variable names must be composed of one or more of the following supported types of
Original file line number Diff line number Diff line change @@ -349,11 +349,11 @@ parameters return the data read from the table.
349349
350350You can declare `SimpleJdbcCall` in a manner similar to declaring `SimpleJdbcInsert`. You
351351should instantiate and configure the class in the initialization method of your data-access
352- layer. Compared to the `StoredProcedure` class, you need not create a subclass
353- and you need not declare parameters that can be looked up in the database metadata.
354- The following example of a `SimpleJdbcCall` configuration uses the preceding stored
355- procedure (the only configuration option, in addition to the `DataSource`, is the name
356- of the stored procedure):
352+ layer. In contrast to the `StoredProcedure` class, you do not need to create a subclass,
353+ and you do not need to declare parameters that can be looked up in the database metadata.
354+ The following `SimpleJdbcCall` configuration example uses the preceding stored procedure.
355+ The only configuration option (other than the `DataSource`) is the name of the stored
356+ procedure.
357357
358358[tabs]
359359======
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ xref:integration/jmx/naming.adoc#jmx-context-mbeanexport[Configuring Annotation-
313313=== The `cache` Schema
314314
315315You can use the `cache` elements to enable support for Spring's `@CacheEvict`, `@CachePut`,
316- and `@Caching` annotations. It is also supports declarative XML-based caching. See
316+ and `@Caching` annotations. The `cache` schema also supports declarative XML-based caching. See
317317xref:integration/cache/annotations.adoc#cache-annotation-enable[Enabling Caching Annotations] and
318318xref:integration/cache/declarative-xml.adoc[Declarative XML-based Caching] for details.
319319
You can’t perform that action at this time.
0 commit comments