]
Koen Aers updated JBIDE-18708:
------------------------------
Fix Version/s: 4.2.x
4.3.x
Provide content assist on hibernate properties values in
persistence.xml
------------------------------------------------------------------------
Key: JBIDE-18708
URL:
https://issues.jboss.org/browse/JBIDE-18708
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: hibernate
Affects Versions: 4.2.0.Final
Reporter: Xavier Coulon
Fix For: 4.2.x, 4.3.x
in persistence.xml, it would be convenient to have content assist on values for Hibernate
properties such as those below:
{code}
<property name="hibernate.hbm2ddl.auto" value="create-drop"
/>
<property name="hibernate.show_sql" value="false" />
{code}
especially the alternative values to {{create-drop}} ;-)