Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dali » Generate Entities not adding @Table or @Column annotations
Generate Entities not adding @Table or @Column annotations [message #614906] Wed, 11 February 2009 20:55
Rick Crawford is currently offline Rick CrawfordFriend
Messages: 6
Registered: July 2009
Junior Member
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
Previous Topic:no JPA implentation information in "modify JPA facet" dialog
Next Topic:Generate Entities from Tables not working
Goto Forum:
  


Current Time: Tue Mar 19 09:52:58 GMT 2024

Powered by FUDForum. Page generated in 0.03283 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top