Re: [Xdoclet-devel] DAOs and create methods

2002-07-11 Thread Marcus Brito
Andrew Stevens escreveu: > Easy enough to do, just have the DAO calls in the subclass > check for non-abstract super before calling the DAO (in fact, what the > hell, it might as well do this on *all* dao.call methods). Plus, if we > rely on people setting the fields' values in the super ejbC

[Xdoclet-devel] DAOs and create methods

2002-07-11 Thread Andrew Stevens
Okay, I'm going round in circles thinking about the best way to handle this, so I figure its time to get some more opinions... I'm looking at bug #545622; basically the problem is that the create methods I generate in the DAO don't include a reference to the bean, so you can't update values in