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 6784ac1 commit ee6abe0Copy full SHA for ee6abe0
jnosql-database-commons/src/main/java/org/eclipse/jnosql/mapping/driver/ParamUtil.java
@@ -29,7 +29,7 @@
29
* <p>This utility supports repositories using custom query annotations such as {@code @AQL}, {@code @Cypher},
30
* and others, where parameters are annotated with {@link Param} to enable named parameter binding.</p>
31
*
32
- * <h3>Example Usage:</h3>
+ * Example Usage:
33
* <pre>{@code
34
* public interface PersonRepository extends DatabaseBRepository<Person, String> {
35
0 commit comments