This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 125787 - Generating entities from SQL Server database do not generate GeneratedValue for Identity fields
Summary: Generating entities from SQL Server database do not generate GeneratedValue f...
Status: RESOLVED DUPLICATE of bug 76357
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-22 17:30 UTC by jonathanvilalopez
Modified: 2008-01-22 22:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jonathanvilalopez 2008-01-22 17:30:58 UTC
I'm generating entities from an SQL Server database with some tables with a Identity pk..... When Netbeans generate
those entities it does not include @GeneratedValue(strategy=GenerationType.IDENTITY) so I have to modify one by one all
the java entities.
Comment 1 Rochelle Raccah 2008-01-22 22:49:06 UTC

*** This issue has been marked as a duplicate of 76357 ***