Missing connection parameter in methods copy(...) and add<ForeignKey>(...). Using this methods within a transaction could lead to deadlocks. Patches attached.
Description
Missing connection parameter in methods copy(...) and add<ForeignKey>(...). Using this methods within a transaction could lead to deadlocks. Patches attached.
Applied patch, with the following changes
- The additional methods only make sense with complexObjectModel set to true. Changed the patch accordingly.
- reverted the changes in setting boolean values. The proposed changes are not java 1.3 compatible.
- changed some javadoc
Thomas Fischer added a comment - 24/Sep/07 08:11 PM Applied patch, with the following changes
- The additional methods only make sense with complexObjectModel set to true. Changed the patch accordingly.
- reverted the changes in setting boolean values. The proposed changes are not java 1.3 compatible.
- changed some javadoc
- The additional methods only make sense with complexObjectModel set to true. Changed the patch accordingly.
- reverted the changes in setting boolean values. The proposed changes are not java 1.3 compatible.
- changed some javadoc