]
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}