[JBoss JIRA] Created: (JBIDE-3815) Provide possibility to modify all generated annotations (or only ambiguous annotation cases)
by Vitali Yemialyanchyk (JIRA)
Provide possibility to modify all generated annotations (or only ambiguous annotation cases)
--------------------------------------------------------------------------------------------
Key: JBIDE-3815
URL: https://jira.jboss.org/jira/browse/JBIDE-3815
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.0.0.CR2
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
In JBIDE-3426 we was trying to find good solution to give possibility to modify generated annotations.
The solution for JBIDE-3426 does not look good - cause here there are some complexities:
1) here you edit annotations - not relations;
2) as result there are 2 rows per relation (it represents the same 2 associations);
3) it looks complex for use;
to display form like JBIDE-3426 - we could provide an option;
Once more - interface for JBIDE-3426 - is interface with possibility to edit particular annotation;
to simplify we could edit relation:
1) we could define relation between entities
2) then we could spicify properties for this relation
the simplest gui for this - is a table like in JBIDE-3426 but with other columns name and order
Possible column names:
Relation | Owner entity | Reference entity | Owner field | Reference field
here is possible to find ideas to simplify interface - google for this:
==> [BEA Workshop Product Family > Hibernate Tutorial: Generate O/R Mappings]
--
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
13 years, 5 months
[JBoss JIRA] Created: (JBIDE-4017) Diagram editor should be more user friendly
by Vitali Yemialyanchyk (JIRA)
Diagram editor should be more user friendly
-------------------------------------------
Key: JBIDE-4017
URL: https://jira.jboss.org/jira/browse/JBIDE-4017
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.0.0.CR2
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
1) popup menu - add "Collapse All" & "Expand All";
2) when select several items and want to move it in other place autoscroll should be available;
3) Ctrl-A - should be possible to select all items in the screen;
4) selection -
-a) should be possible to autoscroll to select items out of the screen;
-b) to select item - now it should be whole in the selection rectangle - should selected if only part of item in the selection rectangle
5) it isn't possible to collapse item if some part of the item is out of the screen;
6) it is not possible to make size of the item smaller - should be possible and display tooltip;
7) should be possible to hide tables;
8) should be possible to hide Classes;
9) it seems there are minimum width and height for display area - this is a bug;
10) diagram editor doesn't reflect relation in between anotated classes;
--
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
13 years, 5 months
[JBoss JIRA] Created: (JBIDE-9718) Multiple NamedQuery is not read by JPA details where there is NamedQueries after them
by Jiri Peterka (JIRA)
Multiple NamedQuery is not read by JPA details where there is NamedQueries after them
-------------------------------------------------------------------------------------
Key: JBIDE-9718
URL: https://issues.jboss.org/browse/JBIDE-9718
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 3.3.0.M3
Environment: jbdevstudio-product-eap-linux-gtk-x86_64-5.0.0.v201109142301R-H31-M3.jar, Fedora 15, 64-bit
Reporter: Jiri Peterka
Assignee: Dmitry Geraskov
Fix For: 3.3.0.M4
Try this:
@NamedQuery(name = "query1", query = "select f from Dog f", readOnly = true, flushMode = ALWAYS,cacheable = true, cacheMode = GET, cacheRegion = "2", fetchSize = 2, timeout = 2)
@javax.persistence.NamedQuery(name = "query2", query = "select f from Dog f")
@NamedQueries({(a)javax.persistence.NamedQuery(name = "query3", query = "abcd"),(a)javax.persistence.NamedQuery(name = "query4")})
See in JPA Details, there is only query1, query3, query4. query2 is missing. When last row commented, query2 appears
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months