M
Marcus Leon
I know that upon an exception, a container managed transaction will
roll back all database modifications. Does the container also
"rollback" any changes to objects?
For example, if within a transaction you change the value of another
object's property from "A" to "B" and then the transaction is rolled
back, will the value be rolled back to "A" or will it remain "B"?
Thanks
roll back all database modifications. Does the container also
"rollback" any changes to objects?
For example, if within a transaction you change the value of another
object's property from "A" to "B" and then the transaction is rolled
back, will the value be rolled back to "A" or will it remain "B"?
Thanks