#189 Updated Naked Objects example with the code generated by the latest Apache Isis snapshot

This commit is contained in:
Ilkka Seppala
2015-08-06 20:17:26 +03:00
parent 8e5b7a2ad7
commit 185f296a5b
8 changed files with 127 additions and 150 deletions

View File

@ -72,7 +72,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<datanucleus-maven-plugin.version>4.0.0-release</datanucleus-maven-plugin.version>
<datanucleus-maven-plugin.version>4.0.1</datanucleus-maven-plugin.version>
</properties>
<build>
<pluginManagement>

View File

@ -70,7 +70,7 @@ public class SimpleObjects {
final String name
) {
return container.allMatches(
new QueryDefault<SimpleObject>(
new QueryDefault<>(
SimpleObject.class,
"findByName",
"name", name));