[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-2818) Hibernate properties tab for persistence.xml editor
Dima Geraskov (JIRA)
jira-events at lists.jboss.org
Tue Sep 30 04:37:21 EDT 2008
[ https://jira.jboss.org/jira/browse/JBIDE-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dima Geraskov updated JBIDE-2818:
---------------------------------
Attachment: 1.jpeg
now editor have 'Properties' tab and show all properties together.
1.jpeg shows it for the following persitnence unit:
<persistence-unit name="helloworld" transaction-type="RESOURCE_LOCAL">
...
<properties>
<property name="my.property.NOT_HIBERNATE" value="test" />
<property name="hibernate.archive.autodetection" value="class, hbm" />
<property name="hibernate.show_sql" value="true" />
...
</properties>
</persistence-unit>
Need to create tab that will show most important hibernate properties(like New configuration file wizard page does).
> Hibernate properties tab for persistence.xml editor
> ---------------------------------------------------
>
> Key: JBIDE-2818
> URL: https://jira.jboss.org/jira/browse/JBIDE-2818
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Reporter: Dima Geraskov
> Assignee: Dima Geraskov
> Attachments: 1.jpeg
>
>
> Create tab for hibernate specific properties.
--
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
More information about the jbosstools-issues
mailing list