Given the following code I would expect every node which is created in the database to receive a property CreatedAt.At the moment some nodes get the CreatedAt property, but others do not.
@Overridepublic Void beforeCommit(TransactionData data, Trans...