| [news.eclipse.technology.dali] Re: Generate Entities not adding @Table or @Column annotations |
Hi Rick,
Hope this helps, Neil
Rick Crawford wrote:
I'm using Eclipse 3.4.1, trying to generate entities using the JPA wizard to generate entities from existing tables in our DB2 database. I go thru all the steps, and get no errors. The entity classes are generated, but the only JPA annotation that is added is the @Entity annotation. The @Table, the @Column's, etc. are not added.
The generated classes do have properties for each of the columns in the table(s), but no @Column annotations. Is this the expected behavior, or am I missing something?
Thanks! Rick