[jbosstools-issues] [JBoss JIRA] (JBIDE-18566) Show hints for standard JPA properties

Alexey Kazakov (JIRA) issues at jboss.org
Fri Oct 10 12:46:11 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-18566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-18566:
-----------------------------------
    Component/s: hibernate


> Show hints for standard JPA properties
> --------------------------------------
>
>                 Key: JBIDE-18566
>                 URL: https://issues.jboss.org/browse/JBIDE-18566
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: hibernate, upstream
>            Reporter: Arun Gupta
>
> Enabling JPA facet on a project generates the following persistence.xml:
> <?xml version="1.0" encoding="UTF-8"?>
> <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
> 	<persistence-unit name="helloworld">
> 	</persistence-unit>
> </persistence>
> Adding <property> to <properties> should show hints for standard JPA properties. So a cursor placed within " and " for name should show all the standard JPA properties that are available. And may be even provider-specific properties as well.
> 	<properties>
> 	<property name="" value=""/>
> 	</properties>
> This will provide a simpler experience for developers.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list