Re: Netbeans Database Analyzer
Tim Boudreau <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Ayodeji Aladejebi wrote: > > This is just a question: > I have used the database analyzer from Netbeans Runtime tab > > However is there any drag 'n' drop relationship with the code you are > writing in the editor view? > > I was just wondering if there could be a drag 'n' drop means to binding > a database schema to bean patterns > > or a way to right click on a database table and then maybe an option to > render a bean that maps to the table Once upon a time (circa 1999) you could right click a table, etc. under the database node and copy code to access that onto the clipboard, and then paste that code into the editor. No idea if it still does that, I haven't had a reason to use that module in many years. -Tim