Use shared database schema content provider in reverce engeneering editor.
--------------------------------------------------------------------------
Key: JBIDE-5815
URL: https://jira.jboss.org/jira/browse/JBIDE-5815
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.1.0.CR1
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: 3.1.0.GA
There are many views and dialogs which shows the structure of db. They need to use the same db schema content provider to minimase db calls.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Futher @GenericGenerator annotation support in Dali
---------------------------------------------------
Key: JBIDE-3507
URL: https://jira.jboss.org/jira/browse/JBIDE-3507
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.0.0.cr1
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Priority: Optional
At least need to validate:
1. Strategy class exists(when fully qualified class name used)
2. Name duplication
3. Parameters for predefined Hibernate strategies(when it used)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
org.hibernate.tool.hbm2x.ExporterException: File pattern not set on class org.hibernate.tool.hbm2x.GenericExporter
------------------------------------------------------------------------------------------------------------------
Key: JBIDE-1882
URL: http://jira.jboss.com/jira/browse/JBIDE-1882
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 2.1
Reporter: Anton Klimkovich
Attachments: exception1.txt
EXECUTE: Create Seam EAR project
EXECUTE: Add new Entity
EXECUTE: Open Hibernate Code Generation Dialog
EXECUTE: Select Seam-ejb configuration and select output folder
EXECUTE: Open Exporters tab
EXECUTE: Set checkbox to Generic Exporter (<hbmtemplate>)
EXECUTE: Press Apply and Run buttons
FAILURE: org.hibernate.tool.hbm2x.ExporterException: File pattern not set on class org.hibernate.tool.hbm2x.GenericExporter
Log attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Additional annotations support for "Generate Hibernate/JPA annotations"
-----------------------------------------------------------------------
Key: JBIDE-3842
URL: https://jira.jboss.org/jira/browse/JBIDE-3842
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.0.0.CR2
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
currently I see the sence add @MappedSuperclass annotation for base class instead of or together with @Entity annotation;
in case when the class has offsprings - there is a big sence to have @MappedSuperclass annotation by default.
Some other ideas?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Hibernate Mapping Diagram - after Auto layout 4 items in one point - check why
------------------------------------------------------------------------------
Key: JBIDE-5113
URL: https://jira.jboss.org/jira/browse/JBIDE-5113
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Hibernate
Affects Versions: 3.1.0.CR1
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Fix For: 3.1.0.CR1
for very complex DB structure, after Auto layout I have got 4 items in one point (screenshot) - could be a reason of some bug;
so necessary check why it happend, if possible enhance and fix.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Create part responsible to interprocess comminicate for "Run HQL query in HQL editor as external process functionality"
-----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7508
URL: https://jira.jboss.org/browse/JBIDE-7508
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Hibernate
Affects Versions: 3.2.0.Beta2
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Fix For: 3.3.x
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Provide line segments moving capabilities within Mapping Diagram Editor
-----------------------------------------------------------------------
Key: JBIDE-4894
URL: https://jira.jboss.org/jira/browse/JBIDE-4894
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.1.0.M2
Reporter: Yahor Radtsevich
Most of visual DB editors have capability to move line segments in the DB diagrams.
It allows to make mapping diagrams much more readable (for example, see JDeveloper: jdeveloper.png).
It would be nice if the Mapping Diagram Editor had this capability.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Provide a better algorithm for drawing mapping diagrams
-------------------------------------------------------
Key: JBIDE-4895
URL: https://jira.jboss.org/jira/browse/JBIDE-4895
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.1.0.M2
Reporter: Yahor Radtsevich
Current mapping diagram drawing algorithm seems to be almost random (see crazy_drawing-123.png).
A better algorithm should:
1. Never cross tables with lines.
2. Draw as few line crossings as possible.
3. Draw tables closer if they have more constraints.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Enhance "Print" functionality for Mapping Diagram
-------------------------------------------------
Key: JBIDE-4756
URL: https://jira.jboss.org/jira/browse/JBIDE-4756
Project: JBoss Tools
Issue Type: Sub-task
Components: Hibernate
Affects Versions: 3.1.0.M3
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Fix For: 3.1.0.M3
ideal is one readable print page per average size diagram (15-20 items)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Synchronize labels/icons on Hibernate Configurations view (configuration and database part) and Mapping diagram editor (better)
-------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-1414
URL: http://jira.jboss.com/jira/browse/JBIDE-1414
Project: JBoss Tools
Issue Type: Feature Request
Reporter: Alexander Chabatar
Assigned To: Alexander Chabatar
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira