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

Summary: Minimize usage of annotations/attributes in entities from db
Product: javaee Reporter: Sergey Petrov <sj-nb>
Component: PersistenceAssignee: Sergey Petrov <sj-nb>
Status: RESOLVED FIXED    
Severity: normal Keywords: PLAN
Priority: P3    
Version: 7.0   
Hardware: All   
OS: Other   
Issue Type: TASK Exception Reporter:

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