Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.2, 3.1M1
-
None
Description
If a single callback method is mapped to multiple events, this method is generated N number of times. E.g.:
<obj-entity ...>
...
<pre-persist method-name="preCommit"/>
<pre-update method-name="preCommit"/>
</obj-entity>
public abstract class _X extends CayenneDataObject
{ ... protected abstract void preCommit(); protected abstract void preCommit(); }I tried this on 3.1, but I am pretty sure this is broken in 3.0 as well.
Attachments
Attachments
Issue Links
- relates to
-
CAY-1538 superclass generation with inheritance
- Open