[jbosstools-issues] [JBoss JIRA] (JBIDE-21442) Solve compilation problem in org.jboss.tools.hibernate.jpt.core.internal/jpa2.HibernateJpaFactory2_0

Koen Aers (JIRA) issues at jboss.org
Tue Jan 12 11:24:00 EST 2016


Koen Aers created JBIDE-21442:
---------------------------------

             Summary: Solve compilation problem in org.jboss.tools.hibernate.jpt.core.internal/jpa2.HibernateJpaFactory2_0
                 Key: JBIDE-21442
                 URL: https://issues.jboss.org/browse/JBIDE-21442
             Project: Tools (JBoss Tools)
          Issue Type: Task
          Components: hibernate
            Reporter: Koen Aers


The signature of 
{code:java}
JpaFactory2_0.buildJavaPersistentType(PersistentType.Parent,JavaResourceType)
{code}
was changed into 
{code:java}
JpaFactory2_0.buildJavaPersistentType(Parent,JavaResourceType)
{code}
and now needs an import of 
{code:java}
org.eclipse.jpt.jpa.core.context.java.JavaPersistentType.Parent
{code}




--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list