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 237779 - JPA Entity generator should also generate @Version field
Summary: JPA Entity generator should also generate @Version field
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-29 20:57 UTC by struberg
Modified: 2016-07-07 08:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description struberg 2013-10-29 20:57:23 UTC
Usually JPA entities are used in projects where you like to use optimistic locking.

JPA requires a @Version field in the entities to support optimistic locking out of the box. 

Especially for beginners (who else is generating code besides getters and setters?) it would be great if NetBeans would generate a 'correct' entity by adding a field:

@Version
private Integer optlock;

with a getter.
Comment 1 Sergey Petrov 2013-12-20 12:10:36 UTC
seems easy to implement, but doesn't look like an issue
Comment 2 Martin Balin 2016-07-07 08:54:57 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss