in reply to Re^2: Inherit only few methods from a parent class
in thread Inherit only few methods from a parent class
You could simply add a second constructor, in which you can skip opening transactions (e.g. ComplicatedClass::new_no_trans).
That being said, this design seems like it is going to turn in to a maintenance nightmare.
|
|---|