333435363738394041424344
App app = StructrApp.getInstance(); try (final Tx tx = app.tx()) { Person chrisi = app.create(Person.class, "chrisi"); Person axel = app.create(Person.class, "axel"); chrisi.setProperty(Person.name, "chrisi2"); tx.success();