Re: question

2007-06-30 Thread Craig L Russell
Hi Karan, On Jun 29, 2007, at 8:20 AM, Karan Malhi wrote: Thanks Craig, Some more follow up questions. "Anyway, the implementation is required to actually assign an id only at the point in time when you either flush the instance or ask for the object id via getObjectId. Once assigned, the id

Re: Ease of use for annotations

2007-06-30 Thread Andy Jefferson
Hi Craig, > This might be controversial, but my Annotations Feature Request #3 is > to allow the annotation to declare which element is the default if > there is only one value specified. In this case, it would be "name". I was thinking of the same thing :-) Can't see why that should be controve

Re: Ease of use for annotations

2007-06-30 Thread Craig L Russell
Hi Andy, On Jun 29, 2007, at 11:58 PM, Andy Jefferson wrote: It would be nice if we could have @Column("DEPARTMENT") instead of @Column(name="DEPARTMENT"). I've no particular problem with that but would point out that when you need to specify more than just the column name you would have @