Hi, if an entity is saved inside a transaction, and that the transaction is rollbacked, will the entity be like it was before the save? (Id == 0, all flags properly set, etc) ? Thank you!
Yes. All field values are backed up as soon as an entity is added to a transaction and when the transaction is rolled back, the fields are restored from the backup, otherwise the backup is thrown away.