We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2fcdb commit 99956b0Copy full SHA for 99956b0
couchdb/src/main/java/org/jnosql/demo/se/App.java
@@ -31,7 +31,7 @@ public static void main(String[] args) {
31
32
template.insert(ironMan);
33
34
- List<Hero> heroes = template.<Hero>select(Hero.class)
+ List<Hero> heroes = template.select(Hero.class)
35
.where("id").eq("iron_man").result();
36
System.out.println(heroes);
37
0 commit comments