Ivan St. Ivanov created FORGE-2385:
--------------------------------------
Summary: JPA facet should return the JPA provider
Key: FORGE-2385
URL:
https://issues.jboss.org/browse/FORGE-2385
Project: Forge
Issue Type: Feature Request
Components: Facets, Java EE
Affects Versions: 2.17.0.Final
Reporter: Ivan St. Ivanov
At the moment when JPA facet is installed, the user enters the selected JPA provider
(Hibernate JPA, Eclipselink, Open JPA, Java EE). But afterwards in later stages in the
project, they are not able to obtain the information about that setting.
The JPA facet should have a method with the following signature:
PersistenceProvider getPersistenceProvider();
Its implementation should not count on any data stored by Forge on previous step and
should work both on projects where JPA was setup by Forge and where the dependencies and
persistence.xml were configured by the user with other means.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)