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 248596 - Entity Generator should generate file package-info.java with database infos
Summary: Entity Generator should generate file package-info.java with database infos
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-12 12:39 UTC by acaliskan
Modified: 2014-11-12 18:31 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 acaliskan 2014-11-12 12:39:47 UTC
When generating entity classes from database it would be nice to be able to generate also a package-info.java file, where some information about the generating process should be logged.

For Example a package-info.java could look like:

/**
* JPA generated classes 
* <br/>
* Database Type: Oracle 
* <br/>
* JDBC-URL: jdbc:oracle:thin:@mydb.adress.net:1521:oracle-test
* @author acaliskan
* @version 2.0.1
* @since Nov. 14
**/

This feature should be implemented as an optional step or a single checkbox within the already existing dialogs.

Adem
Comment 1 matthias42 2014-11-12 18:31:47 UTC
Reassigning to correct component.