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

Rastislav Wagner (JIRA) issues at jboss.org
Mon May 30 05:38:00 EDT 2016


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

Rastislav Wagner closed JBIDE-21442.
------------------------------------


hibernate plugins are buildable. Verified on github master branch

> 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
>            Assignee: Koen Aers
>             Fix For: 4.4.0.Alpha1
>
>
> 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