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 199037 - Minimize usage of annotations/attributes in entities from db
Summary: Minimize usage of annotations/attributes in entities from db
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.0
Hardware: All Other
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2011-05-31 13:42 UTC by Sergey Petrov
Modified: 2012-02-03 17:58 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2011-05-31 13:42:15 UTC
JPA allow to omit @Column, 'name' etc in most cases, 
so we can generate

String columnNmae;

instead of

@Column(name='columnName')
String columnName;
Comment 1 Sergey Petrov 2012-02-03 17:39:50 UTC
almost done for 7.2 for @Column and @Table