]
Josef Kopriva closed JBIDE-1443.
--------------------------------
Closing, nothing to do.
Database view/edit support
--------------------------
Key: JBIDE-1443
URL:
https://issues.redhat.com/browse/JBIDE-1443
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: hibernate
Affects Versions: 2.0.0.GA
Reporter: Alexander Chabatar
Assignee: Dmitry Geraskov
Priority: Minor
Fix For: 3.2.0.M1
We need more support for database operations:
- Generate Select (SQL, HQL) statement (for table), DDL (for table/entire schema)
That already exist in DTP (think about integration); no need for us to add that (for the
SQL part) :
- New Table, Foreign Key, Index
- Delete Table, data (SQL and HQL) - so we need SQL editor
- Edit table data