We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a40f9 commit b66b066Copy full SHA for b66b066
manual/mapper/daos/getentity/README.md
@@ -89,7 +89,7 @@ The method can return:
89
* a single entity instance. If the argument is a result set type, the generated code will extract
90
the first row and convert it, or return `null` if the result set is empty.
91
92
- ````java
+ ```java
93
@GetEntity
94
Product asProduct(Row row);
95
0 commit comments