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 69eebb9 commit 05e6717Copy full SHA for 05e6717
manual/mapper/daos/getentity/README.md
@@ -108,7 +108,7 @@ The method can return:
108
* a single entity instance. If the argument is a result set type, the generated code will extract
109
the first row and convert it, or return `null` if the result set is empty.
110
111
- ````java
+ ```java
112
@GetEntity
113
Product asProduct(Row row);
114
0 commit comments