/** {@inheritDoc} */
 @Override
 protected Iterable<Node> created() {
   return transactionData.createdNodes();
 }