Closed
Description
Sviatoslav Hryb opened SPR-16811 and commented
Section Data Access, paragraph 3.7.4. Handling complex types for stored procedure calls contains incorrect and not understandable fragments of Java code.
- One snippet of Java code doesn't contain a name of a variable of class TestItem (image1):
- Another snippet of code has several following problems: (image2).
- doesn't contain a name of a variable of class TestItem
- it is not perceivable why we need aforementioned variable
- there is only an invocation of the method declareParameter without mentioned corresponding object of some class that invoke it.
Affects: 4.3.17, 5.0.6
Reference URL: https://docs.spring.io/spring/docs/5.0.6.RELEASE/spring-framework-reference/data-access.html#orm-general
Attachments:
- Improper_Code_1.png (34.19 kB)
- Improper_Code_2.png (44.01 kB)
Referenced from: commits 9d1789e, 2818051, 765d18e
Backported to: 4.3.18