Closed otaviojava closed 1 year ago
When I have more than one type on JNoSQL, I cannot select or define a type.
try (SeContainer container = SeContainerInitializer.newInstance().initialize()) { Template template = container.select(Template.class, DatabaseQualifier.ofDocument()).get(); Book effectiveJava = new Book("effective-java","Effective Java", "Joshua Block", "Java", Year.of(2018), 3); template.insert(effectiveJava); }
Throws ambiguous exception
When I have more than one type on JNoSQL, I cannot select or define a type.
Throws ambiguous exception