| The NoOpObjectCopyStrategy does not make a copy. It merely returns the same object.
For backwards compatability with OJB 0.9, we include a way to no-op copy
the object into the transactional context. This means that we are operating
on a live object, and can potentially mess stuff up. This is essentially
supporting a uncommitted-read only strategy.
author: matthew.baird |