Bug#545636: libhibernate-annotations-java: FTBFS: java errors

Lucas Nussbaum lucas at lucas-nussbaum.net
Tue Sep 8 09:49:08 UTC 2009


Package: libhibernate-annotations-java
Version: 3.4.0.GA+dak1-1
Severity: serious
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20090907 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> test -x debian/rules
> dh_testroot
> dh_clean 
> cd . && /usr/lib/jvm/java-gcj//bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-logging.jar:/usr/share/java/hibernate-commons-annotations.jar:/usr/share/java/glassfish-toplink-essentials.jar:/usr/share/java/dom4j.jar:/usr/share/java/slf4j-api.jar:/usr/lib/jvm/java-gcj//lib/tools.jar  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true   -buildfile debian/build.xml -propertyfile /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/debian/ant.properties clean
> Buildfile: debian/build.xml
> 
> clean:
> 
> BUILD SUCCESSFUL
> Total time: 0 seconds
> rm -f debian/stamp-ant-build
>  dpkg-source -b libhibernate-annotations-java-3.4.0.GA+dak1
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building libhibernate-annotations-java using existing libhibernate-annotations-java_3.4.0.GA+dak1.orig.tar.gz
> dpkg-source: info: building libhibernate-annotations-java in libhibernate-annotations-java_3.4.0.GA+dak1-1.diff.gz
> dpkg-source: info: building libhibernate-annotations-java in libhibernate-annotations-java_3.4.0.GA+dak1-1.dsc
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/java-gcj//bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-logging.jar:/usr/share/java/hibernate-commons-annotations.jar:/usr/share/java/glassfish-toplink-essentials.jar:/usr/share/java/dom4j.jar:/usr/share/java/slf4j-api.jar:/usr/lib/jvm/java-gcj//lib/tools.jar  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true   -buildfile debian/build.xml -propertyfile /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/debian/ant.properties 
> Buildfile: debian/build.xml
> 
> compile:
>     [mkdir] Created dir: /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/class
>     [javac] Compiling 141 source files to /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/class
>     [javac] ----------
>     [javac] 1. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/AnnotationException.java
>     [javac]  (at line 11)
>     [javac] 	public class AnnotationException extends MappingException {
>     [javac] 	                                         ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 2. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/AnyMetaDefs.java
>     [javac]  (at line 6)
>     [javac] 	import static java.lang.annotation.ElementType.METHOD;
>     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.lang.annotation.ElementType.METHOD is never used
>     [javac] ----------
>     [javac] 3. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/AnyMetaDefs.java
>     [javac]  (at line 7)
>     [javac] 	import static java.lang.annotation.ElementType.FIELD;
>     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.lang.annotation.ElementType.FIELD is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 4. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/CollectionOfElements.java (at line 25)
>     [javac] 	Class targetElement() default void.class;
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 5. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/MapKey.java (at line 26)
>     [javac] 	Class targetElement() default void.class;
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 6. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/MapKeyManyToMany.java (at line 25)
>     [javac] 	Class targetEntity() default void.class;
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 7. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/MetaValue.java (at line 12)
>     [javac] 	Class targetEntity();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 8. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/NamedNativeQuery.java (at line 21)
>     [javac] 	Class resultClass() default void.class;
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 9. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/Persister.java (at line 15)
>     [javac] 	Class impl();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 10. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/Proxy.java (at line 25)
>     [javac] 	Class proxyClass() default void.class;
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 11. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/Sort.java (at line 28)
>     [javac] 	Class comparator() default void.class;
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 12. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/Target.java (at line 16)
>     [javac] 	Class value();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 13. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/Tuplizer.java (at line 18)
>     [javac] 	Class impl();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 14. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/annotations/TypeDef.java (at line 20)
>     [javac] 	Class typeClass();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 15. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AbstractPropertyHolder.java (at line 16)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 16. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AbstractPropertyHolder.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 17. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AbstractPropertyHolder.java (at line 149)
>     [javac] 	StringHelper.qualify( path, depAttr.name() ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 18. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AbstractPropertyHolder.java
>     [javac]  (at line 177)
>     [javac] 	StringHelper.qualify( path, depAttr.name() ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 19. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AbstractPropertyHolder.java (at line 186)
>     [javac] 	throw new AssertionFailure( "Setting the parent property to a non component" );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 20. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 53)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 21. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 54)
>     [javac] 	import org.hibernate.EntityMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.EntityMode cannot be resolved
>     [javac] ----------
>     [javac] 22. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 55)
>     [javac] 	import org.hibernate.FetchMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.FetchMode cannot be resolved
>     [javac] ----------
>     [javac] 23. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 56)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 24. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 110)
>     [javac] 	import org.hibernate.engine.FilterDefinition;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 25. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 111)
>     [javac] 	import org.hibernate.engine.Versioning;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 26. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 112)
>     [javac] 	import org.hibernate.id.MultipleHiLoPerTableGenerator;
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.id cannot be resolved
>     [javac] ----------
>     [javac] 27. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 113)
>     [javac] 	import org.hibernate.id.PersistentIdentifierGenerator;
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.id cannot be resolved
>     [javac] ----------
>     [javac] 28. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 114)
>     [javac] 	import org.hibernate.id.SequenceHiLoGenerator;
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.id cannot be resolved
>     [javac] ----------
>     [javac] 29. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 115)
>     [javac] 	import org.hibernate.id.TableHiLoGenerator;
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.id cannot be resolved
>     [javac] ----------
>     [javac] 30. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 116)
>     [javac] 	import org.hibernate.mapping.Any;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Any cannot be resolved
>     [javac] ----------
>     [javac] 31. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 117)
>     [javac] 	import org.hibernate.mapping.Component;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Component cannot be resolved
>     [javac] ----------
>     [javac] 32. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 118)
>     [javac] 	import org.hibernate.mapping.DependantValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.DependantValue cannot be resolved
>     [javac] ----------
>     [javac] 33. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 120)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 34. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 121)
>     [javac] 	import org.hibernate.mapping.JoinedSubclass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.JoinedSubclass cannot be resolved
>     [javac] ----------
>     [javac] 35. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 122)
>     [javac] 	import org.hibernate.mapping.KeyValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.KeyValue cannot be resolved
>     [javac] ----------
>     [javac] 36. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 123)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 37. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 124)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 38. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 125)
>     [javac] 	import org.hibernate.mapping.RootClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.RootClass cannot be resolved
>     [javac] ----------
>     [javac] 39. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 126)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 40. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 127)
>     [javac] 	import org.hibernate.mapping.SingleTableSubclass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SingleTableSubclass cannot be resolved
>     [javac] ----------
>     [javac] 41. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 128)
>     [javac] 	import org.hibernate.mapping.Subclass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Subclass cannot be resolved
>     [javac] ----------
>     [javac] 42. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 129)
>     [javac] 	import org.hibernate.mapping.ToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.ToOne cannot be resolved
>     [javac] ----------
>     [javac] 43. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 130)
>     [javac] 	import org.hibernate.mapping.UnionSubclass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.UnionSubclass cannot be resolved
>     [javac] ----------
>     [javac] 44. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 131)
>     [javac] 	import org.hibernate.persister.entity.JoinedSubclassEntityPersister;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.persister cannot be resolved
>     [javac] ----------
>     [javac] 45. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 132)
>     [javac] 	import org.hibernate.persister.entity.SingleTableEntityPersister;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.persister cannot be resolved
>     [javac] ----------
>     [javac] 46. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 133)
>     [javac] 	import org.hibernate.persister.entity.UnionSubclassEntityPersister;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.persister cannot be resolved
>     [javac] ----------
>     [javac] 47. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 134)
>     [javac] 	import org.hibernate.type.TypeFactory;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.type.TypeFactory cannot be resolved
>     [javac] ----------
>     [javac] 48. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 135)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 49. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 177)
>     [javac] 	IdGenerator idGen = buildIdGenerator( ann, mappings );
>     [javac] 	                    ^^^^^^^^^^^^^^^^
>     [javac] The method buildIdGenerator(Annotation, Mappings) from the type AnnotationBinder refers to the missing type Mappings
>     [javac] ----------
>     [javac] 50. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 186)
>     [javac] 	IdGenerator idGen = buildIdGenerator( ann, mappings );
>     [javac] 	                    ^^^^^^^^^^^^^^^^
>     [javac] The method buildIdGenerator(Annotation, Mappings) from the type AnnotationBinder refers to the missing type Mappings
>     [javac] ----------
>     [javac] 51. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 228)
>     [javac] 	IdGenerator idGen = buildIdGenerator( ann, mappings );
>     [javac] 	                    ^^^^^^^^^^^^^^^^
>     [javac] The method buildIdGenerator(Annotation, Mappings) from the type AnnotationBinder refers to the missing type Mappings
>     [javac] ----------
>     [javac] 52. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 229)
>     [javac] 	mappings.addGenerator( idGen );
>     [javac] 	         ^^^^^^^^^^^^
>     [javac] The method addGenerator(IdGenerator) from the type ExtendedMappings refers to the missing type Mappi
>     [javac] ngException
>     [javac] ----------
>     [javac] 53. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 234)
>     [javac] 	IdGenerator idGen = buildIdGenerator( ann, mappings );
>     [javac] 	                    ^^^^^^^^^^^^^^^^
>     [javac] The method buildIdGenerator(Annotation, Mappings) from the type AnnotationBinder refers to the missing type Mappings
>     [javac] ----------
>     [javac] 54. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 235)
>     [javac] 	mappings.addGenerator( idGen );
>     [javac] 	         ^^^^^^^^^^^^
>     [javac] The method addGenerator(IdGenerator) from the type ExtendedMappings refers to the missing type MappingException
>     [javac] ----------
>     [javac] 55. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 259)
>     [javac] 	IdGenerator idGen = buildIdGenerator( def, mappings );
>     [javac] 	                    ^^^^^^^^^^^^^^^^
>     [javac] The method buildIdGenerator(Annotation, Mappings) from the type AnnotationBinder refers to the missing type Mappings
>     [javac] ----------
>     [javac] 56. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 260)
>     [javac] 	mappings.addGenerator( idGen );
>     [javac] 	         ^^^^^^^^^^^^
>     [javac] The method addGenerator(IdGenerator) from the type ExtendedMappings refers to the missing type Mappi
>     [javac] ngException
>     [javac] ----------
>     [javac] 57. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 318)
>     [javac] 	private static IdGenerator buildIdGenerator(java.lang.annotation.Annotation ann, Mappings mappings) {
>     [javac] 	                                                                                 ^^^^^^^^
>     [javac] Mappings cannot be resolved to a type
>     [javac] ----------
>     [javac] 58. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 321)
>     [javac] 	idGen.addParam( PersistentIdentifierGenerator.SCHEMA, mappings.getSchemaName() );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PersistentIdentifierGenerator cannot be resolved
>     [javac] ----------
>     [javac] 59. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 324)
>     [javac] 	idGen.addParam( PersistentIdentifierGenerator.CATALOG, mappings.getCatalogName() );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PersistentIdentifierGenerator cannot be resolved
>     [javac] ----------
>     [javac] 60. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 332)
>     [javac] 	idGen.setIdentifierGeneratorStrategy( MultipleHiLoPerTableGenerator.class.getName() );
>     [javac] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] MultipleHiLoPerTableGenerator cannot be resolved to a type
>     [javac] ----------
>     [javac] 61. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 335)
>     [javac] 	idGen.addParam( MultipleHiLoPerTableGenerator.ID_TABLE, tabGen.table() );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] MultipleHiLoPerTableGenerator cannot be resolved
>     [javac] ----------
>     [javac] 62. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 338)
>     [javac] 	idGen.addParam( MultipleHiLoPerTableGenerator.CATALOG, tabGen.catalog() );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] MultipleHiLoPerTableGenerator cannot be resolved
>     [javac] ----------
>     [javac] 63. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 341)
>     [javac] 	idGen.addParam( MultipleHiLoPerTableGenerator.SCHEMA, tabGen.schema() );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] MultipleHiLoPerTableGenerator cannot be resolved
>     [javac] ----------
>     [javac] 64. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 346)
>     [javac] 	idGen.addParam( MultipleHiLoPerTableGenerator.PK_COLUMN_NAME, tabGen.pkColumnName() );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] MultipleHiLoPerTableGenerator cannot be resolved
>     [javac] ----------
>     [javac] 65. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 349)
>     [javac] 	idGen.addParam( MultipleHiLoPerTableGenerator.VALUE_COLUMN_NAME, tabGen.valueColumnName() );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] MultipleHiLoPerTableGenerator cannot be resolved
>     [javac] ----------
>     [javac] 66. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 352)
>     [javac] 	idGen.addParam( MultipleHiLoPerTableGenerator.PK_VALUE_NAME, tabGen.pkColumnValue() );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] MultipleHiLoPerTableGenerator cannot be resolved
>     [javac] ----------
>     [javac] 67. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 354)
>     [javac] 	idGen.addParam( TableHiLoGenerator.MAX_LO, String.valueOf( tabGen.allocationSize() - 1 ) );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^
>     [javac] TableHiLoGenerator cannot be resolved
>     [javac] ----------
>     [javac] 68. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 363)
>     [javac] 	idGen.addParam( org.hibernate.id.SequenceGenerator.SEQUENCE, seqGen.sequenceName() );
>     [javac] 	                ^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.id cannot be resolved
>     [javac] ----------
>     [javac] 69. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 371)
>     [javac] 	idGen.addParam( SequenceHiLoGenerator.MAX_LO, String.valueOf( seqGen.allocationSize() - 1 ) );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^^^
>     [javac] SequenceHiLoGenerator cannot be resolved
>     [javac] ----------
>     [javac] 70. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 385)
>     [javac] 	throw new AssertionFailure( "Unknown Generator annotation: " + ann );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 71. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 396)
>     [javac] 	) throws MappingException {
>     [javac] 	         ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 72. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 413)
>     [javac] 	throw new AnnotationException(
>     [javac] 					"Annotated class should have a @javax.persistence.Entity, @javax.persistence.Embeddable or @javax.persistence.EmbeddedSuperclass annotation: " + cla
>     [javac] zzToProcess
>     [javac] 							.getName()
>     [javac] 			);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 73. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 424)
>     [javac] 	PersistentClass superEntity = superEntityState != null ?
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 74. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 425)
>     [javac] 	mappings.getClass(
>     [javac] 	         ^^^^^^^^
>     [javac] The method getClass() in the type Object is not applicable for the arguments (String)
>     [javac] ----------
>     [javac] 75. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 432)
>     [javac] 	throw new AssertionFailure(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 76. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 472)
>     [javac] 	(Map<String, Join>) null, (PropertyHolder) null, mappings
>     [javac] 	             ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 77. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 481)
>     [javac] 	(Map<String, Join>) null, (PropertyHolder) null, mappings
>     [javac] 	             ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 78. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 521)
>     [javac] 	PersistentClass persistentClass;
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 79. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 524)
>     [javac] 	persistentClass = new RootClass();
>     [javac] 	                      ^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 80. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 527)
>     [javac] 	persistentClass = new SingleTableSubclass( superEntity );
>     [javac] 	                      ^^^^^^^^^^^^^^^^^^^
>     [javac] SingleTableSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 81. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 530)
>     [javac] 	persistentClass = new JoinedSubclass( superEntity );
>     [javac] 	                      ^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 82. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 533)
>     [javac] 	persistentClass = new UnionSubclass( superEntity );
>     [javac] 	                      ^^^^^^^^^^^^^
>     [javac] UnionSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 83. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 536)
>     [javac] 	throw new AssertionFailure( "Unknown inheritance type: " + inheritanceState.type );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 84. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 609)
>     [javac] 	final JoinedSubclass jsc = (JoinedSubclass) persistentClass;
>     [javac] 	      ^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 85. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 609)
>     [javac] 	final JoinedSubclass jsc = (JoinedSubclass) persistentClass;
>     [javac] 	                            ^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 86. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 611)
>     [javac] 	persistentClass.getRootClass().setEntityPersisterClass( JoinedSubclassEntityPersister.class );
>     [javac] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] JoinedSubclassEntityPersister cannot be resolved to a type
>     [javac] ----------
>     [javac] 87. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 613)
>     [javac] 	SimpleValue key = new DependantValue( jsc.getTable(), jsc.getIdentifier() );
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 88. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 613)
>     [javac] 	SimpleValue key = new DependantValue( jsc.getTable(), jsc.getIdentifier() );
>     [javac] 	                      ^^^^^^^^^^^^^^
>     [javac] DependantValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 89. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 626)
>     [javac] 	SecondPass sp = new JoinedSubclassFkSecondPass( jsc, inheritanceJoinedColumns, key, mappings );
>     [javac] 	^^^^^^^^^^
>     [javac] SecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 90. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 628)
>     [javac] 	mappings.addSecondPass( new CreateKeySecondPass( jsc ) );
>     [javac] 	         ^^^^^^^^^^^^^
>     [javac] The method addSecondPass(CreateKeySecondPass) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 91. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 634)
>     [javac] 	persistentClass.getRootClass().setEntityPersisterClass( SingleTableEntityPersister.class );
>     [javac] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SingleTableEntityPersister cannot be resolved to a type
>     [javac] ----------
>     [javac] 92. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 641)
>     [javac] 	(RootClass) persistentClass,
>     [javac] 	 ^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 93. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 643)
>     [javac] 	entityBinder.getSecondaryTables(),
>     [javac] 	             ^^^^^^^^^^^^^^^^^^
>     [javac] The method getSecondaryTables() from the type EntityBinder refers to the missing type Join
>     [javac] ----------
>     [javac] 94. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 653)
>     [javac] 	persistentClass.getRootClass().setEntityPersisterClass( UnionSubclassEntityPersister.class );
>     [javac] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] UnionSubclassEntityPersister cannot be resolved to a type
>     [javac] ----------
>     [javac] 95. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 664)
>     [javac] 	HashMap<String, IdGenerator> classGenerators = buildLocalGenerators( annotatedClass, mappings );
>     [javac] 	                                               ^^^^^^^^^^^^^^^^^^^^
>     [javac] The method buildLocalGenerators(XAnnotatedElement, Mappings) from the type AnnotationBinder refers to the missing type Mappings
>     [javac] ----------
>     [javac] 96. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 672)
>     [javac] 	throw new AnnotationException( "No identifier specified for entity: " + propertyHold
>     [javac] er.getEntityName() );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 97. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 724)
>     [javac] 	Component mapper = fillComponent(
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 98. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 724)
>     [javac] 	Component mapper = fillComponent(
>     [javac] 	                   ^^^^^^^^^^^^^
>     [javac] The method fillComponent(PropertyHolder, PropertyData, boolean, String, boolean, EntityBinder, boole
>     [javac] an, boolean, boolean, ExtendedMappings) from the type AnnotationBinder refers to the missing type Component
>     [javac] ----------
>     [javac] 99. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-ann
>     [javac] otations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 735)
>     [javac] 	Property property = new Property();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 100. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 735)
>     [javac] 	Property property = new Property();
>     [javac] 	                        ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 101. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 866)
>     [javac] 	catch ( AnnotationException e ) {
>     [javac] 	        ^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 102. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 942)
>     [javac] 	Map<String, org.hibernate.type.Type> params = new HashMap<String, org.hibernate.type.Type>();
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.type.Type cannot be resolved to a type
>     [javac] ----------
>     [javac] 103. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 970)
>     [javac] 	mappings.addTypeDef( defAnn.name(), defAnn.typeClass().getName(), params );
>     [javac] 	         ^^^^^^^^^^
>     [javac] The method addTypeDef(String, String, Properties) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 104. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 974)
>     [javac] 	RootClass rootClass,
>     [javac] 	^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 105. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 1033)
>     [javac] 	"Property " + StringHelper.qualify( propertyHolder.getEntityName(), p.getName() ) +
>     [javac] 	              ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 106. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 1070)
>     [javac] 	throw new AnnotationException( "@ManyToAny used on a non collection non array property: " + p.getName() );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 107. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 1125)
>     [javac] 	throws MappingException {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 108. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 1747)
>     [javac] 	annJoins, entityBinder.getSecondaryTables(), propertyHolder, inferredData.getPropertyName(), mappedBy,
>     [javac] 	                       ^^^^^^^^^^^^^^^^^^
>     [javac] The method getSecondaryTables() from the type EntityBinder refers to the missing type Join
>     [javac] ----------
>     [javac] 109. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 1768)
>     [javac] 	Component comp = fillComponent(
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 110. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 1785)
>     [javac] 	public static Component fillComponent(
>     [javac] 	              ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 111. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 1858)
>     [javac] 	PersistentClass persistentClass = propertyHolder.getPersistentClass();
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 112. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 1916)
>     [javac] 	private static void setupComponentTuplizer(XProperty property, Component component) {
>     [javac] 	                                                               ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 113. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 1939)
>     [javac] 	org.hibernate.mapping.ManyToOne value = new org.hibernate.mapping.ManyToOne( columns[0].getTable() );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 114. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 2002)
>     [javac] 	protected static void defineFetchingStrategy(ToOne toOne, XProperty property) {
>     [javac] 	                                             ^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 115. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 2052)
>     [javac] 	FetchMode fetchMode,
>     [javac] 	^^^^^^^^^
>     [javac] FetchMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 116. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 2125)
>     [javac] 	throw new AssertionFailure( "Missing @Any annotation: "
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 117. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 2159)
>     [javac] 	return MultipleHiLoPerTableGenerator.class.getName();
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] MultipleHiLoPerTableGenerator cannot be resolved to a type
>     [javac] ----------
>     [javac] 118. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java
>     [javac]  (at line 2251)
>     [javac] 	public static FetchMode getFetchMode(FetchType fetch) {
>     [javac] 	              ^^^^^^^^^
>     [javac] FetchMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 119. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationBinder.java (at line 2260)
>     [javac] 	private static HashMap<String, IdGenerator> buildLocalGenerators(XAnnotatedElement 
>     [javac] annElt, Mappings mappings) {
>     [javac] 	                                                                                           ^^^^^^^^
>     [javac] Mappings cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 120. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 32)
>     [javac] 	import org.hibernate.HibernateException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.HibernateException cannot be resolved
>     [javac] ----------
>     [javac] 121. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 33)
>     [javac] 	import org.hibernate.Interceptor;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.Interceptor cannot be resolved
>     [javac] ----------
>     [javac] 122. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 34)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 123. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 35)
>     [javac] 	import org.hibernate.SessionFactory;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.SessionFactory cannot be resolved
>     [javac] ----------
>     [javac] 124. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 41)
>     [javac] 	import org.hibernate.event.EventListeners;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.event cannot be resolved
>     [javac] ----------
>     [javac] 125. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 42)
>     [javac] 	import org.hibernate.event.PreInsertEventListener;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.event cannot be resolved
>     [javac] ----------
>     [javac] 126. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 43)
>     [javac] 	import org.hibernate.event.PreUpdateEventListener;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.event cannot be resolved
>     [javac] ----------
>     [javac] 127. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 44)
>     [javac] 	import org.hibernate.mapping.Column;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Column cannot be resolved
>     [javac] ----------
>     [javac] 128. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 45)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 129. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 46)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 130. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 47)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 131. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 48)
>     [javac] 	import org.hibernate.mapping.UniqueKey;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.UniqueKey cannot be resolved
>     [javac] ----------
>     [javac] 132. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 49)
>     [javac] 	import org.hibernate.util.JoinedIterator;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 133. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 50)
>     [javac] 	import org.hibernate.util.ReflectHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 134. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 51)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 135. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 64)
>     [javac] 	public class AnnotationConfiguration extends Configuration {
>     [javac] 	                                             ^^^^^^^^^^^^^
>     [javac] Configuration cannot be resolved to a type
>     [javac] ----------
>     [javac] 136. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 85)
>     [javac] 	private Map<String, Map<String, Join>> joins;
>     [javac] 	                                ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 137. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 92)
>     [javac] 	private Map<Table, List<String[]>> tableUniqueConstraints;
>     [javac] 	            ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 138. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 111)
>     [javac] 	public AnnotationConfiguration(SettingsFactory sf) {
>     [javac] 	                               ^^^^^^^^^^^^^^^
>     [javac] SettingsFactory cannot be resolved to a type
>     [javac] ----------
>     [javac] 139. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 156)
>     [javac] 	public AnnotationConfiguration addAnnotatedClass(Class persistentClass) throws MappingException {
>     [javac] 	                                                                               ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 140. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 162)
>     [javac] 	catch (MappingException me) {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 141. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 174)
>     [javac] 	public AnnotationConfiguration addPackage(String packageName) throws MappingExceptio
>     [javac] n {
>     [javac] 	                                                                     ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 142. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 180)
>     [javac] 	catch (MappingException me) {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 143. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 188)
>     [javac] 	classes,
>     [javac] 	^^^^^^^
>     [javac] classes cannot be resolved
>     [javac] ----------
>     [javac] 144. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 189)
>     [javac] 	collections,
>     [javac] 	^^^^^^^^^^^
>     [javac] collections cannot be resolved
>     [javac] ----------
>     [javac] 145. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 190)
>     [javac] 	tables,
>     [javac] 	^^^^^^
>     [javac] tables cannot be resolved
>     [javac] ----------
>     [javac] 146. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 191)
>     [javac] 	namedQueries,
>     [javac] 	^^^^^^^^^^^^
>     [javac] namedQueries cannot be resolved
>     [javac] ----------
>     [javac] 147. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 192)
>     [javac] 	namedSqlQueries,
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] namedSqlQueries cannot be resolved
>     [javac] ----------
>     [javac] 148. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 193)
>     [javac] 	sqlResultSetMappings,
>     [javac] 	^^^^^^^^^^^^^^^^^^^^
>     [javac] sqlResultSetMappings cannot be resolved
>     [javac] ----------
>     [javac] 149. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 198)
>     [javac] 	imports,
>     [javac] 	^^^^^^^
>     [javac] imports cannot be resolved
>     [javac] ----------
>     [javac] 150. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 199)
>     [javac] 	secondPasses,
>     [javac] 	^^^^^^^^^^^^
>     [javac] secondPasses cannot be resolved
>     [javac] ----------
>     [javac] 151. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 200)
>     [javac] 	propertyReferences,
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] propertyReferences cannot be resolved
>     [javac] ----------
>     [javac] 152. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 201)
>     [javac] 	namingStrategy,
>     [javac] 	^^^^^^^^^^^^^^
>     [javac] namingStrategy cannot be resolved
>     [javac] ----------
>     [javac] 153. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 202)
>     [javac] 	typeDefs,
>     [javac] 	^^^^^^^^
>     [javac] typeDefs cannot be resolved
>     [javac] ----------
>     [javac] 154. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 203)
>     [javac] 	filterDefinitions,
>     [javac] 	^^^^^^^^^^^^^^^^^
>     [javac] filterDefinitions cannot be resolved
>     [javac] ----------
>     [javac] 155. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 205)
>     [javac] 	joins,
>     [javac] 	^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 156. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 207)
>     [javac] 	extendsQueue,
>     [javac] 	^^^^^^^^^^^^
>     [javac] extendsQueue cannot be resolved
>     [javac] ----------
>     [javac] 157. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 208)
>     [javac] 	tableNameBinding, columnNameBindingPerTable, auxiliaryDatabaseObjects,
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] tableNameBinding cannot be resolved
>     [javac] ----------
>     [javac] 158. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 208)
>     [javac] 	tableNameBinding, columnNameBindingPerTable, auxiliaryDatabaseObjects,
>     [javac] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] columnNameBindingPerTable cannot be resolved
>     [javac] ----------
>     [javac] 159. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 208)
>     [javac] 	tableNameBinding, columnNameBindingPerTable, auxiliaryDatabaseObjects,
>     [javac] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] auxiliaryDatabaseObjects cannot be resolved
>     [javac] ----------
>     [javac] 160. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 210)
>     [javac] 	tableUniqueConstraints,
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 161. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 219)
>     [javac] 	public void setCacheConcurrencyStrategy(
>     [javac] 			String clazz, String concurrencyStrategy, String region, boolean cacheLazyProperty
>     [javac] 	) throws MappingException {
>     [javac] 	            ^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method setCacheConcurrencyStrategy(String, String, String, boolean) of type AnnotationConfigurat
>     [javac] ion must override a superclass method
>     [javac] ----------
>     [javac] 162. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 221)
>     [javac] 	) throws MappingException {
>     [javac] 	         ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 163. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 226)
>     [javac] 	public void setCollectionCacheConcurrencyStrategy(String collectionRole, String conc
>     [javac] urrencyStrategy, String region)
>     [javac] 			throws MappingException {
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method setCollectionCacheConcurrencyStrategy(String, String, String) of type AnnotationConfiguration must override a superclass method
>     [javac] ----------
>     [javac] 164. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 227)
>     [javac] 	throws MappingException {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 165. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 232)
>     [javac] 	protected void reset() {
>     [javac] 	               ^^^^^^^
>     [javac] The method reset() of type AnnotationConfiguration must override a superclass method
>     [javac] ----------
>     [javac] 166. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 233)
>     [javac] 	super.reset();
>     [javac] 	^^^^^
>     [javac] Configuration cannot be resolved to a type
>     [javac] ----------
>     [javac] 167. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 235)
>     [javac] 	joins = new HashMap<String, Map<String, Join>>();
>     [javac] 	^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 168. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 235)
>     [javac] 	joins = new HashMap<String, Map<String, Join>>();
>     [javac] 	                                        ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 169. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 242)
>     [javac] 	tableUniqueConstraints = new HashMap<Table, List<String[]>>();
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 170. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 242)
>     [javac] 	tableUniqueConstraints = new HashMap<Table, List<String[]>>();
>     [javac] 	                                     ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 171. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 250)
>     [javac] 	namingStrategy = EJB3NamingStrategy.INSTANCE;
>     [javac] 	^^^^^^^^^^^^^^
>     [javac] namingStrategy cannot be resolved
>     [javac] ----------
>     [javac] 172. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 250)
>     [javac] 	namingStrategy = EJB3NamingStrategy.INSTANCE;
>     [javac] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NamingStrategy cannot be resolved to a type
>     [javac] ----------
>     [javac] 173. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 251)
>     [javac] 	setEntityResolver( new EJB3DTDEntityResolver() );
>     [javac] 	^^^^^^^^^^^^^^^^^
>     [javac] The method setEntityResolver(EJB3DTDEntityResolver) is undefined for the type AnnotationConfiguration
>     [javac] ----------
>     [javac] 174. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 257)
>     [javac] 	protected void secondPassCompile() throws MappingException {
>     [javac] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method secondPassCompile() of type AnnotationConfiguration must override a superclass method
>     [javac] ----------
>     [javac] 175. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 257)
>     [javac] 	protected void secondPassCompile() throws MappingException {
>     [javac] 	                                          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 176. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 282)
>     [javac] 	if ( precedence == null ) precedence = getProperties().getProperty( ARTEFACT );
>     [javac] 	                                       ^^^^^^^^^^^^^
>     [javac] The method getProperties() is undefined for the type AnnotationConfiguration
>     [javac] ----------
>     [javac] 177. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 286)
>     [javac] 	throw new MappingException( ARTEFACT + " cannot be empty: " + precedence );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 178. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 298)
>     [javac] 	super.setCacheConcurrencyStrategy(
>     [javac] 	^^^^^
>     [javac] Configuration cannot be resolved to a type
>     [javac] ----------
>     [javac] 179. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 303)
>     [javac] 	super.setCollectionCacheConcurrencyStrategy( cacheHolder.role, cacheHolder.usage, cacheHolder.region );
>     [javac] 	^^^^^
>     [javac] Configuration cannot be resolved to a type
>     [javac] ----------
>     [javac] 180. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 310)
>     [javac] 	Iterator iter = secondPasses.iterator();
>     [javac] 	                ^^^^^^^^^^^^
>     [javac] secondPasses cannot be resolved
>     [javac] ----------
>     [javac] 181. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 415)
>     [javac] 	PersistentClass classMapping = getClassMapping( referenceEntityName );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 182. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 454)
>     [javac] 	final SecondPass pass = (SecondPass) it.next();
>     [javac] 	      ^^^^^^^^^^
>     [javac] SecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 183. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 476)
>     [javac] 	Iterator iter = secondPasses.iterator();
>     [javac] 	                ^^^^^^^^^^^^
>     [javac] secondPasses cannot be resolved
>     [javac] ----------
>     [javac] 184. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 514)
>     [javac] 	String dependentTable = sp.getValue().getTable().getQuotedName();
>     [javac] 	                           ^^^^^^^^
>     [javac] The method getValue() from the type FkSecondPass refers to the missing type Value
>     [javac] ----------
>     [javac] 185. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 531)
>     [javac] 	super.add( document );
>     [javac] 	^^^^^
>     [javac] Configuration cannot be resolved to a type
>     [javac] ----------
>     [javac] 186. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 575)
>     [javac] 	private void buildUniqueKeyFromColumnNames(String[] columnNames, Table table, String keyName) {
>     [javac] 	                                                                 ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 187. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 621)
>     [javac] 	protected void parseMappingElement(Element subelement, String name) {
>     [javac] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method parseMappingElement(Element, String) of type AnnotationConfiguration must override a superclass method
>     [javac] ----------
>     [javac] 188. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 670)
>     [javac] 	protected void add(org.dom4j.Document doc) throws MappingException {
>     [javac] 	                                                  ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 189. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 716)
>     [javac] 	Iterator classIterator = new JoinedIterator( classes );
>     [javac] 	                             ^^^^^^^^^^^^^^
>     [javac] JoinedIterator cannot be resolved to a type
>     [javac] ----------
>     [javac] 190. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 757)
>     [javac] 	public AnnotationConfiguration addInputStream(InputStream xmlInputStream) throws MappingException {
>     [javac] 	                                                                                 ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 191. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 795)
>     [javac] 	public SessionFactory buildSessionFactory() throws HibernateException {
>     [javac] 	                                                   ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 192. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 878)
>     [javac] 	searchStartupClass = ReflectHelper.classForName(SEARCH_STARTUP_CLASS, AnnotationConfiguration.class);	
>     [javac] 	                     ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 193. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 908)
>     [javac] 	public AnnotationConfiguration addFile(String xmlFile) throws MappingException {
>     [javac] 	                                                              ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 194. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 914)
>     [javac] 	public AnnotationConfiguration addFile(File xmlFile) throws MappingException {
>     [javac] 	                                                            ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 195. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 920)
>     [javac] 	public AnnotationConfiguration addCacheableFile(File xmlFile) throws MappingException {
>     [javac] 	                                                                     ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 196. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 926)
>     [javac] 	public AnnotationConfiguration addCacheableFile(String xmlFile) throws MappingException {
>     [javac] 	                                                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 197. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 932)
>     [javac] 	public AnnotationConfiguration addXML(String xml) throws MappingException {
>     [javac] 	                                                         ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 198. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 938)
>     [javac] 	public AnnotationConfiguration addURL(URL url) throws MappingException {
>     [javac] 	                                                      ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 199. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 944)
>     [javac] 	public AnnotationConfiguration addResource(String resourceName, ClassLoader classLoader) throws MappingException {
>     [javac] 	                                                                                                ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 200. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 950)
>     [javac] 	public AnnotationConfiguration addDocument(org.w3c.dom.Document doc) throws MappingException {
>     [javac] 	                                                                            ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 201. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 956)
>     [javac] 	public AnnotationConfiguration addResource(String resourceName) throws MappingException {
>     [javac] 	                                                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 202. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 962)
>     [javac] 	public AnnotationConfiguration addClass(Class persistentClass) throws MappingException {
>     [javac] 	                                                                      ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 
>     [javac] 203. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 968)
>     [javac] 	public AnnotationConfiguration addJar(File jar) throws MappingException {
>     [javac] 	                                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 204. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 974)
>     [javac] 	public AnnotationConfiguration addDirectory(File dir) throws MappingException {
>     [javac] 	                                                             ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 205. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 980)
>     [javac] 	public AnnotationConfiguration setInterceptor(Interceptor interceptor) {
>     [javac] 	                                              ^^^^^^^^^^^
>     [javac] Interceptor cannot be resolved to a type
>     [javac] ----------
>     [javac] 206. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 986)
>     [javac] 	public AnnotationConfiguration setProperties(Properties properties) {
>     [javac] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method setProperties(Properties) of type AnnotationConfiguration must override a superclass method
>     [javac] ----------
>     [javac] 207. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 992)
>     [javac] 	public AnnotationConfiguration addProperties(Properties extraProperties) {
>     [javac] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method addProperties(Properties) of type AnnotationConfiguration must override a superclass method
>     [javac] ----------
>     [javac] 208. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 998)
>     [javac] 	public AnnotationConfiguration mergeProperties(Properties properties) {
>     [javac] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method mergeProperties(Properties) of type AnnotationConfiguration must override a superclass method
>     [javac] ----------
>     [javac] 209. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 1004)
>     [javac] 	public AnnotationConfiguration setProperty(String propertyName, String value) {
>     [javac] 	  
>     [javac]                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method setProperty(String, String) of type AnnotationConfiguration must override a superclass method
>     [javac] ----------
>     [javac] 210. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 1010)
>     [javac] 	public AnnotationConfiguration configure() throws HibernateException {
>     [javac] 	                                                  ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 211. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 1016)
>     [javac] 	public AnnotationConfiguration configure(String resource) throws HibernateException {
>     [javac] 	                                                                 ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 212. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 1022)
>     [javac] 	public AnnotationConfiguration configure(URL url) throws HibernateException {
>     [javac] 	                                                         ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 213. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 1028)
>     [javac] 	public AnnotationConfiguration configure(File configFile) throws HibernateException {
>     [javac] 	                                                                 ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 214. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 1034)
>     [javac] 	protected AnnotationConfiguration doConfigure(InputStream stream, String resourceName) throws HibernateException {
>     [javac] 	                                                                                              ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 215. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 1040)
>     [javac] 	public AnnotationConfiguration configure(org.w3c.dom.Document document) throws HibernateException {
>     [javac] 	                                                                               ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 216. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 1046)
>     [javac] 	protected AnnotationConfiguration doConfigure(Document doc) throws HibernateException {
>     [javac] 	                                                                   ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 217. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 1052)
>     [javac] 	public AnnotationConfiguration setCacheConcurrencyStrategy(String clazz, String concurrencyStrategy) throws MappingException {
>     [javac] 	                                                       
>     [javac]                                                      ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 218. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java (at line 1058)
>     [javac] 	public AnnotationConfiguration setCollectionCacheConcurrencyStrategy(String collect
>     [javac] ionRole, String concurrencyStrategy) throws MappingException {
>     [javac] 	                                                                                                                               ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 219. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/AnnotationConfiguration.java
>     [javac]  (at line 1064)
>     [javac] 	public AnnotationConfiguration setNamingStrategy(NamingStrategy namingStrategy) {
>     [javac] 	                                                 ^^^^^^^^^^^^^^
>     [javac] NamingStrategy cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 220. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 16)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 221. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 17)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 222. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 27)
>     [javac] 	import org.hibernate.id.MultipleHiLoPerTableGenerator;
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.id cannot be resolved
>     [javac] ----------
>     [javac] 223. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 28)
>     [javac] 	import org.hibernate.id.PersistentIdentifierGenerator;
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.id cannot be resolved
>     [javac] ----------
>     [javac] 224. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 29)
>     [javac] 	import org.hibernate.mapping.Any;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Any cannot be resolved
>     [javac] ----------
>     [javac] 225. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 30)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 226. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 31)
>     [javac] 	import org.hibernate.mapping.Column;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Column cannot be resolved
>     [javac] ----------
>     [javac] 227. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 32)
>     [javac] 	import org.hibernate.mapping.Component;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Component cannot be resolved
>     [javac] ----------
>     [javac] 228. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 34)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 229. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 35)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 230. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 36)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 231. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 37)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 232. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 38)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 233. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 39)
>     [javac] 	import org.hibernate.mapping.ToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.ToOne cannot be resolved
>     [javac] ----------
>     [javac] 234. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 40)
>     [javac] 	import org.hibernate.mapping.Value;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Value cannot be resolved
>     [javac] ----------
>     [javac] 235. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 41)
>     [javac] 	import org.hibernate.type.TypeFactory;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.type.TypeFactory cannot be resolved
>     [javac] ----------
>     [javac] 236. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 42)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] 
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 237. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 75)
>     [javac] 	public static Property shallowCopy(Property property) {
>     [javac] 	              ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 238. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 75)
>     [javac] 	public static Property shallowCopy(Property property) {
>     [javac] 	                                   ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 239. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 76)
>     [javac] 	Property clone = new Property();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 240. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 76)
>     [javac] 	Property clone = new Property();
>     [javac] 	                     ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 241. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 95)
>     [javac] 	PersistentClass ownerEntity,
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 242. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 96)
>     [javac] 	PersistentClass associatedEntity,
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 243. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 97)
>     [javac] 	Value value,
>     [javac] 	^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 244. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 101)
>     [javac] 	if ( columns[0].isImplicit() || StringHelper.isNotEmpty( columns[0].getMappedBy() ) ) return;
>     [javac] 	                                ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 245. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 103)
>     [javac] 	PersistentClass associatedClass = columns[0].getPropertyHolder() != null ?
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 246. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 104)
>     [javac] 	columns[0].getPropertyHolder().getPersistentClass() :
>     [javac] 	                               ^^^^^^^^^^^^^^^^^^
>     [javac] The method getPersistentClass() from the type PropertyHolder refers to the missing type PersistentClass
>     [javac] ----------
>     [javac] 247. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 120)
>     [javac] 	List<Property> properties = findPropertiesByColumns( columnOwner, columns, mappings );
>     [javac] 	     ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 248. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 120)
>     [javac] 	List<Property> properties = findPropertiesByColumns( columnOwner, columns, mappings );
>     [javac] 	                            ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method findPropertiesByColumns(Object, Ejb3JoinColumn[], ExtendedMappings) from the type BinderHelper refers to the missing type Property
>     [javac] ----------
>     [javac] 249. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 122)
>     [javac] 	Property synthProp = null;
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 250. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 125)
>     [javac] 	Component embeddedComp = columnOwner instanceof PersistentClass ?
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 251. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 125)
>     [javac] 	Component embeddedComp = columnOwner instanceof PersistentClass ?
>     [javac] 	                                                ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 252. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 126)
>     [javac] 	new Component( (PersistentClass) columnOwner ) :
>     [javac] 	    ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 253. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 126)
>     [javac] 	new Component( (PersistentClass) columnOwner ) :
>     [javac] 	                ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 254. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 127)
>     [javac] 	new Component( (Join) columnOwner );
>     [javac] 	    ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 255. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 127)
>     [javac] 	new Component( (Join) columnOwner );
>     [javac] 	                ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 256. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 131)
>     [javac] 	for (Property property : properties) {
>     [javac] 	     ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 257. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 132)
>     [javac] 	Property clone = BinderHelper.shallowCopy( property );
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 258. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 138)
>     [javac] 	synthProp = new Property();
>     [javac] 	                ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 259. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 180)
>     [javac] 	throw new AnnotationException( columnsList.toString() );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 260. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 186)
>     [javac] 	if ( value instanceof ToOne ) {
>     [javac] 	                      ^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 261. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 187)
>     [javac] 	( (ToOne) value ).setReferencedPropertyName( syntheticPropertyName );
>     [javac] 	   ^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 262. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 190)
>     [javac] 	else if ( value instanceof Collection ) {
>     [javac] 	                           ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 263. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 191)
>     [javac] 	( (Collection) value ).setReferencedPropertyName( syntheticPropertyName );
>     [javac] 	   ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 264. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 196)
>     [javac] 	throw new AssertionFailure(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 265. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 210)
>     [javac] 	private static List<Property> findPropertiesByColumns(
>     [javac] 	                    ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 266. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 214)
>     [javac] 	Map<Column, Set<Property>> columnsToProperty = new HashMap<Column, Set<Property>>();
>     [javac] 	    ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 267. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 214)
>     [javac] 	Map<Column, Set<Property>> columnsToProperty = new HashMap<Column, Set<Property>>();
>     [javac] 	                ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 268. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 214)
>     [javac] 	Map<Column, Set<Property>> columnsToProperty = new HashMap<Column, Set<Property>>();
>     [javac] 	                                                           ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 269. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 214)
>     [javac] 	Map<Column, Set<Property>> columnsToProperty = new HashMap<Column, Set<Property>>();
>     [javac] 	                                                                       ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 270. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 215)
>     [javac] 	List<Column> orderedColumns = new ArrayList<Column>( columns.length );
>     [javac] 	     ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 271. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 215)
>     [javac] 	List<Column> orderedColumns = new ArrayList<Column>( columns.length );
>     [javac] 	                                            ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 272. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 216)
>     [javac] 	Table referencedTable = null;
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 273. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 217)
>     [javac] 	if ( columnOwner instanceof PersistentClass ) {
>     [javac] 	                            ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 274. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 218)
>     [javac] 	referencedTable = ( (PersistentClass) columnOwner ).getTable();
>     [javac] 	                     ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 275. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 220)
>     [javac] 	else if ( columnOwner instanceof Join ) {
>     [javac] 	                                 ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 276. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 221)
>     [javac] 	referencedTable = ( (Join) columnOwner ).getTable();
>     [javac] 	                     ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 277. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 224)
>     [javac] 	throw new AssertionFailure(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 278. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 232)
>     [javac] 	Column column = new Column(
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 279. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 232)
>     [javac] 	Column column = new Column(
>     [javac] 	                    ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 280. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 236)
>     [javac] 	columnsToProperty.put( column, new HashSet<Property>() );
>     [javac] 	                                           ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 281. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 238)
>     [javac] 	boolean isPersistentClass = columnOwner instanceof PersistentClass;
>     [javac] 	                                                   ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 282. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 240)
>     [javac] 	( (PersistentClass) columnOwner ).getPropertyIterator() :
>     [javac] 	   ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 283. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 241)
>     [javac] 	( (Join) columnOwner ).getPropertyIterator();
>     [javac] 	   ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 284. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 243)
>     [javac] 	matchColumnsByProperty( (Property) it.next(), columnsToProperty );
>     [javac] 	                         ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 285. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 246)
>     [javac] 	matchColumnsByProperty( ( (PersistentClass) columnOwner ).getIdentifierProperty(), columnsToProperty );
>     [javac] 	                           ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 286. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 252)
>     [javac] 	List<Property> orderedProperties = new ArrayList<Property>();
>     [javac] 	     ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 287. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 252)
>     [javac] 	List<Property> orderedProperties = new ArrayList<Property>();
>     [javac] 	                                                 ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 288. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 253)
>     [javac] 	for (Column column : orderedColumns) {
>     [javac] 	     ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 289. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 255)
>     [javac] 	for (Property property : columnsToProperty.get( column )) {
>     [javac] 	     ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 290. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 267)
>     [javac] 	private static void matchColumnsByProperty(Property property, Map<Column, Set<Property>> columnsToProperty) {
>     [javac] 	                                           ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 291. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 267)
>     [javac] 	private static void matchColumnsByProperty(Property property, Map<Column, Set<Property>> columnsToProperty) {
>     [javac] 	                                                                  ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 292. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 267)
>     [javac] 	private static void matchColumnsByProperty(Property property, Map<Column, Set<Property>> columnsToProperty) {
>     [javac] 	                                                                              ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 293. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 296)
>     [javac] 	public static Property findPropertyByName(PersistentClass associatedClass, String propertyName) {
>     [javac] 	              ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 294. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 296)
>     [javac] 	public static Property findPropertyByName(PersistentClass associatedClass, String propertyName) {
>     [javac] 	                                          ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 295. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 297)
>     [javac] 	Property property = null;
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 296. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 298)
>     [javac] 	Property idProperty = associatedClass.getIdentifierProperty();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 297. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 320)
>     [javac] 	property = ( (Component) property.getValue() ).getProperty( element );
>     [javac] 	              ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 298. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 325)
>     [javac] 	catch (MappingException e) {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 299. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 337)
>     [javac] 	property = ( (Component) property.getValue() ).getProperty( element );
>     [javac] 	              ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 300. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 341)
>     [javac] 	catch (MappingException ee) {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 301. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 351)
>     [javac] 	String entityName = propertyHolder.getPersistentClass().getEntityName();
>     [javac] 	                                   ^^^^^^^^^^^^^^^^^^
>     [javac] The method getPersistentClass() from the type PropertyHolder refers to the missing type PersistentClass
>     [javac] ----------
>     [javac] 302. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 356)
>     [javac] 	return StringHelper.qualify( path.substring( entityName.length() + 1 ), propertyName );
>     [javac] 	       ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 303. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 365)
>     [javac] 	PersistentClass persistentClass, String columnName, ExtendedMappings mappings
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 304. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 367)
>     [javac] 	if ( StringHelper.isEmpty( columnName ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 305. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 370)
>     [javac] 	PersistentClass current = persistentClass;
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 306. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 375)
>     [javac] 	Table currentTable = current.getTable();
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 307. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 380)
>     [javac] 	catch (MappingException me) {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 308. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 386)
>     [javac] 	currentTable = ( (Join) result ).getTable();
>     [javac] 	                  ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 309. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 391)
>     [javac] 	catch (MappingException me) {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 310. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 405)
>     [javac] 	SimpleValue id, String generatorType, String generatorName, ExtendedMappings mappings,
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 311. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 408)
>     [javac] 	Table table = id.getTable();
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 312. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 415)
>     [javac] 	PersistentIdentifierGenerator.TABLE, table.getName()
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PersistentIdentifierGenerator cannot be resolved
>     [javac] ----------
>     [javac] 313. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 420)
>     [javac] 	PersistentIdentifierGenerator.PK,
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PersistentIdentifierGenerator cannot be resolved
>     [javac] ----------
>     [javac] 314. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 421)
>     [javac] 	( (org.hibernate.mapping.Column) id.getColumnIterator().next() ).getName()
>     [javac] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 315. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 428)
>     [javac] 	throw new AnnotationException( "Unknown Id.generator: " + generatorName );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 316. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 436)
>     [javac] 	|| identifierGeneratorStrategy.equals( MultipleHiLoPerTableGenerator.class.getName() );
>     [javac] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] MultipleHiLoPerTableGenerator cannot be resolved to a type
>     [javac] ----------
>     [javac] 317. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 456)
>     [javac] 	public static Any buildAnyValue(String anyMetaDefName, Ejb3JoinColumn[] columns, javax.persistence.Column metaColumn, PropertyData inferredData,
>     [javac] 	              ^^^
>     [javac] Any cannot be resolved to a type
>     [javac] ----------
>     [javac] 318. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java (at line 460)
>     [javac] 	Any value = new Any( columns[0].getTable() );
>     [javac] 	^^^
>     [javac] Any cannot be resolved to a type
>     [javac] ----------
>     [javac] 319. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/BinderHelper.java
>     [javac]  (at line 547)
>     [javac] 	throw new AnnotationException( "@AnyMetaDef.name cannot be null on an entity or a package: " + name );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] ----------
>     [javac] 320. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 10)
>     [javac] 	import org.hibernate.mapping.Component;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Component cannot be resolved
>     [javac] ----------
>     [javac] 321. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 11)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 322. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.mapping.KeyValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.KeyValue cannot be resolved
>     [javac] ----------
>     [javac] 323. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 13)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 324. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 325. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 15)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 326. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 20)
>     [javac] 	public class ClassPropertyHolder extends AbstractPropertyHolder {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^
>     [javac] The type ClassPropertyHolder must implement the inherited abstract method PropertyHolder.addProperty(Property, Ejb3Column[])
>     [javac] ----------
>     [javac] 327. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 20)
>     [javac] 	public class ClassPropertyHolder extends AbstractPropertyHolder {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^
>     [javac] The type ClassPropertyHolder must implement the inherited abstract method PropertyHolder.addProperty(Property)
>     [javac] ----------
>     [javac] 328. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 21)
>     [javac] 	private PersistentClass persistentClass;
>     [javac] 	        ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 329. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 22)
>     [javac] 	private Map<String, Join> joins;
>     [javac] 	                    ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 330. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 23)
>     [javac] 	private transient Map<String, Join> joinsPerRealTableName;
>     [javac] 	                              ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 331. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 27)
>     [javac] 	PersistentClass persistentClass, XClass clazzToProcess, Map<String, Join> joins, ExtendedMappings mappings
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 332. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 27)
>     [javac] 	PersistentClass persistentClass, XClass clazzToProcess, Map<String, Join> joins, ExtendedMappings mappings
>     [javac] 	                                                                    ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 333. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 30)
>     [javac] 	this.persistentClass = persistentClass;
>     [javac] 	^^^^^^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 334. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 31)
>     [javac] 	this.joins = joins;
>     [javac] 	^^^^^^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 335. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 35)
>     [javac] 	PersistentClass persistentClass, XClass clazzToProcess, EntityBinder entityBinder,
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 336. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 38)
>     [javac] 	this( persistentClass, clazzToProcess, entityBinder.getSecondaryTables(), mappings );
>     [javac] 	                                                    ^^^^^^^^^^^^^^^^^^
>     [javac] The method getSecondaryTables() from the type EntityBinder refers to the missing type Join
>     [javac] ----------
>     [javac] 337. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 43)
>     [javac] 	return persistentClass.getEntityName();
>     [javac] 	       ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 338. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 46)
>     [javac] 	public void addProperty(Property prop, Ejb3Column[] columns) {
>     [javac] 	                        ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 339. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 50)
>     [javac] 	columns[0].getJoin().addProperty( prop );
>     [javac] 	           ^^^^^^^
>     [javac] The method getJoin() from the type Ejb3Column refers to the missing type Join
>     [javac] ----------
>     [javac] 340. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 57)
>     [javac] 	public Join addJoin(JoinTable joinTableAnn, boolean noDelayInPkColumnCreation) {
>     [javac] 	       ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 341. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 58)
>     [javac] 	Join join = entityBinder.addJoin( joinTableAnn, this, noDelayInPkColumnCreation );
>     [javac] 	^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 342. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 58)
>     [javac] 	Join join = entityBinder.addJoin( joinTableAnn, this, noDelayInPkColumnCreation );
>     [javac] 	                         ^^^^^^^
>     [javac] The method addJoin(JoinTable, PropertyHolder, boolean) from the type EntityBinder refers to the missing type Join
>     [javac] ----------
>     [javac] 343. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 59)
>     [javac] 	this.joins = entityBinder.getSecondaryTables();
>     [javac] 	^^^^^^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 344. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 59)
>     [javac] 	this.joins = entityBinder.getSecondaryTables();
>     [javac] 	                          ^^^^^^^^^^^^^^^^^^
>     [javac] The method getSecondaryTables() from the type EntityBinder refers to the missing type Join
>     [javac] ----------
>     [javac] 345. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 63)
>     [javac] 	public void addProperty(Property prop) {
>     [javac] 	                        ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 346. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 64)
>     [javac] 	if ( prop.getValue() instanceof Component ) {
>     [javac] 	                                ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 347. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 67)
>     [javac] 	if ( getJoinsPerRealTableName().containsKey( tableName ) ) {
>     [javac] 	     ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method getJoinsPerRealTableName() from the type ClassPropertyHolder refers to the missing type Join
>     [javac] ----------
>     [javac] 348. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 68)
>     [javac] 	getJoinsPerRealTableName().get( tableName ).addProperty( prop );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method getJoinsPerRealTableName() from the type ClassPropertyHolder refers to the missing type Join
>     [javac] ----------
>     [javac] 349. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 71)
>     [javac] 	persistentClass.addProperty( prop );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 350. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 75)
>     [javac] 	persistentClass.addProperty( prop );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 351. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 83)
>     [javac] 	private Map<String, Join> getJoinsPerRealTableName() {
>     [javac] 	                    ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 352. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 84)
>     [javac] 	if ( joinsPerRealTableName == null ) {
>     [javac] 	     ^^^^^^^^^^^^^^^^^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 353. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 85)
>     [javac] 	joinsPerRealTableName = new HashMap<String, Join>( joins.size() );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 354. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 85)
>     [javac] 	joinsPerRealTableName = new HashMap<String, Join>( joins.size() );
>     [javac] 	                                            ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 355. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 85)
>     [javac] 	joinsPerRealTableName = new HashMap<String, Join>( joins.size() );
>     [javac] 	                                                   ^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 356. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 86)
>     [javac] 	for (Join join : joins.values()) {
>     [javac] 	     ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 357. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 86)
>     [javac] 	for (Join join : joins.values()) {
>     [javac] 	                 ^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 358. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 87)
>     [javac] 	joinsPerRealTableName.put( join.getTable().getName(), join );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 359. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 90)
>     [javac] 	return joinsPerRealTableName;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^
>     [javac] 
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 360. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 94)
>     [javac] 	return persistentClass.getClassName();
>     [javac] 	       ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 361. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 101)
>     [javac] 	public Table getTable() {
>     [javac] 	       ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 362. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 102)
>     [javac] 	return persistentClass.getTable();
>     [javac] 	       ^^^^^^^^^^^^^^^
>     [javac] 
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 363. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 113)
>     [javac] 	public PersistentClass getPersistentClass() {
>     [javac] 	       ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 364. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 114)
>     [javac] 	return persistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 365. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java (at line 117)
>     [javac] 	public KeyValue getIdentifier() {
>     [javac] 	       ^^^^^^^^
>     [javac] KeyValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 366. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ClassPropertyHolder.java
>     [javac]  (at line 118)
>     [javac] 	return persistentClass.getIdentifier();
>     [javac] 	       ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 367. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java (at line 6)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 368. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 9)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 369. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 10)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 370. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 11)
>     [javac] 	import org.hibernate.mapping.KeyValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.KeyValue cannot be resolved
>     [javac] ----------
>     [javac] 371. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 372. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 13)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 373. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 374. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 19)
>     [javac] 	public class CollectionPropertyHolder extends AbstractPropertyHolder {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The type CollectionPropertyHolder must implement the inherited abstract method PropertyHolder.addPro
>     [javac] perty(Property, Ejb3Column[])
>     [javac] ----------
>     [javac] 375. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 19)
>     [javac] 	public class CollectionPropertyHolder extends AbstractPropertyHolder {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The type CollectionPropertyHolder must implement the inherited abstract method PropertyHolder.addProperty(Property)
>     [javac] ----------
>     [javac] 376. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java (at line 20)
>     [javac] 	Collection collection;
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 377. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 23)
>     [javac] 	Collection collection, String path, XClass clazzToProcess, XProperty property,
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 378. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java (at line 27)
>     [javac] 	this.collection = collection;
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 379. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 32)
>     [javac] 	throw new AssertionFailure( "Collection property holder does not have a class name" );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 380. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java (at line 39)
>     [javac] 	public Table getTable() {
>     [javac] 	       ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 381. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 40)
>     [javac] 	return collection.getCollectionTable();
>     [javac] 	       ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 382. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java (at line 43)
>     [javac] 	public void addProperty(Property prop) {
>     [javac] 	                        ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 383. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 44)
>     [javac] 	throw new AssertionFailure( "Cannot add property to a collection" );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 384. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java (at line 47)
>     [javac] 	public KeyValue getIdentifier() {
>     [javac] 	       ^^^^^^^^
>     [javac] KeyValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 385. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 48)
>     [javac] 	throw new AssertionFailure( "Identifier collection not yet managed" );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 386. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 51)
>     [javac] 	public PersistentClass getPersistentClass() {
>     [javac] 	       ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 387. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java (at line 52)
>     [javac] 	return collection.getOwner();
>     [javac] 	       ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 388. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 64)
>     [javac] 	return collection.getOwner().getEntityName();
>     [javac] 	       ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 389. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java (at line 67)
>     [javac] 	public void addProperty(Property prop, Ejb3Column[] columns) {
>     [javac] 	                        ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 390. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 69)
>     [javac] 	throw new AssertionFailure( "addProperty to a join table of a collection: does it make sense?" );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 391. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 72)
>     [javac] 	public Join addJoin(JoinTable joinTableAnn, boolean noDelayInPkColumnCreation) {
>     [javac] 	       ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 392. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CollectionPropertyHolder.java
>     [javac]  (at line 73)
>     [javac] 	throw new AssertionFailure( "Add a <join> in a second pass" );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 393. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 9)
>     [javac] 	import org.hibernate.mapping.Component;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Component cannot be resolved
>     [javac] ----------
>     [javac] 394. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 10)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 395. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 11)
>     [javac] 	import org.hibernate.mapping.KeyValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.KeyValue cannot be resolved
>     [javac] ----------
>     [javac] 396. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 397. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 13)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 398. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 399. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 21)
>     [javac] 	public class ComponentPropertyHolder extends AbstractPropertyHolder {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The type ComponentPropertyHolder must implement the inherited abstract method PropertyHolder.addProp
>     [javac] erty(Property, Ejb3Column[])
>     [javac] ----------
>     [javac] 400. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 21)
>     [javac] 	public class ComponentPropertyHolder extends AbstractPropertyHolder {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The type ComponentPropertyHolder must implement the inherited abstract method PropertyHolder.addProperty(Property)
>     [javac] ----------
>     [javac] 401. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 24)
>     [javac] 	private Component component;
>     [javac] 	        ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 402. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 27)
>     [javac] 	return component.getComponentClassName();
>     [javac] 	       ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 403. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 30)
>     [javac] 	public void addProperty(Property prop, Ejb3Column[] columns) {
>     [javac] 	                        ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 404. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 37)
>     [javac] 	Table table = columns[0].getTable();
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 405. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 37)
>     [javac] 	Table table = columns[0].getTable();
>     [javac] 	                         ^^^^^^^^
>     [javac] The method getTable() from the type Ejb3Column refers to the missing type Table
>     [javac] ----------
>     [javac] 406. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 38)
>     [javac] 	if ( !table.equals( component.getTable() ) ) {
>     [javac] 	                    ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 407. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 39)
>     [javac] 	if ( component.getPropertySpan() == 0 ) {
>     [javac] 	     ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 408. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 40)
>     [javac] 	component.setTable( table );
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 409. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 43)
>     [javac] 	throw new AnnotationException(
>     [javac] 						"A component cannot hold properties split into 2 different tables: "
>     [javac] 								+ this.getPath()
>     [javac] 				);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 410. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 52)
>     [javac] 	public Join addJoin(JoinTable joinTableAnn, boolean noDelayInPkColumnCreation) {
>     [javac] 	       ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 411. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 53)
>     [javac] 	return parent.addJoin( joinTableAnn, noDelayInPkColumnCreation );
>     [javac] 	              ^^^^^^^
>     [javac] The method addJoin(JoinTable, boolean) from the type PropertyHolder refers to the missing type Join
>     [javac] ----------
>     [javac] 412. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 58)
>     [javac] 	Component component, String path, PropertyData inferredData, PropertyHolder parent,
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 413. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 61)
>     [javac] 	super( path, parent, inferredData.getPropertyClass(), mappings );
>     [javac] 	                                  ^^^^^^^^^^^^^^^^
>     [javac] The method getPropertyClass() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 414. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 63)
>     [javac] 	this.component = component;
>     [javac] 	^^^^^^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 415. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 67)
>     [javac] 	return component.getComponentClassName();
>     [javac] 	       ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 416. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 71)
>     [javac] 	return component.getOwner().getClassName();
>     [javac] 	       ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 417. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 74)
>     [javac] 	public Table getTable() {
>     [javac] 	       ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 418. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 75)
>     [javac] 	return component.getTable();
>     [javac] 	       ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 419. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 78)
>     [javac] 	public void addProperty(Property prop) {
>     [javac] 	                        ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 420. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 79)
>     [javac] 	component.addProperty( prop );
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 421. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 82)
>     [javac] 	public KeyValue getIdentifier() {
>     [javac] 	       ^^^^^^^^
>     [javac] KeyValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 422. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 83)
>     [javac] 	return component.getOwner().getIdentifier();
>     [javac] 	       ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 423. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 86)
>     [javac] 	public PersistentClass getPersistentClass() {
>     [javac] 	       ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 424. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 87)
>     [javac] 	return component.getOwner();
>     [javac] 	       ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 425. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java
>     [javac]  (at line 99)
>     [javac] 	component.setParentProperty( parentProperty );
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 426. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ComponentPropertyHolder.java (at line 119)
>     [javac] 	String className = component.getOwner().getClassName();
>     [javac] 	                   ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 427. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java
>     [javac]  (at line 6)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 428. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java
>     [javac]  (at line 7)
>     [javac] 	import org.hibernate.mapping.JoinedSubclass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.JoinedSubclass cannot be resolved
>     [javac] ----------
>     [javac] 429. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java
>     [javac]  (at line 8)
>     [javac] 	import org.hibernate.mapping.RootClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.RootClass cannot be resolved
>     [javac] ----------
>     [javac] 430. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java
>     [javac]  (at line 13)
>     [javac] 	public class CreateKeySecondPass implements SecondPass {
>     [javac] 	                                            ^^^^^^^^^^
>     [javac] SecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 431. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java (at line 14)
>     [javac] 	private RootClass rootClass;
>     [javac] 	        ^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 432. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java
>     [javac]  (at line 15)
>     [javac] 	private JoinedSubclass joinedSubClass;
>     [javac] 	        ^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 433. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java (at line 17)
>     [javac] 	public CreateKeySecondPass(RootClass rootClass) {
>     [javac] 	                           ^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 434. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java (at line 18)
>     [javac] 	this.rootClass = rootClass;
>     [javac] 	^^^^^^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 435. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java
>     [javac]  (at line 21)
>     [javac] 	public CreateKeySecondPass(JoinedSubclass joinedSubClass) {
>     [javac] 	                           ^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 436. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java (at line 22)
>     [javac] 	this.joinedSubClass = joinedSubClass;
>     [javac] 	^^^^^^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 437. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java
>     [javac]  (at line 25)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                         ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 438. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java
>     [javac]  (at line 25)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 439. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java (at line 26)
>     [javac] 	if ( rootClass != null ) {
>     [javac] 	     ^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 440. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java
>     [javac]  (at line 27)
>     [javac] 	rootClass.createPrimaryKey();
>     [javac] 	^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 441. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java (at line 29)
>     [javac] 	else if ( joinedSubClass != null ) {
>     [javac] 	          ^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 442. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java (at line 30)
>     [javac] 	joinedSubClass.createPrimaryKey();
>     [javac] 	^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 443. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/CreateKeySecondPass.java
>     [javac]  (at line 31)
>     [javac] 	joinedSubClass.createForeignKey();
>     [javac] 	^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 444. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java (at line 4)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 445. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java
>     [javac]  (at line 5)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 446. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java (at line 10)
>     [javac] 	public class DefaultComponentSafeNamingStrategy extends EJB3NamingStrategy {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The hierarchy of the type DefaultComponentSafeNamingStrategy is inconsistent
>     [javac] ----------
>     [javac] 447. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java (at line 10)
>     [javac] 	public class DefaultComponentSafeNamingStrategy extends EJB3NamingStrategy {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class DefaultComponentSafeNamingStrategy does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 448. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java (at line 11)
>     [javac] 	public static final NamingStrategy INSTANCE = new DefaultComponentSafeNamingStrategy();
>     [javac] 	                    ^^^^^^^^^^^^^^
>     [javac] NamingStrategy cannot be resolved to a type
>     [javac] ----------
>     [javac] 449. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java
>     [javac]  (at line 42)
>     [javac] 	if ( header == null ) throw new AssertionFailure( "NamingStrategy not properly filled" );
>     [javac] 	                                ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 450. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java
>     [javac]  (at line 48)
>     [javac] 	return StringHelper.isNotEmpty( columnName ) ? columnName : propertyName;
>     [javac] 	       ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 451. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java
>     [javac]  (at line 72)
>     [javac] 	return StringHelper.isNotEmpty( columnName ) ?
>     [javac] 	       ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] ----------
>     [javac] 452. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3DTDEntityResolver.java (at line 6)
>     [javac] 	import org.hibernate.util.DTDEntityResolver;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 453. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3DTDEntityResolver.java
>     [javac]  (at line 15)
>     [javac] 	public class EJB3DTDEntityResolver extends DTDEntityResolver {
>     [javac] 	                                           ^^^^^^^^^^^^^^^^^
>     [javac] DTDEntityResolver cannot be resolved to a type
>     [javac] ----------
>     [javac] 454. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3DTDEntityResolver.java
>     [javac]  (at line 16)
>     [javac] 	public static final EntityResolver INSTANCE = new EJB3DTDEntityResolver();
>     [javac] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type mismatch: cannot convert from EJB3DTDEntityResolver to EntityResolver
>     [javac] ----------
>     [javac] 455. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3DTDEntityResolver.java
>     [javac]  (at line 27)
>     [javac] 	InputSource is = super.resolveEntity( publicId, systemId );
>     [javac] 	                 ^^^^^
>     [javac] DTDEntityResolver cannot be resolved to a type
>     [javac] ----------
>     [javac] 456. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3DTDEntityResolver.java
>     [javac]  (at line 35)
>     [javac] 	InputStream dtdStream = resolveInHibernateNamespace( path );
>     [javac] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method resolveInHibernateNamespace(String) is undefined for the type EJB3DTDEntityResolver
>     [javac] ----------
>     [javac] 457. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3DTDEntityResolver.java
>     [javac]  (at line 53)
>     [javac] 	InputStream dtdStream = resolveInHibernateNamespace( path );
>     [javac] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method resolveInHibernateNamespace(String) is undefined for the type EJB3DTDEntityResolver
>     [javac] ----------
>     [javac] ----------
>     [javac] 458. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java
>     [javac]  (at line 6)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 459. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java
>     [javac]  (at line 7)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 460. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java (at line 14)
>     [javac] 	public class EJB3NamingStrategy implements NamingStrategy, Serializable {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class EJB3NamingStrategy does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 461. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java (at line 14)
>     [javac] 	public class EJB3NamingStrategy implements NamingStrategy, Serializable {
>     [javac] 	                                           ^^^^^^^^^^^^^^
>     [javac] NamingStrategy cannot be resolved to a type
>     [javac] ----------
>     [javac] 462. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java
>     [javac]  (at line 15)
>     [javac] 	public static final NamingStrategy INSTANCE = new EJB3NamingStrategy();
>     [javac] 	                    ^^^^^^^^^^^^^^
>     [javac] NamingStrategy cannot be resolved to a type
>     [javac] ----------
>     [javac] 463. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java
>     [javac]  (at line 18)
>     [javac] 	return StringHelper.unqualify( className );
>     [javac] 	       ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 464. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java (at line 22)
>     [javac] 	return StringHelper.unqualify( propertyName );
>     [javac] 	       ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 465. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java (at line 42)
>     [javac] 	StringHelper.unqualify( propertyName )
>     [javac] 	^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 466. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java
>     [javac]  (at line 54)
>     [javac] 	String header = propertyName != null ? StringHelper.unqualify( propertyName ) : propertyTableName;
>     [javac] 	                                       ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 467. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java
>     [javac]  (at line 55)
>     [javac] 	if ( header == null ) throw new AssertionFailure( "NamingStrategy not properly filled" );
>     [javac] 	                                ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 468. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java
>     [javac]  (at line 60)
>     [javac] 	return StringHelper.isNotEmpty( columnName ) ? columnName : StringHelper.unqualify( propertyName );
>     [javac] 	       ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 469. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java
>     [javac]  (at line 60)
>     [javac] 	return StringHelper.isNotEmpty( columnName ) ? columnName : StringHelper.unqualify( propertyName );
>     [javac] 	                                                            ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 470. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java (at line 76)
>     [javac] 	StringHelper.unqualify( propertyName )
>     [javac] 	^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 471. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java
>     [javac]  (at line 82)
>     [javac] 	return StringHelper.isNotEmpty( columnName ) ?
>     [javac] 	       ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 472. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/EJB3NamingStrategy.java (at line 84)
>     [javac] 	StringHelper.unqualify( propertyName ) + "_" + referencedColumn;
>     [javac] 	^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] ----------
>     [javac] 473. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 7)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 474. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 10)
>     [javac] 	import org.hibernate.mapping.Column;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Column cannot be resolved
>     [javac] ----------
>     [javac] 475. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 11)
>     [javac] 	import org.hibernate.mapping.Formula;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Formula cannot be resolved
>     [javac] ----------
>     [javac] 476. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 477. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 13)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 478. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 479. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 15)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 480. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 27)
>     [javac] 	private Column mappingColumn;
>     [javac] 	        ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 481. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 31)
>     [javac] 	protected Map<String, Join> joins;
>     [javac] 	                      ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 482. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 45)
>     [javac] 	private Formula formula;
>     [javac] 	        ^^^^^^^
>     [javac] Formula cannot be resolved to a type
>     [javac] ----------
>     [javac] 483. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 46)
>     [javac] 	private Table table;
>     [javac] 	        ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 484. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 48)
>     [javac] 	public void setTable(Table table) {
>     [javac] 	                     ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 485. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 49)
>     [javac] 	this.table = table;
>     [javac] 	^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 486. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 145)
>     [javac] 	return mappingColumn.isNullable();
>     [javac] 	       ^^^^^^^^^^^^^
>     [javac] 
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 487. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 152)
>     [javac] 	if ( StringHelper.isNotEmpty( formulaString ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 488. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 154)
>     [javac] 	formula = new Formula();
>     [javac] 	^^^^^^^
>     [javac] Formula cannot be resolved to a type
>     [javac] ----------
>     [javac] 489. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 154)
>     [javac] 	formula = new Formula();
>     [javac] 	              ^^^^^^^
>     [javac] Formula cannot be resolved to a type
>     [javac] ----------
>     [javac] 490. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 155)
>     [javac] 	formula.setFormula( formulaString );
>     [javac] 	^^^^^^^
>     [javac] Formula cannot be resolved to a type
>     [javac] ----------
>     [javac] 491. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 161)
>     [javac] 	log.debug( "Binding column {}. Unique {}. Nullable {}.", new Object[] {mappingColumn
>     [javac] .getName(), unique, nullable});
>     [javac] 	                                                                       ^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 492. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 169)
>     [javac] 	this.mappingColumn = new Column();
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 493. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 169)
>     [javac] 	this.mappingColumn = new Column();
>     [javac] 	                         ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 494. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 171)
>     [javac] 	this.mappingColumn.setLength( length );
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 495. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 173)
>     [javac] 	this.mappingColumn.setPrecision( precision );
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 496. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 174)
>     [javac] 	this.mappingColumn.setScale( scale );
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 497. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 176)
>     [javac] 	this.mappingColumn.setNullable( nullable );
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 498. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 177)
>     [javac] 	this.mappingColumn.setSqlType( sqlType );
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 499. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 178)
>     [javac] 	this.mappingColumn.setUnique( unique );
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 500. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 182)
>     [javac] 	return mappingColumn == null || StringHelper.isEmpty( mappingColumn.getName() );
>     [javac] 	       ^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 501. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 182)
>     [javac] 	return mappingColumn == null || StringHelper.isEmpty( mappingColumn.getName() );
>     [javac] 	                                ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 502. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 182)
>     [javac] 	return mappingColumn == null || StringHelper.isEmpty( mappingColumn.getName() );
>     [javac] 	                                                      ^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 503. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 187)
>     [javac] 	if ( StringHelper.isEmpty( columnName ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 504. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 189)
>     [javac] 	mappingColumn.setName( mappings.getNamingStrategy().propertyToColumnName( propertyName ) );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 505. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 189)
>     [javac] 	mappingColumn.setName( mappings.getNamingStrategy().propertyToColumnName( propertyName ) );
>     [javac] 	                                ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 506. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 194)
>     [javac] 	mappingColumn.setName( mappings.getNamingStrategy().columnName( columnName ) );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 507. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 194)
>     [javac] 	mappingColumn.setName( mappings.getNamingStrategy().columnName( columnName ) );
>     [javac] 	                                ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 508. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 198)
>     [javac] 	if ( StringHelper.isNotEmpty( columnName ) ) mappingColumn.setName( columnName );
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 509. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 198)
>     [javac] 	if ( StringHelper.isNotEmpty( columnName ) ) mappingColumn.setName( columnName );
>     [javac] 	                                             ^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 510. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 203)
>     [javac] 	return mappingColumn.getName();
>     [javac] 	       ^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 511. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 206)
>     [javac] 	public Column getMappingColumn() {
>     [javac] 	       ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 512. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 207)
>     [javac] 	return mappingColumn;
>     [javac] 	       ^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 513. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 219)
>     [javac] 	if ( mappingColumn != null ) {
>     [javac] 	     ^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 514. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 220)
>     [javac] 	mappingColumn.setNullable( nullable );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 515. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 227)
>     [javac] 	public void setJoins(Map<String, Join> joins) {
>     [javac] 	                                 ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 516. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 228)
>     [javac] 	this.joins = joins;
>     [javac] 	^^^^^^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 517. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 239)
>     [javac] 	protected void setMappingColumn(Column mappingColumn) {
>     [javac] 	                                ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 518. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 240)
>     [javac] 	this.mappingColumn = mappingColumn;
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 519. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 243)
>     [javac] 	public void linkWithValue(SimpleValue value) {
>     [javac] 	                          ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 520. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 244)
>     [javac] 	if ( formula != null ) {
>     [javac] 	     ^^^^^^^
>     [javac] Formula cannot be resolved to a type
>     [javac] ----------
>     [javac] 521. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 245)
>     [javac] 	value.addFormula( formula );
>     [javac] 	                  ^^^^^^^
>     [javac] Formula cannot be resolved to a type
>     [javac] ----------
>     [javac] 522. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 248)
>     [javac] 	getMappingColumn().setValue( value );
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 523. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 249)
>     [javac] 	value.addColumn( getMappingColumn() );
>     [javac] 	                 ^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 524. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 250)
>     [javac] 	value.getTable().addColumn( getMappingColumn() );
>     [javac] 	                            ^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 525. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 252)
>     [javac] 	table = value.getTable();
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] 
>     [javac] ----------
>     [javac] 526. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 256)
>     [javac] 	protected void addColumnBinding(SimpleValue value) {
>     [javac] 	                                ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 527. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 257)
>     [javac] 	String logicalColumnName = mappings.getNamingStrategy()
>     [javac] 	                                    ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 528. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 259)
>     [javac] 	mappings.addColumnBinding( logicalColumnName, getMappingColumn(), value.getTable() );
>     [javac] 	                                              ^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 529. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 269)
>     [javac] 	public Table getTable() {
>     [javac] 	       ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 530. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 270)
>     [javac] 	if ( table != null ) return table; //association table
>     [javac] 	     ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 531. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 270)
>     [javac] 	if ( table != null ) return table; //association table
>     [javac] 	                            ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 532. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 272)
>     [javac] 	return getJoin().getTable();
>     [javac] 	       ^^^^^^^
>     [javac] The method getJoin() from the type Ejb3Column refers to the missing type Join
>     [javac] ----------
>     [javac] 533. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 275)
>     [javac] 	return propertyHolder.getTable();
>     [javac] 	                      ^^^^^^^^
>     [javac] The method getTable() from the type PropertyHolder refers to the missing type Table
>     [javac] ----------
>     [javac] 534. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 281)
>     [javac] 	throw new AssertionFailure( "Should not call getTable() on column wo persistent class defined" );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 535. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 283)
>     [javac] 	if ( StringHelper.isNotEmpty( secondaryTableName ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 536. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 290)
>     [javac] 	public Join getJoin() {
>     [javac] 	       ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 537. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 291)
>     [javac] 	Join join = joins.get( secondaryTableName );
>     [javac] 	^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 538. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 291)
>     [javac] 	Join join = joins.get( secondaryTableName );
>     [javac] 	            ^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 539. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 293)
>     [javac] 	throw new AnnotationException(
>     [javac] 					"Cannot find the expected secondary table: no "
>     [javac] 							+ secondaryTableName + " available for " + propertyHolder.getClassName()
>     [javac] 			);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 540. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 304)
>     [javac] 	mappingColumn.setNullable( false );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 541. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 315)
>     [javac] 	Map<String, Join> secondaryTables,
>     [javac] 	            ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 542. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 331)
>     [javac] 	StringHelper.qualify( propertyHolder.getPath(), inferredData.getPropertyName() )
>     [javac] 	^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 543. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 331)
>     [javac] 	StringHelper.qualify( propertyHolder.getPath(), inferredData.getPropertyName() )
>     [javac] 	                                                             ^^^^^^^^^^^^^^^
>     [javac] The method getPropertyName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 544. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 336)
>     [javac] 	throw new AnnotationException( "AttributeOverride.column() should override all colum
>     [javac] ns for now" );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 545. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 339)
>     [javac] 	log.debug( "Column(s) overridden for property {}", inferredData.getPropertyName() );
>     [javac] 	                                                                ^^^^^^^^^^^^^^^
>     [javac] The method getPropertyName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 546. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 358)
>     [javac] 	BinderHelper.getRelativePath( propertyHolder, inferredData.getPropertyName() )
>     [javac] 	                                                           ^^^^^^^^^^^^^^^
>     [javac] The method getPropertyName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 547. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 379)
>     [javac] 	PropertyData inferredData, Map<String, Join> secondaryTables, PropertyHolder propertyHolder,
>     [javac] 	                                       ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 548. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 388)
>     [javac] 	&& inferredData.getClassOrElement().isPrimitive()
>     [javac] 	                ^^^^^^^^^^^^^^^^^
>     [javac] The method getClassOrElement() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 549. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 394)
>     [javac] 	BinderHelper.getRelativePath( propertyHolder, inferredData.getPropertyName() )
>     [javac] 	                                                           ^^^^^^^^^^^^^^^
>     [javac] The method getPropertyName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 550. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 409)
>     [javac] 	throw new AnnotationException(
>     [javac] 							"Mixing insertable and non insertable columns 
>     [javac] in a property is not allowed: " + propertyName
>     [javac] 					);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 551. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 414)
>     [javac] 	throw new AnnotationException(
>     [javac] 							"Mixing nullable and non nullable columns in a
>     [javac]  property is not allowed: " + propertyName
>     [javac] 					);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 552. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 419)
>     [javac] 	throw new AnnotationException(
>     [javac] 							"Mixing updatable and non updatable columns in
>     [javac]  a property is not allowed: " + propertyName
>     [javac] 					);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 553. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 423)
>     [javac] 	if ( !columns[currentIndex].getTable().equals( columns[currentIndex - 1].getTable() ) ) {
>     [javac] 	                            ^^^^^^^^
>     [javac] The method getTable() from the type Ejb3Column refers to the missing type Table
>     [javac] ----------
>     [javac] 554. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 423)
>     [javac] 	if ( !columns[currentIndex].getTable().equals( columns[currentIndex - 1].getTable() 
>     [javac] ) ) {
>     [javac] 	                                                                         ^^^^^^^^
>     [javac] The method getTable() from the type Ejb3Column refers to the missing type Table
>     [javac] ----------
>     [javac] 555. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 424)
>     [javac] 	throw new AnnotationException(
>     [javac] 							"Mixing different tables in a property is not allowed: " + propertyName
>     [javac] 					);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 556. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java
>     [javac]  (at line 441)
>     [javac] 	secondPass.doSecondPass( mappings.getClasses() );
>     [javac] 	           ^^^^^^^^^^^^
>     [javac] The method doSecondPass(Map) from the type IndexOrUniqueKeySecondPass refers to the missing type MappingException
>     [javac] ----------
>     [javac] 557. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 444)
>     [javac] 	mappings.addSecondPass(
>     [javac] 	         ^^^^^^^^^^^^^
>     [javac] The method addSecondPass(IndexOrUniqueKeySecondPass) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 558. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 453)
>     [javac] 	secondPass.doSecondPass( mappings.getClasses() );
>     [javac] 	           ^^^^^^^^^^^^
>     [javac] The method doSecondPass(Map) from the type IndexOrUniqueKeySecondPass refers to the missing type MappingException
>     [javac] ----------
>     [javac] 559. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3Column.java (at line 456)
>     [javac] 	mappings.addSecondPass(
>     [javac] 	         ^^^^^^^^^^^^^
>     [javac] The method addSecondPass(IndexOrUniqueKeySecondPass) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] ----------
>     [javac] 560. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3DiscriminatorColumn.java
>     [javac]  (at line 7)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 561. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3DiscriminatorColumn.java
>     [javac]  (at line 77)
>     [javac] 	throw new AssertionFailure( "Unknown discriminator type: " + type );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 562. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 563. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.mapping.Column;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Column cannot be resolved
>     [javac] ----------
>     [javac] 564. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 15)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 565. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 16)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 566. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 17)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 567. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 18)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 568. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 19)
>     [javac] 	import org.hibernate.mapping.Value;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Value cannot be resolved
>     [javac] ----------
>     [javac] 569. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 79)
>     [javac] 	Map<String, Join> joins,
>     [javac] 	            ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 570. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 110)
>     [javac] 	String mappedBy, Map<String, Join> joins,
>     [javac] 	                             ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 571. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 146)
>     [javac] 	String mappedBy, Map<String, Join> joins,
>     [javac] 	                             ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 572. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 153)
>     [javac] 	throw new AnnotationException(
>     [javac] 						"Illegal attempt to define a @JoinColumn with a mappedBy association: "
>     [javac] 								+ BinderHelper.getRelativePath( propertyHolder, propertyName )
>     [javac] 				
>     [javac] );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 573. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 206)
>     [javac] 	Value identifier,
>     [javac] 	^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 574. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 207)
>     [javac] 	Map<String, Join> joins,
>     [javac] 	            ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 575. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 211)
>     [javac] 	Column col = (Column) identifier.getColumnIterator().next();
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 576. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 211)
>     [javac] 	Column col = (Column) identifier.getColumnIterator().next();
>     [javac] 	              ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 577. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 251)
>     [javac] 	public void setPersistentClass(PersistentClass persistentClass, Map<String, Join> joins) {
>     [javac] 	                               ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 578. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 251)
>     [javac] 	public void setPersistentClass(PersistentClass persistentClass, Map<String, Join> joins) {
>     [javac] 	                                                                            ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 579. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 258)
>     [javac] 	throw new AnnotationException(
>     [javac] 					"@Column cannot be used on an association property: "
>     [javac] 							+ holder.getEntityName()
>     [javac] 							+ "."
>     [javac] 							+ property.getPropertyName()
>     [javac] 			);
>     [javac] 	      
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 580. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 262)
>     [javac] 	+ property.getPropertyName()
>     [javac] 	           ^^^^^^^^^^^^^^^
>     [javac] The method getPropertyName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 581. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 268)
>     [javac] 	Column referencedColumn, PersistentClass referencedEntity, SimpleValue value
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 582. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 268)
>     [javac] 	Column referencedColumn, PersistentClass referencedEntity, SimpleValue value
>     [javac] 	                         ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] 
>     [javac] ----------
>     [javac] 583. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 268)
>     [javac] 	Column referencedColumn, PersistentClass referencedEntity, SimpleValue value
>     [javac] 	                                                           ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 584. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 284)
>     [javac] 	columnName = getMappings().getNamingStrategy().foreignKeyColumnName(
>     [javac] 	                           ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 585. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 298)
>     [javac] 	columnName = getMappings().getNamingStrategy().foreignKeyColumnName(
>     [javac] 	                           ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 586. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 313)
>     [javac] 	columnName = getMappings().getNamingStrategy().joinKeyColumnName(
>     [javac] 	                           ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 587. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 330)
>     [javac] 	getMappingColumn().isNullable(),
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 588. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 332)
>     [javac] 	getMappingColumn().isUnique(), false
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 589. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 340)
>     [javac] 	public void linkValueUsingAColumnCopy(Column column, SimpleValue value) {
>     [javac] 	                                      ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 590. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 340)
>     [javac] 	public void linkValueUsingAColumnCopy(Column column, SimpleValue value) {
>     [javac] 	                                                     ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 591. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 347)
>     [javac] 	getMappingColumn().isNullable(),
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 592. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 349)
>     [javac] 	getMappingColumn().isUnique(),
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 593. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 355)
>     [javac] 	protected void addColumnBinding(SimpleValue value) {
>     [javac] 	                                ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 594. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 359)
>     [javac] 	String logicalColumnName = getMappings().getNamingStrategy()
>     [javac] 	                                         ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 595. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 364)
>     [javac] 	getMappings().addColumnBinding( logicalColumnName, getMappingColumn(), value.getTable() );
>     [javac] 	                                                   ^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 596. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 377)
>     [javac] 	Ejb3JoinColumn[] columns, PersistentClass referencedEntity,
>     [javac] 	                          ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 597. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 381)
>     [javac] 	Set<Column> idColumns = new HashSet<Column>();
>     [javac] 	    ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 598. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 381)
>     [javac] 	Set<Column> idColumns = new HashSet<Column>();
>     [javac] 	                                    ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 599. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 384)
>     [javac] 	idColumns.add( (Column) idColumnsIt.next() );
>     [javac] 	                ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 600. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 396)
>     [javac] 	throw new MappingException(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 601. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 402)
>     [javac] 	catch (MappingException e) {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 602. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 403)
>     [javac] 	throw new RecoverableException(e);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type RecoverableException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 603. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 406)
>     [javac] 	Table matchingTable = columnOwner instanceof PersistentClass ?
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 604. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 406)
>     [javac] 	Table matchingTable = columnOwner instanceof PersistentClass ?
>     [javac] 	                                             ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 605. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 407)
>     [javac] 	( (PersistentClass) columnOwner ).getTable() :
>     [javac] 	   ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 606. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 408)
>     [javac] 	( (Join) columnOwner ).getTable();
>     [javac] 	   ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 607. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 417)
>     [javac] 	catch (MappingException me) {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 608. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 419)
>     [javac] 	throw new MappingException(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 609. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 425)
>     [javac] 	Column refCol = new Column( referencedColumnName );
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 610. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 425)
>     [javac] 	Column refCol = new Column( referencedColumnName );
>     [javac] 	                    ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 611. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 453)
>     [javac] 	public void overrideFromReferencedColumnIfNecessary(org.hibernate.mapping.Column col
>     [javac] umn) {
>     [javac] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 612. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 459)
>     [javac] 	if ( getMappingColumn() != null ) getMappingColumn().setSqlType( sqlType );
>     [javac] 	     ^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 613. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 459)
>     [javac] 	if ( getMappingColumn() != null ) getMappingColumn().setSqlType( sqlType );
>     [javac] 	                                  ^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 614. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 463)
>     [javac] 	getMappingColumn().setLength(column.getLength());
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 615. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 464)
>     [javac] 	getMappingColumn().setPrecision(column.getPrecision());
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 616. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java
>     [javac]  (at line 465)
>     [javac] 	getMappingColumn().setScale(column.getScale());		
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 617. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 471)
>     [javac] 	getMappingColumn().setName(
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 618. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 473)
>     [javac] 	getMappings().getNamingStrategy().columnName( columnName ) :
>     [javac] 	              ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 619. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/Ejb3JoinColumn.java (at line 480)
>     [javac] 	JoinColumn[] annJoins, Map<String, Join> secondaryTables,
>     [javac] 	                                   ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 620. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 621. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 18)
>     [javac] 	import org.hibernate.engine.NamedQueryDefinition;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 622. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 19)
>     [javac] 	import org.hibernate.engine.NamedSQLQueryDefinition;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 623. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.engine.ResultSetMappingDefinition;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 624. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 22)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 625. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 23)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 626. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 24)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 627. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 35)
>     [javac] 	public class ExtendedMappings extends Mappings {
>     [javac] 	                                      ^^^^^^^^
>     [javac] Mappings cannot be resolved to a type
>     [javac] ----------
>     [javac] 628. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 40)
>     [javac] 	private final Map<String, Map<String, Join>> joins;
>     [javac] 	                                      ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 629. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 43)
>     [javac] 	private final Map<Table, List<String[]>> tableUniqueConstraints;
>     [javac] 	                  ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 630. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 54)
>     [javac] 	Map classes, Map collections, Map tables, Map queries, Map sqlqueries, Map sqlResultSetMappings,
>     [javac] 	^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 631. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 54)
>     [javac] 	Map classes, Map collections, Map tables, Map queries, Map sqlqueries, Map sqlResultSetMappings,
>     [javac] 	             ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 632. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 54)
>     [javac] 	Map classes, Map collections, Map tables, Map queries, Map sqlqueries, Map sqlResultSetMappings,
>     [javac] 	                              ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 633. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 54)
>     [javac] 	Map classes, Map collections, Map tables, Map queries, Map sqlqueries, Map sqlResultSetMappings,
>     [javac] 	                                          ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 634. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 54)
>     [javac] 	Map classes, Map collections, Map tables, Map queries, Map sqlqueries, Map sqlResultSetMappings,
>     [javac] 	                                                       ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 635. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 54)
>     [javac] 	Map classes, Map collections, Map tables, Map queries, Map sqlqueries, Map sqlResultS
>     [javac] etMappings,
>     [javac] 	                                                                       ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 636. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 56)
>     [javac] 	Set<String> defaultSqlResulSetMappingNames, Set<String> defaultNamedGenerators, Map imports,
>     [javac] 	                                                                                ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 637. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 57)
>     [javac] 	List secondPasses, List propertyReferences, NamingStrategy namingStrategy, Map typeDefs,
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 638. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 57)
>     [javac] 	List secondPasses, List propertyReferences, NamingStrategy namingStrategy, Map typeDefs,
>     [javac] 	                   ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 639. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 57)
>     [javac] 	List secondPasses, List propertyReferences, NamingStrategy namingStrategy, Map typeDefs,
>     [javac] 	                                            ^^^^^^^^^^^^^^
>     [javac] NamingStrategy cannot be resolved to a type
>     [javac] ----------
>     [javac] 640. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 57)
>     [javac] 	List secondPasses, List propertyReferences, NamingStrategy namingStrategy, Map typeDefs,
>     [javac] 	                                                                           ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 641. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 58)
>     [javac] 	Map filterDefinitions, Map namedGenerators, Map<String, Map<String, Join>> joins, Map<String,
>     [javac] 	^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 642. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 58)
>     [javac] 	Map filterDefinitions, Map namedGenerators, Map<String, Map<String, Join>> joins, Map<String,
>     [javac] 	                       ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 643. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 58)
>     [javac] 	Map filterDefinitions, Map namedGenerators, Map<String, Map<String, Join>> joins, Map
>     [javac] <String,
>     [javac] 	                                                                    ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 644. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 59)
>     [javac] 	AnnotatedClassType> classTypes, Map extendsQueue, Map<String, TableDescription> tableNameBinding,
>     [javac] 	                                ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 645. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 59)
>     [javac] 	AnnotatedClassType> classTypes, Map extendsQueue, Map<String, TableDescription> table
>     [javac] NameBinding,
>     [javac] 	                                                              ^^^^^^^^^^^^^^^^
>     [javac] TableDescription cannot be resolved to a type
>     [javac] ----------
>     [javac] 646. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 60)
>     [javac] 	Map<Table, ColumnNames> columnNameBindingPerTable,
>     [javac] 	    ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 647. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 60)
>     [javac] 	Map<Table, ColumnNames> columnNameBindingPerTable,
>     [javac] 	           ^^^^^^^^^^^
>     [javac] ColumnNames cannot be resolved to a type
>     [javac] ----------
>     [javac] 648. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 61)
>     [javac] 	final List auxiliaryDatabaseObjects,
>     [javac] 	      ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 649. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 63)
>     [javac] 	Map<Table, List<String[]>> tableUniqueConstraints,
>     [javac] 	    ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 650. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 87)
>     [javac] 	this.namedGenerators = namedGenerators;
>     [javac] 	                       ^^^^^^^^^^^^^^^
>     [javac] Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,IdGenerator>
>     [javac] ----------
>     [javac] 651. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 88)
>     [javac] 	this.joins = joins;
>     [javac] 	^^^^^^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 652. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 91)
>     [javac] 	this.tableUniqueConstraints = tableUniqueConstraints;
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 653. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 102)
>     [javac] 	public void addGenerator(IdGenerator generator) throws MappingException {
>     [javac] 	                                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 654. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 109)
>     [javac] 	public void addJoins(PersistentClass persistentClass, Map<String, Join> joins) throws MappingException {
>     [javac] 	                     ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 655. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 109)
>     [javac] 	public void addJoins(PersistentClass persistentClass, Map<String, Join> joins) throws MappingException {
>     [javac] 	                                                                  ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 656. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 109)
>     [javac] 	public void addJoins(PersistentClass persistentClass, Map<String, Join> joins) throws MappingException {
>     [javac] 	                                                                                      ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 657. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 110)
>     [javac] 	Object old = this.joins.put( persistentClass.getEntityName(), joins );
>     [javac] 	             ^^^^^^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 658. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 150)
>     [javac] 	public Map<String, Join> getJoins(String persistentClass) {
>     [javac] 	                   ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 659. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 151)
>     [javac] 	return joins.get( persistentClass );
>     [javac] 	       ^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 660. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 183)
>     [javac] 	public void addUniqueConstraints(Table table, List uniqueConstraints) {
>     [javac] 	                                 ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 661. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 183)
>     [javac] 	public void addUniqueConstraints(Table table, List uniqueConstraints) {
>     [javac] 	                                              ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 662. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 184)
>     [javac] 	List oldConstraints = tableUniqueConstraints.get( table );
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 663. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 184)
>     [javac] 	List oldConstraints = tableUniqueConstraints.get( table );
>     [javac] 	                      ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 664. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 186)
>     [javac] 	oldConstraints = new ArrayList();
>     [javac] 	                     ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 665. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 187)
>     [javac] 	tableUniqueConstraints.put( table, oldConstraints );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 666. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 189)
>     [javac] 	oldConstraints.addAll( uniqueConstraints );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 667. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 192)
>     [javac] 	public Map<Table, List<String[]>> getTableUniqueConstraints() {
>     [javac] 	           ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 668. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 193)
>     [javac] 	return tableUniqueConstraints;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] 
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 669. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 213)
>     [javac] 	public void addUniquePropertyReference(String referencedClass, String propertyName) {
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method addUniquePropertyReference(String, String) of type ExtendedMappings must override a superclass method
>     [javac] ----------
>     [javac] 670. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 214)
>     [javac] 	super.addUniquePropertyReference( referencedClass, propertyName );
>     [javac] 	^^^^^
>     [javac] Mappings cannot be resolved to a type
>     [javac] ----------
>     [javac] 671. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 218)
>     [javac] 	public void addPropertyReference(String referencedClass, String propertyName) {
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method addPropertyReference(String, String) of type ExtendedMappings must override a superclass method
>     [javac] ----------
>     [javac] 672. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 219)
>     [javac] 	super.addPropertyReference( referencedClass, propertyName );
>     [javac] 	^^^^^
>     [javac] Mappings cannot be resolved to a type
>     [javac] ----------
>     [javac] 673. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 226)
>     [javac] 	public void addDefaultQuery(String name, NamedQueryDefinition query) {
>     [javac] 	                                         ^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 674. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 231)
>     [javac] 	public void addDefaultSQLQuery(String name, NamedSQLQueryDefinition query) {
>     [javac] 	                                            ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedSQLQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 675. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 237)
>     [javac] 	this.addGenerator( idGen );
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] The method addGenerator(IdGenerator) from the type ExtendedMappings refers to the missing type MappingException
>     [javac] ----------
>     [javac] 676. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 242)
>     [javac] 	public void addDefaultResultSetMapping(ResultSetMappingDefinition definition) {
>     [javac] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ResultSetMappingDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 677. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 245)
>     [javac] 	&& super.getResultSetMapping( name ) != null ) {
>     [javac] 	   ^^^^^
>     [javac] Mappings cannot be resolved to a type
>     [javac] ----------
>     [javac] 678. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 246)
>     [javac] 	resultSetMappings.remove( name );
>     [javac] 	^^^^^^^^^^^^^^^^^
>     [javac] resultSetMappings cannot be resolved
>     [javac] ----------
>     [javac] 679. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 253)
>     [javac] 	public void addQuery(String name, NamedQueryDefinition query) throws MappingException {
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method addQuery(String, NamedQueryDefinition) of type ExtendedMappings must override a superclass method
>     [javac] ----------
>     [javac] 680. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 253)
>     [javac] 	public void addQuery(String name, NamedQueryDefinition query) throws MappingException {
>     [javac] 	                                  ^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 681. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 253)
>     [javac] 	public void addQuery(String name, NamedQueryDefinition query) throws MappingException {
>     [javac] 	                                                                     ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 682. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 258)
>     [javac] 	public void addResultSetMapping(ResultSetMappingDefinition definition) {
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method addResultSetMapping(ResultSetMappingDefinition) of type ExtendedMappings must override a superclass method
>     [javac] ----------
>     [javac] 683. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 258)
>     [javac] 	public void addResultSetMapping(ResultSetMappingDefinition definition) {
>     [javac] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ResultSetMappingDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 684. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 264)
>     [javac] 	public void addSQLQuery(String name, NamedSQLQueryDefinition query) throws MappingException {
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method addSQLQuery(String, NamedSQLQueryDefinition) of type ExtendedMappings must override a superclass method
>     [javac] ----------
>     [javac] 685. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 264)
>     [javac] 	public void addSQLQuery(String name, NamedSQLQueryDefinition query) throws MappingException {
>     [javac] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedSQLQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 686. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 264)
>     [javac] 	public void addSQLQuery(String name, NamedSQLQueryDefinition query) throws MappingException {
>     [javac] 	                                                                           ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 687. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 268)
>     [javac] 	public Map getClasses() {
>     [javac] 	       ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 688. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java (at line 269)
>     [javac] 	return classes;
>     [javac] 	       ^^^^^^^
>     [javac] classes cannot be resolved
>     [javac] ----------
>     [javac] 689. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ExtendedMappings.java
>     [javac]  (at line 274)
>     [javac] 	throw new AnnotationException( "Two @AnyMetaDef with the same name defined: " + defAnn.name() );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] ----------
>     [javac] 690. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/FkSecondPass.java (at line 6)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 691. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/FkSecondPass.java
>     [javac]  (at line 7)
>     [javac] 	import org.hibernate.mapping.Value;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Value cannot be resolved
>     [javac] ----------
>     [javac] 692. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/FkSecondPass.java
>     [javac]  (at line 12)
>     [javac] 	public abstract class FkSecondPass implements SecondPass {
>     [javac] 	                                              ^^^^^^^^^^
>     [javac] SecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 693. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/FkSecondPass.java (at line 13)
>     [javac] 	protected SimpleValue value;
>     [javac] 	          ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 694. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/FkSecondPass.java
>     [javac]  (at line 24)
>     [javac] 	public FkSecondPass(SimpleValue value, Ejb3JoinColumn[] columns) {
>     [javac] 	                    ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 695. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/FkSecondPass.java (at line 25)
>     [javac] 	this.value = value;
>     [javac] 	^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 696. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/FkSecondPass.java
>     [javac]  (at line 34)
>     [javac] 	public Value getValue() {
>     [javac] 	       ^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 697. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/FkSecondPass.java (at line 35)
>     [javac] 	return value;
>     [javac] 	       ^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 698. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexColumn.java
>     [javac]  (at line 5)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 699. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexColumn.java (at line 30)
>     [javac] 	Map<String, Join> joins,
>     [javac] 	            ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 700. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexColumn.java
>     [javac]  (at line 71)
>     [javac] 	String name = BinderHelper.isDefault( ann.name() ) ? inferredData.getPropertyName() : ann.name();
>     [javac] 	                                                                  ^^^^^^^^^^^^^^^
>     [javac] The method getPropertyName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 701. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexColumn.java (at line 73)
>     [javac] 	column = new IndexColumn(
>     [javac] 					false, sqlType, 0, 0, 0, name, ann.nullable(),
>     [javac] 					fa
>     [javac] lse, true, true, null, null, propertyHolder, mappings
>     [javac] 			);
>     [javac] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The constructor IndexColumn(boolean, String, int, int, int, String, boolean, boolean, boolean, boolean, String, Map<String,Join>, PropertyHolder, ExtendedMappings) refers to the missing type Join
>     [javac] ----------
>     [javac] 702. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexColumn.java
>     [javac]  (at line 80)
>     [javac] 	column = new IndexColumn(
>     [javac] 					true, null, 0, 0, 0, null, true,
>     [javac] 					false, true, true, null, null, propertyHolder, mappings
>     [javac] 			);
>     [javac] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The constructor IndexColumn(boolean, String, int, int, int, String, boolean, boolean, boolean, boole
>     [javac] an, String, Map<String,Join>, PropertyHolder, ExtendedMappings) refers to the missing type Join
>     [javac] ----------
>     [javac] ----------
>     [javac] 703. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java (at line 7)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 704. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 8)
>     [javac] 	import org.hibernate.mapping.Column;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Column cannot be resolved
>     [javac] ----------
>     [javac] 705. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 9)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 706. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 14)
>     [javac] 	public class IndexOrUniqueKeySecondPass implements SecondPass {
>     [javac] 	                                                   ^^^^^^^^^^
>     [javac] SecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 707. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java (at line 15)
>     [javac] 	private Table table;
>     [javac] 	        ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 708. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 25)
>     [javac] 	public IndexOrUniqueKeySecondPass(Table table, String indexName, String[] columns, ExtendedMappings mappings) {
>     [javac] 	                                  ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 709. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java (at line 26)
>     [javac] 	this.table = table;
>     [javac] 	^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 710. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 53)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                         ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 711. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 53)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 712. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java (at line 60)
>     [javac] 	this.table = column.getTable();
>     [javac] 	^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 713. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 60)
>     [javac] 	this.table = column.getTable();
>     [javac] 	                    ^^^^^^^^
>     [javac] The method getTable() from the type Ejb3Column refers to the missing type Table
>     [javac] ----------
>     [javac] 714. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 61)
>     [javac] 	addConstraintToColumn( mappings.getLogicalColumnName( column.getMappingColumn().getQuotedName(), table ) );
>     [javac] 	                                                             ^^^^^^^^^^^^^^^^
>     [javac] The method getMappingColumn() from the type Ejb3Column refers to the missing type Column
>     [javac] ----------
>     [javac] 715. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java (at line 61)
>     [javac] 	addConstraintToColumn( mappings.getLogicalColumnName( column.getMappingColumn().getQu
>     [javac] otedName(), table ) );
>     [javac] 	                                                                                                 ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 716. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java (at line 66)
>     [javac] 	Column column = table.getColumn(
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 717. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 66)
>     [javac] 	Column column = table.getColumn(
>     [javac] 	                ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 718. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java (at line 67)
>     [javac] 	new Column(
>     [javac] 	    ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 719. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 68)
>     [javac] 	mappings.getPhysicalColumnName( columnName, table )
>     [javac] 	                                            ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 720. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 72)
>     [javac] 	throw new AnnotationException(
>     [javac] 					"@Index references a unknown column: " + columnName
>     [javac] 			);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 721. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java (at line 77)
>     [javac] 	table.getOrCreateUniqueKey( indexName ).addColumn( column );
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 722. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
>     [javac]  (at line 79)
>     [javac] 	table.getOrCreateIndex( indexName ).addColumn( column );
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 723. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java (at line 6)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 724. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
>     [javac]  (at line 8)
>     [javac] 	import org.hibernate.mapping.JoinedSubclass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.JoinedSubclass cannot be resolved
>     [javac] ----------
>     [javac] 725. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
>     [javac]  (at line 9)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 726. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
>     [javac]  (at line 15)
>     [javac] 	public class JoinedSubclassFkSecondPass extends FkSecondPass {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The hierarchy of the type JoinedSubclassFkSecondPass is inconsistent
>     [javac] ----------
>     [javac] 727. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
>     [javac]  (at line 16)
>     [javac] 	private JoinedSubclass entity;
>     [javac] 	        ^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 728. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java (at line 19)
>     [javac] 	public JoinedSubclassFkSecondPass(JoinedSubclass entity, Ejb3JoinColumn[] inheritance
>     [javac] JoinedColumns, SimpleValue key, ExtendedMappings mappings) {
>     [javac] 	                                  ^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 729. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
>     [javac]  (at line 19)
>     [javac] 	public JoinedSubclassFkSecondPass(JoinedSubclass entity, Ejb3JoinColumn[] inheritanceJoinedColumns, SimpleValue key, ExtendedMappings mappings) {
>     [javac] 	                                      
>     [javac]                                                               ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 730. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java (at line 21)
>     [javac] 	this.entity = entity;
>     [javac] 	^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 731. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
>     [javac]  (at line 26)
>     [javac] 	return entity.getSuperclass().getEntityName();
>     [javac] 	       ^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 732. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java (at line 33)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 733. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
>     [javac]  (at line 34)
>     [javac] 	TableBinder.bindFk( entity.getSuperclass(), entity, columns, value, false, mappings );
>     [javac] 	                    ^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 734. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
>     [javac]  (at line 34)
>     [javac] 	TableBinder.bindFk( entity.getSuperclass(), entity, columns, value, false, mappings );
>     [javac] 	                                            ^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 735. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
>     [javac]  (at line 34)
>     [javac] 	TableBinder.bindFk( entity.getSuperclass(), entity, columns, value, false, mappings );
>     [javac] 	                                                             ^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 736. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/NotYetImplementedException.java
>     [javac]  (at line 4)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 737. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/NotYetImplementedException.java
>     [javac]  (at line 11)
>     [javac] 	public class NotYetImplementedException extends MappingException {
>     [javac] 	                                                ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 738. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 8)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 739. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.mapping.Column;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Column cannot be resolved
>     [javac] ----------
>     [javac] 740. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 13)
>     [javac] 	import org.hibernate.mapping.DependantValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.DependantValue cannot be resolved
>     [javac] ----------
>     [javac] 741. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 742. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 15)
>     [javac] 	import org.hibernate.mapping.ManyToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.ManyToOne cannot be resolved
>     [javac] ----------
>     [javac] 743. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 16)
>     [javac] 	import org.hibernate.mapping.OneToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.OneToOne cannot be resolved
>     [javac] ----------
>     [javac] 744. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 17)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 745. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 18)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 746. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 19)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 747. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.type.ForeignKeyDirection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.type.ForeignKeyDirection cannot be resolved
>     [javac] ----------
>     [javac] 748. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 21)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 749. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 27)
>     [javac] 	public class OneToOneSecondPass implements SecondPass {
>     [javac] 	                                           ^^^^^^^^^^
>     [javac] SecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 750. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 63)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                         ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 751. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 63)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 752. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 64)
>     [javac] 	org.hibernate.mapping.OneToOne value = new org.hibernate.mapping.OneToOne(
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.OneToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 753. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 64)
>     [javac] 	org.hibernate.mapping.OneToOne value = new org.hibernate.mapping.OneToOne(
>     [javac] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.OneToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 754. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 65)
>     [javac] 	propertyHolder.getTable(), propertyHolder.getPersistentClass()
>     [javac] 	               ^^^^^^^^
>     [javac] The method getTable() from the type PropertyHolder refers to the missing type Table
>     [javac] ----------
>     [javac] 755. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 65)
>     [javac] 	propertyHolder.getTable(), propertyHolder.getPersistentClass()
>     [javac] 	                                          ^^^^^^^^^^^^^^^^^^
>     [javac] The method getPersistentClass() from the type PropertyHolder refers to the missing type PersistentClass
>     [javac] ----------
>     [javac] 756. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 67)
>     [javac] 	final String propertyName = inferredData.getPropertyName();
>     [javac] 	                                         ^^^^^^^^^^^^^^^
>     [javac] The method getPropertyName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 757. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 71)
>     [javac] 	referencedEntityName = inferredData.getClassOrElementName();
>     [javac] 	                                    ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method getClassOrElementName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 758. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 85)
>     [javac] 	ForeignKeyDirection.FOREIGN_KEY_FROM_PARENT :
>     [javac] 	^^^^^^^^^^^^^^^^^^^
>     [javac] ForeignKeyDirection cannot be resolved
>     [javac] ----------
>     [javac] 759. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 86)
>     [javac] 	ForeignKeyDirection.FOREIGN_KEY_TO_PARENT
>     [javac] 	^^^^^^^^^^^^^^^^^^^
>     [javac] ForeignKeyDirection cannot be resolved
>     [javac] ----------
>     [javac] 760. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 93)
>     [javac] 	Property prop = binder.make();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 761. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 93)
>     [javac] 	Property prop = binder.make();
>     [javac] 	                       ^^^^
>     [javac] The method make() from the type PropertyBinder refers to the missing type Property
>     [javac] ----------
>     [javac] 762. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 104)
>     [javac] 	String path = StringHelper.qualify( propertyHolder.getPath(), propertyName );
>     [javac] 	              ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 763. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 110)
>     [javac] 	) ).doSecondPass( persistentClasses );
>     [javac] 	    ^^^^^^^^^^^^
>     [javac] The method doSecondPass(Map) from the type ToOneFkSecondPass refers to the missing type MappingException
>     [javac] ----------
>     [javac] 764. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 120)
>     [javac] 	PersistentClass otherSide = (PersistentClass) persistentClasses.get( value.getReferencedEntityName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 765. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 120)
>     [javac] 	PersistentClass otherSide = (PersistentClass) persistentClasses.get( value.getReferencedEntityName() );
>     [javac] 	                             ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 766. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 121)
>     [javac] 	Property otherSideProperty;
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 767. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 124)
>     [javac] 	throw new MappingException( "Unable to find entity: " + value.getReferencedEntityName() );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 768. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 128)
>     [javac] 	catch (MappingException e) {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 769. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 129)
>     [javac] 	throw new AnnotationException(
>     [javac] 						"Unknown mappedBy in: " + StringHelper.qualify( ownerEntity, ownerProperty )
>     [javac] 								+ ", referenced property unknown: "
>     [javac] 								+ StringHelper.qua
>     [javac] lify( value.getReferencedEntityName(), mappedBy )
>     [javac] 				);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 770. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 130)
>     [javac] 	"Unknown mappedBy in: " + StringHelper.qualify( ownerEntity, ownerProperty )
>     [javac] 	                          ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 771. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 132)
>     [javac] 	+ StringHelper.qualify( value.getReferencedEntityName(), mappedBy )
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 772. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 136)
>     [javac] 	throw new AnnotationException(
>     [javac] 						"Unknown mappedBy in: " + StringHelper.qualify(
>     [javac]  ownerEntity, ownerProperty )
>     [javac] 								+ ", referenced property unknown: "
>     [javac] 								+ StringHelper.qualify( value.getReferencedEntityName(), mappedBy )
>     [javac] 				);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 773. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 137)
>     [javac] 	"Unknown mappedBy in: " + StringHelper.qualify( ownerEntity, ownerProperty )
>     [javac] 	                          ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 
>     [javac] 774. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 139)
>     [javac] 	+ StringHelper.qualify( value.getReferencedEntityName(), mappedBy )
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 775. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 142)
>     [javac] 	if ( otherSideProperty.getValue() instanceof OneToOne ) {
>     [javac] 	                                             ^^^^^^^^
>     [javac] OneToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 776. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 145)
>     [javac] 	else if ( otherSideProperty.getValue() instanceof ManyToOne ) {
>     [javac] 	                                                  ^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 777. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 146)
>     [javac] 	Iterator it = otherSide.getJoinIterator();
>     [javac] 	^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 778. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 147)
>     [javac] 	Join otherSideJoin = null;
>     [javac] 	^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 779. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 149)
>     [javac] 	otherSideJoin = (Join) it.next();
>     [javac] 	                 ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 780. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 156)
>     [javac] 	Join mappedByJoin = buildJoinFromMappedBySide(
>     [javac] 	^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 781. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 157)
>     [javac] 	(PersistentClass) persistentClasses.get( ownerEntity ), otherSideProperty, otherSideJoin
>     [javac] 	 ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 782. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 159)
>     [javac] 	ManyToOne manyToOne = new ManyToOne( mappedByJoin.getTable() );
>     [javac] 	^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 783. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 159)
>     [javac] 	ManyToOne manyToOne = new ManyToOne( mappedByJoin.getTable() );
>     [javac] 	                          ^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 784. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 169)
>     [javac] 	Iterator otherSideJoinKeyColumns = otherSideJoin.getKey().getColumnIterator();
>     [javac] 	^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 785. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 171)
>     [javac] 	Column column = (Column) otherSideJoinKeyColumns.next();
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 786. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 171)
>     [javac] 	Column column = (Column) otherSideJoinKeyColumns.next();
>     [javac] 	                 ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 787. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 172)
>     [javac] 	Column copy = new Column();
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 788. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 172)
>     [javac] 	Column copy = new Column();
>     [javac] 	                  ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 789. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 203)
>     [javac] 	throw new AnnotationException(
>     [javac] 						"Referenced property not a (One|Many)ToOne: "
>     [javac] 	
>     [javac] 							+ StringHelper.qualify(
>     [javac] 								otherSide.getEntityName(), mappedBy
>     [javac] 						)
>     [javac] 								+ " in mappedBy of "
>     [javac] 								+ StringHelper.qualify( ownerEntity, ownerProperty )
>     [javac] 				);
>     [javac] 	      ^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 790. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 205)
>     [javac] 	+ StringHelper.qualify(
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 791. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 209)
>     [javac] 	+ StringHelper.qualify( ownerEntity, ownerProperty )
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 792. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 228)
>     [javac] 	private Join buildJoinFromMappedBySide(PersistentClass persistentClass, Property otherSideProperty, Join originalJoin) {
>     [javac] 	        ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 793. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 228)
>     [javac] 	private Join buildJoinFromMappedBySide(PersistentClass persistentClass, Property otherSideProperty, Join originalJoin) {
>     [javac] 	                                       ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 794. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 228)
>     [javac] 	private Join buildJoinFromMappedBySide(PersistentClass persistentClass, Property otherSideProperty, Join originalJoin) {
>     [javac] 	                                                                        ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 795. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 228)
>     [javac] 	private Join buildJoinFromMappedBySide(PersistentClass persistentClass, Property otherSideProperty, Join originalJoin) {
>     [javac] 	                                                                                                    ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 796. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 229)
>     [javac] 	Join join = new Join();
>     [javac] 	^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 797. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 229)
>     [javac] 	Join join = new Join();
>     [javac] 	                ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 798. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 235)
>     [javac] 	SimpleValue key = new DependantValue( join.getTable(), persistentClass.getIdentifier() );
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 799. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 235)
>     [javac] 	SimpleValue key = new DependantValue( join.getTable(), persistentClass.getIdentifier() );
>     [javac] 	                      ^^^^^^^^^^^^^^
>     [javac] DependantValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 800. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 242)
>     [javac] 	Iterator mappedByColumns = otherSideProperty.getValue().getColumnIterator();
>     [javac] 	^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 801. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 244)
>     [javac] 	Column column = (Column) mappedByColumns.next();
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 802. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java
>     [javac]  (at line 244)
>     [javac] 	Column column = (Column) mappedByColumns.next();
>     [javac] 	                 ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 803. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 245)
>     [javac] 	Column copy = new Column();
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 804. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/OneToOneSecondPass.java (at line 245)
>     [javac] 	Column copy = new Column();
>     [javac] 	                  ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 805. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyData.java
>     [javac]  (at line 3)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 806. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyData.java
>     [javac]  (at line 19)
>     [javac] 	public String getPropertyName() throws MappingException;
>     [javac] 	                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 807. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyData.java
>     [javac]  (at line 24)
>     [javac] 	public XClass getClassOrElement() throws MappingException;
>     [javac] 	                                         ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 808. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyData.java
>     [javac]  (at line 29)
>     [javac] 	public XClass getPropertyClass() throws MappingException;
>     [javac] 	                                        ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 809. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyData.java
>     [javac]  (at line 34)
>     [javac] 	public String getClassOrElementName() throws MappingException;
>     [javac] 	                                             ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 810. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyData.java
>     [javac]  (at line 39)
>     [javac] 	public String getTypeName() throws MappingException;
>     [javac] 	                                   ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 811. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java
>     [javac]  (at line 7)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 812. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java
>     [javac]  (at line 8)
>     [javac] 	import org.hibernate.mapping.KeyValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.KeyValue cannot be resolved
>     [javac] ----------
>     [javac] 813. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java
>     [javac]  (at line 9)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 814. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java
>     [javac]  (at line 10)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 815. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java
>     [javac]  (at line 11)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 816. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java (at line 23)
>     [javac] 	Table getTable();
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 817. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java
>     [javac]  (at line 25)
>     [javac] 	void addProperty(Property prop);
>     [javac] 	                 ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 818. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java (at line 27)
>     [javac] 	KeyValue getIdentifier();
>     [javac] 	^^^^^^^^
>     [javac] KeyValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 819. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java (at line 29)
>     [javac] 	PersistentClass getPersistentClass();
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 820. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java
>     [javac]  (at line 51)
>     [javac] 	void addProperty(Property prop, Ejb3Column[] columns);
>     [javac] 	                 ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 821. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolder.java (at line 53)
>     [javac] 	Join addJoin(JoinTable joinTableAnn, boolean noDelayInPkColumnCreation);
>     [javac] 	^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 822. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolderBuilder.java
>     [javac]  (at line 9)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 823. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolderBuilder.java
>     [javac]  (at line 10)
>     [javac] 	import org.hibernate.mapping.Component;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Component cannot be resolved
>     [javac] ----------
>     [javac] 824. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolderBuilder.java
>     [javac]  (at line 11)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 825. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolderBuilder.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 826. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolderBuilder.java (at line 25)
>     [javac] 	PersistentClass persistentClass,
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 827. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolderBuilder.java
>     [javac]  (at line 42)
>     [javac] 	Component component, String path, PropertyData inferredData, PropertyHolder parent,
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 828. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolderBuilder.java
>     [javac]  (at line 52)
>     [javac] 	Collection collection, String path, XClass clazzToProcess, XProperty property,
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 829. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolderBuilder.java
>     [javac]  (at line 62)
>     [javac] 	PersistentClass persistentClass, Map<String, Join> joins,
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 830. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyHolderBuilder.java (at line 62)
>     [javac] 	PersistentClass persistentClass, Map<String, Join> joins,
>     [javac] 	                                             ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 831. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 4)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 832. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 32)
>     [javac] 	public String getDefaultAccess() throws MappingException {
>     [javac] 	                                        ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 833. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 39)
>     [javac] 	public String getPropertyName() throws MappingException {
>     [javac] 	                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 834. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 43)
>     [javac] 	public XClass getPropertyClass() throws MappingException {
>     [javac] 	                                        ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 835. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 45)
>     [javac] 	return reflectionManager.toXClass( property.getAnnotation( Target.class ).value() );
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked invocation toXClass(Class) of the generic method toXClass(Class<T>) of type ReflectionManager
>     [javac] ----------
>     [javac] 836. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java (at line 45)
>     [javac] 	return reflectionManager.toXClass( property.getAnnotation( Target.class ).value() );
>     [javac] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
>     [javac] ----------
>     [javac] 837. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 52)
>     [javac] 	public XClass getClassOrElement() throws MappingException {
>     [javac] 	                                         ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 838. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 54)
>     [javac] 	return reflectionManager.toXClass( property.getAnnotation( Target.class ).value() );
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked invocation toXClass(Class) of the generic method toXClass(Class<T>) of type ReflectionManager
>     [javac] ----------
>     [javac] 839. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java (at line 54)
>     [javac] 	return reflectionManager.toXClass( property.getAnnotation( Target.class ).value() );
>     [javac] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
>     [javac] ----------
>     [javac] 840. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 61)
>     [javac] 	public String getClassOrElementName() throws MappingException {
>     [javac] 	                                             ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 841. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 62)
>     [javac] 	return getClassOrElement().getName();
>     [javac] 	       ^^^^^^^^^^^^^^^^^
>     [javac] The method getClassOrElement() from the type PropertyInferredData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 842. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 65)
>     [javac] 	public String getTypeName() throws MappingException {
>     [javac] 	                                   ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 843. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyInferredData.java
>     [javac]  (at line 66)
>     [javac] 	return getPropertyClass().getName();
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] The method getPropertyClass() from the type PropertyInferredData refers to the missing type MappingException
>     [javac] ----------
>     [javac] ----------
>     [javac] 844. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyPreloadedData.java
>     [javac]  (at line 4)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 845. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyPreloadedData.java
>     [javac]  (at line 21)
>     [javac] 	public String getDefaultAccess() throws MappingException {
>     [javac] 	                                        ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 846. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyPreloadedData.java
>     [javac]  (at line 25)
>     [javac] 	public String getPropertyName() throws MappingException {
>     [javac] 	                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 847. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyPreloadedData.java
>     [javac]  (at line 29)
>     [javac] 	public XClass getClassOrElement() throws MappingException {
>     [javac] 	                                         ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 848. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyPreloadedData.java (at line 30)
>     [javac] 	return getPropertyClass();
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] The method getPropertyClass() from the type PropertyPreloadedData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 849. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyPreloadedData.java (at line 33)
>     [javac] 	public XClass getPropertyClass() throws MappingException {
>     [javac] 	                                        ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 850. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyPreloadedData.java
>     [javac]  (at line 37)
>     [javac] 	public String getClassOrElementName() throws MappingException {
>     [javac] 	                                             ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 851. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyPreloadedData.java (at line 38)
>     [javac] 	return getTypeName();
>     [javac] 	       ^^^^^^^^^^^
>     [javac] The method getTypeName() from the type PropertyPreloadedData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 852. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/PropertyPreloadedData.java (at line 41)
>     [javac] 	public String getTypeName() throws MappingException {
>     [javac] 	                                   ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 853. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/RecoverableException.java
>     [javac]  (at line 13)
>     [javac] 	public class RecoverableException extends AnnotationException {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^
>     [javac] The hierarchy of the type RecoverableException is inconsistent
>     [javac] ----------
>     [javac] ----------
>     [javac] 854. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/SecondaryTableSecondPass.java
>     [javac]  (at line 6)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 855. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/SecondaryTableSecondPass.java
>     [javac]  (at line 13)
>     [javac] 	public class SecondaryTableSecondPass implements SecondPass {
>     [javac] 	                                                 ^^^^^^^^^^
>     [javac] SecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 856. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/SecondaryTableSecondPass.java
>     [javac]  (at line 24)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                         ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 857. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/SecondaryTableSecondPass.java
>     [javac]  (at line 24)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 858. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 7)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 859. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 8)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 860. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 10)
>     [javac] 	import org.hibernate.mapping.ManyToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.ManyToOne cannot be resolved
>     [javac] ----------
>     [javac] 861. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 11)
>     [javac] 	import org.hibernate.mapping.OneToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.OneToOne cannot be resolved
>     [javac] ----------
>     [javac] 862. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 863. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 13)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 864. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.mapping.ToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.ToOne cannot be resolved
>     [javac] ----------
>     [javac] 865. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 15)
>     [javac] 	import org.hibernate.mapping.KeyValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.KeyValue cannot be resolved
>     [javac] ----------
>     [javac] 866. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 16)
>     [javac] 	import org.hibernate.mapping.Component;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Component cannot be resolved
>     [javac] ----------
>     [javac] 867. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 17)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 868. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 26)
>     [javac] 	public class ToOneFkSecondPass extends FkSecondPass {
>     [javac] 	             ^^^^^^^^^^^^^^^^^
>     [javac] The hierarchy of the type ToOneFkSecondPass is inconsistent
>     [javac] ----------
>     [javac] 869. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 33)
>     [javac] 	ToOne value, Ejb3JoinColumn[] columns, boolean unique, String entityClassName, String path, ExtendedMappings mappings
>     [javac] 	^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 870. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 43)
>     [javac] 	return ( (ToOne) value ).getReferencedEntityName();
>     [javac] 	          ^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 871. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 43)
>     [javac] 	return ( (ToOne) value ).getReferencedEntityName();
>     [javac] 	                 ^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 872. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 48)
>     [javac] 	final PersistentClass persistentClass = mappings.getClass( entityClassName );
>     [javac] 	      ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 873. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 48)
>     [javac] 	final PersistentClass persistentClass = mappings.getClass( entityClassName );
>     [javac] 	                                                 ^^^^^^^^
>     [javac] The method getClass() in the type Object is not applicable for the arguments (String)
>     [javac] ----------
>     [javac] 874. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 49)
>     [javac] 	Property property = persistentClass.getIdentifierProperty();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 875. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 61)
>     [javac] 	KeyValue valueIdentifier = persistentClass.getIdentifier();
>     [javac] 	^^^^^^^^
>     [javac] KeyValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 876. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 63)
>     [javac] 	if ( valueIdentifier instanceof Component ) {
>     [javac] 	                                ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 877. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 64)
>     [javac] 	Iterator it = ( (Component) valueIdentifier ).getPropertyIterator();
>     [javac] 	^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 878. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 64)
>     [javac] 	Iterator it = ( (Component) valueIdentifier ).getPropertyIterator();
>     [javac] 	                 ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 879. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 66)
>     [javac] 	Property idProperty = (Property) it.next();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 880. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 66)
>     [javac] 	Property idProperty = (Property) it.next();
>     [javac] 	                       ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 881. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-
>     [javac] annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 76)
>     [javac] 	public void doSecondPass(java.util.Map persistentClasses) throws MappingException {
>     [javac] 	                         ^^^^^^^^^^^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 882. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 76)
>     [javac] 	public void doSecondPass(java.util.Map persistentClasses) throws MappingException {
>     [javac] 	
>     [javac]                                                                  ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 883. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 77)
>     [javac] 	if ( value instanceof ManyToOne ) {
>     [javac] 	     ^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 884. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 77)
>     [javac] 	if ( value instanceof ManyToOne ) {
>     [javac] 	                      ^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 885. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 78)
>     [javac] 	ManyToOne manyToOne = (ManyToOne) value;
>     [javac] 	^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 886. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 78)
>     [javac] 	ManyToOne manyToOne = (ManyToOne) value;
>     [javac] 	                       ^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 887. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 78)
>     [javac] 	ManyToOne manyToOne = (ManyToOne) value;
>     [javac] 	                                  ^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 888. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 79)
>     [javac] 	PersistentClass ref = (PersistentClass) persistentClasses.get( manyToOne.getReferencedEntityName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 889. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 79)
>     [javac] 	PersistentClass ref = (PersistentClass) persistentClasses.get( manyToOne.getReferencedEntityName() );
>     [javac] 	                       ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 890. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 81)
>     [javac] 	throw new AnnotationException(
>     [javac] 						"@OneToOne or @ManyToOne on "
>     [javac] 								+ StringHelper.qualify( entityClassName, path )
>     [javac] 								+ " references an unknown entity: "
>     [javac] 								+ manyToOn
>     [javac] e.getReferencedEntityName()
>     [javac] 				);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 891. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 83)
>     [javac] 	+ StringHelper.qualify( entityClassName, path )
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 892. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 95)
>     [javac] 	else if ( value instanceof OneToOne ) {
>     [javac] 	          ^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 893. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 95)
>     [javac] 	else if ( value instanceof OneToOne ) {
>     [javac] 	                           ^^^^^^^^
>     [javac] OneToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 894. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 96)
>     [javac] 	( (OneToOne) value ).createForeignKey();
>     [javac] 	   ^^^^^^^^
>     [javac] OneToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 895. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java (at line 96)
>     [javac] 	( (OneToOne) value ).createForeignKey();
>     [javac] 	             ^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 896. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 99)
>     [javac] 	throw new AssertionFailure( "FkSecondPass for a wrong value type: " + value.getClass().getName() );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 897. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/ToOneFkSecondPass.java
>     [javac]  (at line 99)
>     [javac] 	throw new AssertionFailure( "FkSecondPass for a wrong value type: " + value.getClass().getName() );
>     [javac] 	                                                                      ^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 898. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 4)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 899. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 7)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 900. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java (at line 16)
>     [javac] 	public XClass getClassOrElement() throws MappingException {
>     [javac] 	                                         ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 901. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 17)
>     [javac] 	return wrappedInferredData.getClassOrElement();
>     [javac] 	                           ^^^^^^^^^^^^^^^^^
>     [javac] The method getClassOrElement() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 902. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 20)
>     [javac] 	public String getClassOrElementName() throws MappingException {
>     [javac] 	                                             ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 903. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 21)
>     [javac] 	return wrappedInferredData.getClassOrElementName();
>     [javac] 	                           ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method getClassOrElementName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 904. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 32)
>     [javac] 	public XClass getPropertyClass() throws MappingException {
>     [javac] 	                                        ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 905. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 33)
>     [javac] 	return wrappedInferredData.getPropertyClass();
>     [javac] 	                           ^^^^^^^^^^^^^^^^
>     [javac] The method getPropertyClass() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 906. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 36)
>     [javac] 	public String getPropertyName() throws MappingException {
>     [javac] 	                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 907. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 40)
>     [javac] 	public String getTypeName() throws MappingException {
>     [javac] 	                                   ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 908. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 41)
>     [javac] 	return wrappedInferredData.getTypeName();
>     [javac] 	                           ^^^^^^^^^^^
>     [javac] The method getTypeName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] 909. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 46)
>     [javac] 	this.propertyName = StringHelper.qualify( inferredData.getPropertyName(), suffix );
>     [javac] 	                    ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 910. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/WrappedInferredData.java
>     [javac]  (at line 46)
>     [javac] 	this.propertyName = StringHelper.qualify( inferredData.getPropertyName(), suffix );
>     [javac] 	                                                       ^^^^^^^^^^^^^^^
>     [javac] The method getPropertyName() from the type PropertyData refers to the missing type MappingException
>     [javac] ----------
>     [javac] ----------
>     [javac] 911. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ArrayBinder.java (at line 3)
>     [javac] 	import org.hibernate.mapping.Array;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Array cannot be resolved
>     [javac] ----------
>     [javac] 912. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ArrayBinder.java
>     [javac]  (at line 4)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 913. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ArrayBinder.java
>     [javac]  (at line 5)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 914. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ArrayBinder.java
>     [javac]  (at line 17)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	          ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 915. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ArrayBinder.java
>     [javac]  (at line 17)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	                                      ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 916. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ArrayBinder.java (at line 18)
>     [javac] 	return new Array( persistentClass );
>     [javac] 	           ^^^^^
>     [javac] Array cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 917. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/BagBinder.java
>     [javac]  (at line 3)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 918. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/BagBinder.java
>     [javac]  (at line 4)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 919. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/BagBinder.java
>     [javac]  (at line 11)
>     [javac] 	public class BagBinder extends CollectionBinder {
>     [javac] 	             ^^^^^^^^^
>     [javac] The type BagBinder must implement the inherited abstract method CollectionBinder.createCollection(PersistentClass)
>     [javac] ----------
>     [javac] 920. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/BagBinder.java
>     [javac]  (at line 16)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	          ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 921. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/BagBinder.java
>     [javac]  (at line 16)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	                                      ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 922. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/BagBinder.java
>     [javac]  (at line 17)
>     [javac] 	return new org.hibernate.mapping.Bag( persistentClass );
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Bag cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 923. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 924. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 21)
>     [javac] 	import org.hibernate.FetchMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.FetchMode cannot be resolved
>     [javac] ----------
>     [javac] 925. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 22)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 926. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 54)
>     [javac] 	import org.hibernate.cfg.CollectionSecondPass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.cfg.CollectionSecondPass cannot be resolved
>     [javac] ----------
>     [javac] 927. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 64)
>     [javac] 	import org.hibernate.cfg.SecondPass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.cfg.SecondPass cannot be resolved
>     [javac] ----------
>     [javac] 928. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 65)
>     [javac] 	import org.hibernate.engine.ExecuteUpdateResultCheckStyle;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 929. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 66)
>     [javac] 	import org.hibernate.mapping.Any;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Any cannot be resolved
>     [javac] ----------
>     [javac] 930. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 67)
>     [javac] 	import org.hibernate.mapping.Backref;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Backref cannot be resolved
>     [javac] ----------
>     [javac] 931. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 68)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 932. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 69)
>     [javac] 	import org.hibernate.mapping.Column;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Column cannot be resolved
>     [javac] ----------
>     [javac] 933. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 70)
>     [javac] 	import org.hibernate.mapping.Component;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Component cannot be resolved
>     [javac] ----------
>     [javac] 934. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 71)
>     [javac] 	import org.hibernate.mapping.DependantValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.DependantValue cannot be resolved
>     [javac] ----------
>     [javac] 935. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 73)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 936. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 74)
>     [javac] 	import org.hibernate.mapping.KeyValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.KeyValue cannot be resolved
>     [javac] ----------
>     [javac] 937. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 75)
>     [javac] 	import org.hibernate.mapping.ManyToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.ManyToOne cannot be resolved
>     [javac] ----------
>     [javac] 938. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 76)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 939. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 77)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 940. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 78)
>     [javac] 	import org.hibernate.mapping.Selectable;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Selectable cannot be resolved
>     [javac] ----------
>     [javac] 941. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 79)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 942. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 80)
>     [javac] 	import org.hibernate.mapping.SingleTableSubclass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SingleTableSubclass cannot be resolved
>     [javac] ----------
>     [javac] 943. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 81)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 944. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 82)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 945. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 97)
>     [javac] 	protected Collection collection;
>     [javac] 	          ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 946. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 209)
>     [javac] 	throw new AnnotationException( "Set do not support @CollectionId: "
>     [javac] 							+ StringHelper.qualify( entityName, property.getName() ) );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 947. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 210)
>     [javac] 	+ StringHelper.qualify( entityName, property.getName() ) );
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 948. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 216)
>     [javac] 	throw new AnnotationException( "Set do not support @CollectionId: "
>     [javac] 							+ StringH
>     [javac] elper.qualify( entityName, property.getName() ) );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 949. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 217)
>     [javac] 	+ StringHelper.qualify( entityName, property.getName() ) );
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 950. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 223)
>     [javac] 	throw new AnnotationException( "Map do not support @CollectionId: "
>     [javac] 							+ StringHelper.qualify( entityName, property.getName() ) );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 951. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 224)
>     [javac] 	+ StringHelper.qualify( entityName, property.getName() ) );
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 952. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 230)
>     [javac] 	throw new AnnotationException( "Map do not support @CollectionId: "
>     [javac] 							+ StringH
>     [javac] elper.qualify( entityName, property.getName() ) );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 953. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 231)
>     [javac] 	+ StringHelper.qualify( entityName, property.getName() ) );
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 954. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 246)
>     [javac] 	throw new AnnotationException( "List do not support @CollectionId and @IndexColumn at the same time: "
>     [javac] 								+ StringHelper.qualify( entityName, property.getName() ) );
>     [javac] 	      ^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 955. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 247)
>     [javac] 	+ StringHelper.qualify( entityName, property.getName() ) );
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 956. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 259)
>     [javac] 	throw new AnnotationException(
>     [javac] 						returnedClass.getName() + " collection not yet supported: "
>     [javac] 								+ StringHelper.qualify( entityName, property.getName() )
>     [javac] 				);
>     [javac] 	      ^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 957. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 261)
>     [javac] 	+ StringHelper.qualify( entityName, property.getName() )
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 958. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 266)
>     [javac] 	throw new AnnotationException(
>     [javac] 					"Illegal attempt to map a non collection as a @OneToMany, @ManyToMany or @CollectionOfElements: "
>     [javac] 							+ StringHelper.qualify( entityName, propert
>     [javac] y.getName() )
>     [javac] 			);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 959. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 268)
>     [javac] 	+ StringHelper.qualify( entityName, property.getName() )
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 960. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 300)
>     [javac] 	protected abstract Collection createCollection(PersistentClass persistentClass);
>     [javac] 	                   ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 961. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 300)
>     [javac] 	protected abstract Collection createCollection(PersistentClass persistentClass);
>     [javac] 	                                               ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 962. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 302)
>     [javac] 	public Collection getCollection() {
>     [javac] 	       ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 963. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 303)
>     [javac] 	return collection;
>     [javac] 	       ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 964. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 311)
>     [javac] 	this.collection = createCollection( propertyHolder.getPersistentClass() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 965. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 311)
>     [javac] 	this.collection = createCollection( propertyHolder.getPersistentClass() );
>     [javac] 	                                                   ^^^^^^^^^^^^^^^^^^
>     [javac] The method getPersistentClass() from the type PropertyHolder refers to the missing type PersistentClass
>     [javac] ----------
>     [javac] 966. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 312)
>     [javac] 	log.debug( "Collection role: {}", StringHelper.qualify( propertyHolder.getPath(), propertyName ) );
>     [javac] 	                                  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 967. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 313)
>     [javac] 	collection.setRole( StringHelper.qualify( propertyHolder.getPath(), propertyName ) );
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 968. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 313)
>     [javac] 	collection.setRole( StringHelper.qualify( propertyHolder.getPath(), propertyName ) );
>     [javac] 	                    ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 969. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 314)
>     [javac] 	collection.setNodeName( propertyName );
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 970. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 317)
>     [javac] 	throw new AnnotationException(
>     [javac] 					"Cannot mix @javax.persistence.MapKey and @org.h
>     [javac] ibernate.annotations.MapKey "
>     [javac] 							+ "on the same collection: " + StringHelper.qualify(
>     [javac] 							propertyHolder.getPath(), propertyName
>     [javac] 					)
>     [javac] 			);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 971. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 479)
>     [javac] 	throw new AssertionFailure(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 972. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 521)
>     [javac] 	throw new AnnotationException( errorMsg );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 973. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 529)
>     [javac] 	public SecondPass getSecondPass(
>     [javac] 	       ^^^^^^^^^^
>     [javac] SecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 974. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 562)
>     [javac] 	PersistentClass persistentClass = (PersistentClass) persistentClasses.get( collType.getName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 975. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 618)
>     [javac] 	Collection collection, Map persistentClasses, Ejb3JoinColumn[] fkJoinColumns,
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 976. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 679)
>     [javac] 	collection.addManyToManyFilter( simpleFilter.name(), getCondition( simpleFilter ) );
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 977. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 774)
>     [javac] 	cond = mappings.getFilterDefinition( name ).getDefaultFilterCondition();
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^
>     [javac] The method getFilterDefinition(String) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 978. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 810)
>     [javac] 	private static String buildOrderByClauseFromHql(String hqlOrderBy, PersistentClass associatedClass, String role) {
>     [javac] 	                                                                   ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 979. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 820)
>     [javac] 	Selectable col = (Selectable) it.next();
>     [javac] 	^^^^^^^^^^
>     [javac] Selectable cannot be resolved to a type
>     [javac] ----------
>     [javac] 980. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 820)
>     [javac] 	Selectable col = (Selectable) it.next();
>     [javac] 	                  ^^^^^^^^^^
>     [javac] Selectable cannot be resolved to a type
>     [javac] ----------
>     [javac] 981. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 832)
>     [javac] 	throw new AnnotationException(
>     [javac] 									"Error while parsing HQL orderBy clause: " + hqlOrderBy
>     [javac] 											+ " (" + role + ")"
>     [javac] 							);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 982. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 865)
>     [javac] 	Property p = BinderHelper.findPropertyByName( associatedClass, property );
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 983. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 867)
>     [javac] 	throw new AnnotationException(
>     [javac] 								"property from @OrderBy clause not found: "
>     [javac] 										+ associatedClass.getEntityName() + "." + property
>     [javac] 						);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 984. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 872)
>     [javac] 	PersistentClass pc = p.getPersistentClass();
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 985. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 882)
>     [javac] 	|| (associatedClass instanceof SingleTableSubclass && pc
>     [javac] 	                               ^^^^^^^^^^^^^^^^^^^
>     [javac] SingleTableSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 986. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 892)
>     [javac] 	Selectable column = (Selectable) propertyColumns.next();
>     [javac] 	^^^^^^^^^^
>     [javac] Selectable cannot be resolved to a type
>     [javac] ----------
>     [javac] 987. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 892)
>     [javac] 	Selectable column = (Selectable) propertyColumns.next();
>     [javac] 	                     ^^^^^^^^^^
>     [javac] Selectable cannot be resolved to a type
>     [javac] ----------
>     [javac] 988. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 907)
>     [javac] 	private static String buildOrderByClauseFromHql(String hqlOrderBy, Component component, String role) {
>     [javac] 	                                                                   ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 989. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 924)
>     [javac] 	throw new AnnotationException(
>     [javac] 									"Error while parsing HQL orderBy clause: " + hqlOrderBy
>     [javac] 											+ " (" + role + ")"
>     [javac] 							);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 990. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 957)
>     [javac] 	Property p = component.getProperty( property );
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 991. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 959)
>     [javac] 	throw new AnnotationException(
>     [javac] 								"property from @OrderBy clause not found: "
>     [javac] 	
>     [javac] 									+ role + "." + property
>     [javac] 						);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 992. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 967)
>     [javac] 	Selectable column = (Selectable) propertyColumns.next();
>     [javac] 	^^^^^^^^^^
>     [javac] Selectable cannot be resolved to a type
>     [javac] ----------
>     [javac] 993. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 967)
>     [javac] 	Selectable column = (Selectable) propertyColumns.next();
>     [javac] 	                     ^^^^^^^^^^
>     [javac] Selectable cannot be resolved to a type
>     [javac] ----------
>     [javac] 994. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 992)
>     [javac] 	private static SimpleValue buildCollectionKey(
>     [javac] 	               ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 995. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 993)
>     [javac] 	Collection collValue, Ejb3JoinColumn[] joinColumns, boolean cascadeDeleteEnabled,
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 996. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 997)
>     [javac] 	KeyValue keyVal;
>     [javac] 	^^^^^^^^
>     [javac] KeyValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 997. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1000)
>     [javac] 	if ( joinColumns.length > 0 && StringHelper.isNotEmpty( joinColumns[0].getMappedBy() ) ) {
>     [javac] 	                               ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 998. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1018)
>     [javac] 	keyVal = (KeyValue) collValue.getOwner()
>     [javac] 	          ^^^^^^^^
>     [javac] KeyValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 999. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-an
>     [javac] notations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 1022)
>     [javac] 	DependantValue key = new DependantValue( collValue.getCollectionTable(), keyVal );
>     [javac] 	^^^^^^^^^^^^^^
>     [javac] DependantValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1000. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1022)
>     [javac] 	DependantValue key = new DependantValue( collValue.getCollectionTable(), keyVal );
>     [javac] 	                         ^^^^^^^^^^^^^^
>     [javac] DependantValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1001. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1047)
>     [javac] 	) throws MappingException {
>     [javac] 	         ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1002. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 1303)
>     [javac] 	private static void checkFilterConditions(Collection collValue) {
>     [javac] 	                                          ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1003. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1305)
>     [javac] 	if ( ( collValue.getFilterMap().size() != 0 || StringHelper.isNotEmpty( collValue.getWhere() ) ) &&
>     [javac] 	                                               ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1004. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1306)
>     [javac] 	collValue.getFetchMode() == FetchMode.JOIN &&
>     [javac] 	                            ^^^^^^^^^
>     [javac] FetchMode cannot be resolved
>     [javac] ----------
>     [javac] 1005. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 1307)
>     [javac] 	!( collValue.getElement() instanceof SimpleValue ) && //SimpleValue (CollectionOfEl
>     [javac] ements) are always SELECT but it does not matter
>     [javac] 	                                     ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1006. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1308)
>     [javac] 	collValue.getElement().getFetchMode() != FetchMode.JOIN ) {
>     [javac] 	                                         ^^^^^^^^^
>     [javac] FetchMode cannot be resolved
>     [javac] ----------
>     [javac] 1007. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1309)
>     [javac] 	throw new MappingException(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1008. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 1317)
>     [javac] 	Collection collValue, PersistentClass collectionEntity, Ejb3JoinColumn[] joinColumns,
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1009. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1317)
>     [javac] 	Collection collValue, PersistentClass collectionEntity, Ejb3JoinColumn[] joinColumns,
>     [javac] 	                      ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1010. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1324)
>     [javac] 	SimpleValue key = buildCollectionKey( collValue, joinColumns, cascadeDeleteEnabled, property, mappings );
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1011. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1349)
>     [javac] 	PersistentClass referencedEntity, Ejb3JoinColumn[] columns, SimpleValue value, boolean unique,
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1012. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1349)
>     [javac] 	PersistentClass referencedEntity, Ejb3JoinColumn[] columns, SimpleValue value, boolean unique,
>     [javac] 	                                                            ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1013. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1353)
>     [javac] 	if ( StringHelper.isNotEmpty( mappedBy ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1014. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 1354)
>     [javac] 	final Property property = referencedEntity.getRecursiveProperty( mappedBy );
>     [javac] 	      ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1015. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1356)
>     [javac] 	if ( property.getValue() instanceof Collection ) {
>     [javac] 	                                    ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1016. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1357)
>     [javac] 	mappedByColumns = ( (Collection) property.getValue() ).getKey().getColumnIterator();
>     [javac] 	                     ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1017. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 1362)
>     [javac] 	KeyValue key = null;
>     [javac] 	^^^^^^^^
>     [javac] KeyValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1018. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1364)
>     [javac] 	Join join = (Join) joinsIt.next();
>     [javac] 	^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1019. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 1364)
>     [javac] 	Join join = (Join) joinsIt.next();
>     [javac] 	             ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1020. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1374)
>     [javac] 	Column column = (Column) mappedByColumns.next();
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1021. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java (at line 1374)
>     [javac] 	Column column = (Column) mappedByColumns.next();
>     [javac] 	                 ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1022. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/CollectionBinder.java
>     [javac]  (at line 1383)
>     [javac] 	( (ManyToOne) value ).setReferencedPropertyName( referencedPropertyName );
>     [javac] 	   ^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 1023. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 18)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 1024. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 19)
>     [javac] 	import org.hibernate.EntityMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.EntityMode cannot be resolved
>     [javac] ----------
>     [javac] 1025. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 20)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 1026. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 49)
>     [javac] 	import org.hibernate.engine.ExecuteUpdateResultCheckStyle;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1027. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 50)
>     [javac] 	import org.hibernate.engine.FilterDefinition;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1028. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 51)
>     [javac] 	import org.hibernate.engine.Versioning;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1029. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 52)
>     [javac] 	import org.hibernate.mapping.DependantValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.DependantValue cannot be resolved
>     [javac] ----------
>     [javac] 1030. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 53)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 1031. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 54)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 1032. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 55)
>     [javac] 	import org.hibernate.mapping.RootClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.RootClass cannot be resolved
>     [javac] ----------
>     [javac] 1033. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 56)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 1034. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 57)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 1035. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 58)
>     [javac] 	import org.hibernate.mapping.TableOwner;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.TableOwner cannot be resolved
>     [javac] ----------
>     [javac] 1036. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 59)
>     [javac] 	import org.hibernate.mapping.Value;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Value cannot be resolved
>     [javac] ----------
>     [javac] 1037. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 60)
>     [javac] 	import org.hibernate.util.ReflectHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1038. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 61)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1039. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 73)
>     [javac] 	private PersistentClass persistentClass;
>     [javac] 	        ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1040. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 88)
>     [javac] 	private java.util.Map<String, Join> secondaryTables = new HashMap<String, Join>();
>     [javac] 	                              ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1041. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 88)
>     [javac] 	private java.util.Map<String, Join> secondaryTables = new HashMap<String, Join>();
>     [javac] 	                                                                          ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1042. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 110)
>     [javac] 	XClass annotatedClass, PersistentClass persistentClass,
>     [javac] 	                       ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1043. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 114)
>     [javac] 	this.persistentClass = persistentClass;
>     [javac] 	^^^^^^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1044. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 141)
>     [javac] 	if ( ejb3Ann == null ) throw new AssertionFailure( "@Entity should always be not null" );
>     [javac] 	                                 ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1045. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 143)
>     [javac] 	name = StringHelper.unqualify( annotatedClass.getName() );
>     [javac] 	       ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1046. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 155)
>     [javac] 	persistentClass.setAbstract( annotatedClass.isAbstract() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1047. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 156)
>     [javac] 	persistentClass.setClassName( annotatedClass.getName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1048. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 157)
>     [javac] 	persistentClass.setNodeName( name );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1049. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 159)
>     [javac] 	persistentClass.setEntityName( annotatedClass.getName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1050. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 162)
>     [javac] 	persistentClass.setLazy( lazy );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1051. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 164)
>     [javac] 	persistentClass.setProxyInterfaceName( proxyClass.getName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1052. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 166)
>     [javac] 	persistentClass.setDynamicInsert( dynamicInsert );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1053. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 167)
>     [javac] 	persistentClass.setDynamicUpdate( dynamicUpdate );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1054. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 169)
>     [javac] 	if ( persistentClass instanceof RootClass ) {
>     [javac] 	     ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1055. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 169)
>     [javac] 	if ( persistentClass instanceof RootClass ) {
>     [javac] 	                                ^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1056. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 170)
>     [javac] 	RootClass rootClass = (RootClass) persistentClass;
>     [javac] 	^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1057. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 170)
>     [javac] 	RootClass rootClass = (RootClass) persistentClass;
>     [javac] 	                       ^^^^^^^^^
>     [javac] RootClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1058. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 170)
>     [javac] 	RootClass rootClass = (RootClass) persistentClass;
>     [javac] 	                                  ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1059. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 185)
>     [javac] 	if ( StringHelper.isNotEmpty( where ) ) rootClass.setWhere( where );
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1060. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 203)
>     [javac] 	persistentClass.setOptimisticLockMode( getVersioning( optimisticLockType ) );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1061. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 204)
>     [javac] 	persistentClass.setSelectBeforeUpdate( selectBeforeUpdate );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1062. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 217)
>     [javac] 	persister = ReflectHelper.classForName( entityAnn.persister() );
>     [javac] 	            ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1063. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 220)
>     [javac] 	throw new AnnotationException( "Could not find persister class: " + persister );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1064. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 224)
>     [javac] 	if ( persister != null ) persistentClass.setEntityPersisterClass( persister );
>     [javac] 	                         ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1065. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 226)
>     [javac] 	persistentClass.setBatchSize( batchSize );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1066. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 235)
>     [javac] 	persistentClass.setCustomSQLInsert( sqlInsert.sql().trim(), sqlInsert.callable(),
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1067. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 236)
>     [javac] 	ExecuteUpdateResultCheckStyle.parse( sqlInsert.check().toString().toLowerCase() )
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ExecuteUpdateResultCheckStyle cannot be resolved
>     [javac] ----------
>     [javac] 1068. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 241)
>     [javac] 	persistentClass.setCustomSQLUpdate( sqlUpdate.sql(), sqlUpdate.callable(),
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1069. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 242)
>     [javac] 	ExecuteUpdateResultCheckStyle.parse( sqlUpdate.check().toString().toLowerCase() )
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ExecuteUpdateResultCheckStyle cannot be resolved
>     [javac] ----------
>     [javac] 1070. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 246)
>     [javac] 	persistentClass.setCustomSQLDelete( sqlDelete.sql(), sqlDelete.callable(),
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1071. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 247)
>     [javac] 	ExecuteUpdateResultCheckStyle.parse( sqlDelete.check().toString().toLowerCase() )
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ExecuteUpdateResultCheckStyle cannot be resolved
>     [javac] ----------
>     [javac] 1072. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 251)
>     [javac] 	persistentClass.setCustomSQLDelete( sqlDeleteAll.sql(), sqlDeleteAll.callable(),
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1073. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 252)
>     [javac] 	ExecuteUpdateResultCheckStyle.parse( sqlDeleteAll.check().toString().toLowerCase() )
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ExecuteUpdateResultCheckStyle cannot be resolved
>     [javac] ----------
>     [javac] 1074. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 256)
>     [javac] 	persistentClass.setLoaderName( loader.namedQuery() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1075. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 262)
>     [javac] 	EntityMode mode = EntityMode.parse( tuplizer.entityMode() );
>     [javac] 	^^^^^^^^^^
>     [javac] EntityMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1076. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 262)
>     [javac] 	EntityMode mode = EntityMode.parse( tuplizer.entityMode() );
>     [javac] 	                  ^^^^^^^^^^
>     [javac] EntityMode cannot be resolved
>     [javac] ----------
>     [javac] 1077. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 263)
>     [javac] 	persistentClass.addTuplizer( mode, tuplizer.impl().getName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1078. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 268)
>     [javac] 	EntityMode mode = EntityMode.parse( tuplizer.entityMode() );
>     [javac] 	^^^^^^^^^^
>     [javac] EntityMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1079. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 268)
>     [javac] 	EntityMode mode = EntityMode.parse( tuplizer.entityMode() );
>     [javac] 	                  ^^^^^^^^^^
>     [javac] EntityMode cannot be resolved
>     [javac] ----------
>     [javac] 1080. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 269)
>     [javac] 	persistentClass.addTuplizer( mode, tuplizer.impl().getName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1081. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 279)
>     [javac] 	FilterDefinition definition = mappings.getFilterDefinition( filterName );
>     [javac] 	^^^^^^^^^^^^^^^^
>     [javac] FilterDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1082. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 279)
>     [javac] 	FilterDefinition definition = mappings.getFilterDefinition( filterName );
>     [javac] 	                                       ^^^^^^^^^^^^^^^^^^^
>     [javac] The method getFilterDefinition(String) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 1083. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 281)
>     [javac] 	if ( StringHelper.isEmpty( cond ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1084. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 282)
>     [javac] 	throw new AnnotationException(
>     [javac] 								"no filter condition found for filter " + fil
>     [javac] terName + " in " + this.name
>     [javac] 						);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1085. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 287)
>     [javac] 	persistentClass.addFilter( filterName, cond );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1086. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 292)
>     [javac] 	log.warn( "@Filter not allowed on subclasses (ignored): {}", persistentClass.getEntityName() );
>     [javac] 	                                                             ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1087. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 297)
>     [javac] 	mappings.addImport( persistentClass.getEntityName(), name );
>     [javac] 	                    ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1088. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 298)
>     [javac] 	String entityName = persistentClass.getEntityName();
>     [javac] 	                    ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1089. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 300)
>     [javac] 	mappings.addImport( entityName, entityName );
>     [javac] 	         ^^^^^^^^^
>     [javac] The method addImport(String, String) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 1090. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 303)
>     [javac] 	catch (MappingException me) {
>     [javac] 	       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1091. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 304)
>     [javac] 	throw new AnnotationException( "Use of the same entity name twice: " + name, me );
>     [javac] 	
>     [javac]       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1092. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 309)
>     [javac] 	if ( StringHelper.isEmpty( discriminatorValue ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1093. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 310)
>     [javac] 	Value discriminator = persistentClass.getDiscriminator();
>     [javac] 	^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1094. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 310)
>     [javac] 	Value discriminator = persistentClass.getDiscriminator();
>     [javac] 	                      ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1095. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 312)
>     [javac] 	persistentClass.setDiscriminatorValue( name );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1096. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 315)
>     [javac] 	throw new AnnotationException(
>     [javac] 						"Using default @DiscriminatorValue for a discri
>     [javac] minator of type CHAR is not safe"
>     [javac] 				);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1097. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 320)
>     [javac] 	persistentClass.setDiscriminatorValue( String.valueOf( name.hashCode() ) );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1098. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 323)
>     [javac] 	persistentClass.setDiscriminatorValue( name ); //Spec compliant
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1099. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 328)
>     [javac] 	persistentClass.setDiscriminatorValue( discriminatorValue );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1100. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 335)
>     [javac] 	return Versioning.OPTIMISTIC_LOCK_VERSION;
>     [javac] 	       ^^^^^^^^^^
>     [javac] Versioning cannot be resolved
>     [javac] ----------
>     [javac] 1101. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 337)
>     [javac] 	return Versioning.OPTIMISTIC_LOCK_NONE;
>     [javac] 	       ^^^^^^^^^^
>     [javac] Versioning cannot be resolved
>     [javac] ----------
>     [javac] 1102. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 339)
>     [javac] 	return Versioning.OPTIMISTIC_LOCK_DIRTY;
>     [javac] 	       ^^^^^^^^^^
>     [javac] Versioning cannot be resolved
>     [javac] ----------
>     [javac] 1103. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 341)
>     [javac] 	return Versioning.OPTIMISTIC_LOCK_ALL;
>     [javac] 	       ^^^^^^^^^^
>     [javac] Versioning cannot be resolved
>     [javac] ----------
>     [javac] 1104. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 354)
>     [javac] 	throw new AssertionFailure( "Unknown polymorphism type: " + type );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1105. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 397)
>     [javac] 	if ( StringHelper.isEmpty( tableName ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1106. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 408)
>     [javac] 	String constraints, Table denormalizedSuperclassTable
>     [javac] 	                    ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1107. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 435)
>     [javac] 	Iterator joins = secondaryTables.values().iterator();
>     [javac] 	                 ^^^^^^^^^^^^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1108. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 446)
>     [javac] 	private void createPrimaryColumnsToSecondaryTable(Object uncastedColumn, PropertyHol
>     [javac] der propertyHolder, Join join) {
>     [javac] 	                                                                                                        ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1109. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 514)
>     [javac] 	Join join, Ejb3JoinColumn[] ejb3JoinColumns
>     [javac] 	^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1110. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 526)
>     [javac] 	private void setFKNameIfDefined(Join join) {
>     [javac] 	                                ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1111. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 533)
>     [javac] 	private org.hibernate.annotations.Table findMatchingComplimentTableAnnotation(Join j
>     [javac] oin) {
>     [javac] 	                                                                              ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1112. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 560)
>     [javac] 	addJoin( tab, null, null, false );
>     [javac] 	^^^^^^^
>     [javac] The method addJoin(SecondaryTable, JoinTable, PropertyHolder, boolean) from the type EntityBinder re
>     [javac] fers to the missing type Join
>     [javac] ----------
>     [javac] 1113. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 569)
>     [javac] 	public Join addJoin(JoinTable joinTable, PropertyHolder holder, boolean noDelayInPkColumnCreation) {
>     [javac] 	       ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1114. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 576)
>     [javac] 	private Join addJoin(
>     [javac] 	        ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1115. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 676)
>     [javac] 	public java.util.Map<String, Join> getSecondaryTables() {
>     [javac] 	                             ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1116. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 693)
>     [javac] 	throw new AnnotationException( "Unknown lazy property annotations: " + cacheAnn.include() );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1117. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java (at line 708)
>     [javac] 	return org.hibernate.cache.access.AccessType.READ_ONLY.getName();
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.cache cannot be resolved
>     [javac] ----------
>     [javac] 1118. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 710)
>     [javac] 	return org.hibernate.cache.access.AccessType.READ_WRITE.getName();
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.cache cannot be resolved
>     [javac] ----------
>     [javac] 1119. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 712)
>     [javac] 	return org.hibernate.cache.access.AccessType.NONSTRICT_READ_WRITE.getName();
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.cache cannot be resolved
>     [javac] ----------
>     [javac] 1120. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 714)
>     [javac] 	return org.hibernate.cache.access.AccessType.TRANSACTIONAL.getName();
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.cache cannot be resolved
>     [javac] ----------
>     [javac] 1121. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 716)
>     [javac] 	throw new AssertionFailure( "CacheConcurrencyStrategy unknown: " + strategy );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1122. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/EntityBinder.java
>     [javac]  (at line 740)
>     [javac] 	Iterator tables = persistentClass.getTableClosureIterator();
>     [javac] 	                  ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 1123. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 19)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 1124. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.mapping.IdentifierCollection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.IdentifierCollection cannot be resolved
>     [javac] ----------
>     [javac] 1125. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 21)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 1126. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 22)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 1127. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 23)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 1128. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 24)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1129. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java (at line 30)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	          ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1130. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 30)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	                                      ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1131. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 31)
>     [javac] 	return new org.hibernate.mapping.IdentifierBag( persistentClass );
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.IdentifierBag cannot be resolved to a type
>     [javac] ----------
>     [javac] 1132. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 36)
>     [javac] 	Map persistentClasses, XClass collType, Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns,
>     [javac] 	^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1133. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 52)
>     [javac] 	Ejb3Column[] idColumns = Ejb3Column.buildColumnFromAnnotation(
>     [javac] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, M
>     [javac] ap<String,Join>, ExtendedMappings) from the type Ejb3Column refers to the missing type Join
>     [javac] ----------
>     [javac] 1134. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java (at line 58)
>     [javac] 	Collections.EMPTY_MAP,
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Join>
>     [javac] ----------
>     [javac] 1135. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 61)
>     [javac] 	Table table = collection.getCollectionTable();
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1136. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java (at line 61)
>     [javac] 	Table table = collection.getCollectionTable();
>     [javac] 	              ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1137. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 69)
>     [javac] 	throw new AnnotationException( "@CollectionId is missing type: "
>     [javac] 						+ StringHelper.qualify( propertyHolder.getPath(), propertyName ) );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1138. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 70)
>     [javac] 	+ StringHelper.qualify( propertyHolder.getPath(), propertyName ) );
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1139. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java (at line 73)
>     [javac] 	SimpleValue id = simpleValue.make();
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1140. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 73)
>     [javac] 	SimpleValue id = simpleValue.make();
>     [javac] 	                             ^^^^
>     [javac] The method make() from the type SimpleValueBinder refers to the missing type SimpleValue
>     [javac] ----------
>     [javac] 1141. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 74)
>     [javac] 	( (IdentifierCollection) collection ).setIdentifier( id );
>     [javac] 	   ^^^^^^^^^^^^^^^^^^^^
>     [javac] IdentifierCollection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1142. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/IdBagBinder.java
>     [javac]  (at line 74)
>     [javac] 	( (IdentifierCollection) collection ).setIdentifier( id );
>     [javac] 	                         ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 1143. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 6)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 1144. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.cfg.CollectionSecondPass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.cfg.CollectionSecondPass cannot be resolved
>     [javac] ----------
>     [javac] 1145. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 18)
>     [javac] 	import org.hibernate.cfg.SecondPass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.cfg.SecondPass cannot be resolved
>     [javac] ----------
>     [javac] 1146. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 19)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 1147. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.mapping.IndexBackref;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.IndexBackref cannot be resolved
>     [javac] ----------
>     [javac] 1148. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 21)
>     [javac] 	import org.hibernate.mapping.List;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.List cannot be resolved
>     [javac] ----------
>     [javac] 1149. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 22)
>     [javac] 	import org.hibernate.mapping.OneToMany;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.OneToMany cannot be resolved
>     [javac] ----------
>     [javac] 1150. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 23)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 1151. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 24)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 1152. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 35)
>     [javac] 	public class ListBinder extends CollectionBinder {
>     [javac] 	             ^^^^^^^^^^
>     [javac] The type ListBinder must implement the inherited abstract method CollectionBinder.createCollection(PersistentClass)
>     [javac] ----------
>     [javac] 1153. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 41)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	          ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1154. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 41)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	                                      ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1155. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 42)
>     [javac] 	return new org.hibernate.mapping.List( persistentClass );
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.List cannot be resolved to a type
>     [javac] ----------
>     [javac] 1156. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java (at line 54)
>     [javac] 	public SecondPass getSecondPass(
>     [javac] 	       ^^^^^^^^^^
>     [javac] SecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1157. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 63)
>     [javac] 	return new CollectionSecondPass( mappings, ListBinder.this.collection ) {
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^
>     [javac] CollectionSecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1158. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 63)
>     [javac] 	return new CollectionSecondPass( mappings, ListBinder.this.collection ) {
>     [javac] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1159. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java (at line 78)
>     [javac] 	this.collection,
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1160. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 79)
>     [javac] 	StringHelper.qualify( this.collection.getRole(), "key" ),
>     [javac] 	                      ^^^^^^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1161. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java (at line 83)
>     [javac] 	List list = (List) this.collection;
>     [javac] 	^^^^
>     [javac] List cannot be resolved to a type
>     [javac] ----------
>     [javac] 1162. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 83)
>     [javac] 	List list = (List) this.collection;
>     [javac] 	             ^^^^
>     [javac] List cannot be resolved to a type
>     [javac] ----------
>     [javac] 1163. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java (at line 83)
>     [javac] 	List list = (List) this.collection;
>     [javac] 	                   ^^^^^^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1164. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java (at line 90)
>     [javac] 	SimpleValue indexValue = value.make();
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1165. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 90)
>     [javac] 	SimpleValue indexValue = value.make();
>     [javac] 	                               ^^^^
>     [javac] The method make() from the type SimpleValueBinder refers to the missing type SimpleValue
>     [javac] ----------
>     [javac] 1166. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 95)
>     [javac] 	String entityName = ( (OneToMany) list.getElement() ).getReferencedEntityName();
>     [javac] 	                       ^^^^^^^^^
>     [javac] OneToMany cannot be resolved to a type
>     [javac] ----------
>     [javac] 1167. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 96)
>     [javac] 	PersistentClass referenced = mappings.getClass( entityName );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1168. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 96)
>     [javac] 	PersistentClass referenced = mappings.getClass( entityName );
>     [javac] 	                                      ^^^^^^^^
>     [javac] The method getClass() in the type Object is not applicable for the arguments (String)
>     [javac] ----------
>     [javac] 1169. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java (at line 97)
>     [javac] 	IndexBackref ib = new IndexBackref();
>     [javac] 	^^^^^^^^^^^^
>     [javac] IndexBackref cannot be resolved to a type
>     [javac] ----------
>     [javac] 1170. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 97)
>     [javac] 	IndexBackref ib = new IndexBackref();
>     [javac] 	                      ^^^^^^^^^^^^
>     [javac] IndexBackref cannot be resolved to a type
>     [javac] ----------
>     [javac] 1171. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java (at line 108)
>     [javac] 	Collection coll = this.collection;
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1172. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java
>     [javac]  (at line 108)
>     [javac] 	Collection coll = this.collection;
>     [javac] 	                  ^^^^^^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1173. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ListBinder.java (at line 109)
>     [javac] 	throw new AnnotationException(
>     [javac] 					"List/array has to be annotated with an @IndexCo
>     [javac] lumn: "
>     [javac] 							+ coll.getRole()
>     [javac] 			);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] ----------
>     [javac] 1174. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 12)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 1175. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 13)
>     [javac] 	import org.hibernate.FetchMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.FetchMode cannot be resolved
>     [javac] ----------
>     [javac] 1176. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 14)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 1177. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 22)
>     [javac] 	import org.hibernate.cfg.CollectionSecondPass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.cfg.CollectionSecondPass cannot be resolved
>     [javac] ----------
>     [javac] 1178. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 30)
>     [javac] 	import org.hibernate.cfg.SecondPass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.cfg.SecondPass cannot be resolved
>     [javac] ----------
>     [javac] 1179. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 31)
>     [javac] 	import org.hibernate.dialect.HSQLDialect;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.dialect cannot be resolved
>     [javac] ----------
>     [javac] 1180. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 32)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 1181. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 33)
>     [javac] 	import org.hibernate.mapping.Column;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Column cannot be resolved
>     [javac] ----------
>     [javac] 1182. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 34)
>     [javac] 	import org.hibernate.mapping.Component;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Component cannot be resolved
>     [javac] ----------
>     [javac] 1183. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 35)
>     [javac] 	import org.hibernate.mapping.DependantValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.DependantValue cannot be resolved
>     [javac] ----------
>     [javac] 1184. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 36)
>     [javac] 	import org.hibernate.mapping.Formula;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Formula cannot be resolved
>     [javac] ----------
>     [javac] 1185. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 37)
>     [javac] 	import org.hibernate.mapping.Join;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Join cannot be resolved
>     [javac] ----------
>     [javac] 1186. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 38)
>     [javac] 	import org.hibernate.mapping.ManyToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.ManyToOne cannot be resolved
>     [javac] ----------
>     [javac] 1187. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 39)
>     [javac] 	import org.hibernate.mapping.OneToMany;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.OneToMany cannot be resolved
>     [javac] ----------
>     [javac] 1188. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 40)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 1189. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 41)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 1190. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 42)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 1191. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 43)
>     [javac] 	import org.hibernate.mapping.ToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.ToOne cannot be resolved
>     [javac] ----------
>     [javac] 1192. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 44)
>     [javac] 	import org.hibernate.mapping.Value;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Value cannot be resolved
>     [javac] ----------
>     [javac] 1193. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 45)
>     [javac] 	import org.hibernate.sql.Template;
>     [javac] 	       ^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.sql cannot be resolved
>     [javac] ----------
>     [javac] 1194. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 46)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1195. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 53)
>     [javac] 	public class MapBinder extends CollectionBinder {
>     [javac] 	             ^^^^^^^^^
>     [javac] The type MapBinder must implement the inherited abstract method CollectionBinder.createCollection(PersistentClass)
>     [javac] ----------
>     [javac] 1196. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 62)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	          ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1197. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 62)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	                                      ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1198. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 63)
>     [javac] 	return new org.hibernate.mapping.Map( persistentClass );
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Map cannot be resolved to a type
>     [javac] ----------
>     [javac] 1199. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 67)
>     [javac] 	public SecondPass getSecondPass(
>     [javac] 	       ^^^^^^^^^^
>     [javac] SecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1200. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 76)
>     [javac] 	return new CollectionSecondPass( mappings, MapBinder.this.collection ) {
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^
>     [javac] CollectionSecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1201. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 76)
>     [javac] 	return new CollectionSecondPass( mappings, MapBinder.this.collection ) {
>     [javac] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1202. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 99)
>     [javac] 	PersistentClass associatedClass = (PersistentClass) persistentClasses.get( collType.getName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1203. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 99)
>     [javac] 	PersistentClass associatedClass = (PersistentClass) persistentClasses.get( collType.getName() );
>     [javac] 	                                   ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1204. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 100)
>     [javac] 	if ( associatedClass == null ) throw new AnnotationException( "Associated class not found: " + collType );
>     [javac] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1205. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 101)
>     [javac] 	Property mapProperty = BinderHelper.findPropertyByName( associatedClass, mapKeyPropertyName );
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1206. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 103)
>     [javac] 	throw new AnnotationException(
>     [javac] 						"Map key property not found: " + collType + "." + mapKeyPropertyName
>     [javac] 				);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1207. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 107)
>     [javac] 	org.hibernate.mapping.Map map = (org.hibernate.mapping.Map) this.collection;
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Map cannot be resolved to a type
>     [javac] ----------
>     [javac] 1208. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 107)
>     [javac] 	org.hibernate.mapping.Map map = (org.hibernate.mapping.Map) this.collection;
>     [javac] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Map cannot be resolved to a type
>     [javac] ----------
>     [javac] 1209. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 107)
>     [javac] 	org.hibernate.mapping.Map map = (org.hibernate.mapping.Map) this.collection;
>     [javac] 	                                                            ^^^^^^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1210. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 108)
>     [javac] 	Value indexValue = createFormulatedValue( mapProperty.getValue(), map, targetPropertyName, associatedClass );
>     [javac] 	^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1211. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 131)
>     [javac] 	PersistentClass collectionEntity = (PersistentClass) persistentClasses.get( mapKeyType );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1212. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 131)
>     [javac] 	PersistentClass collectionEntity = (PersistentClass) persistentClasses.get( mapKeyType );
>     [javac] 	                                    ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1213. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 133)
>     [javac] 	ManyToOne element = null;
>     [javac] 	^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1214. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 134)
>     [javac] 	org.hibernate.mapping.Map mapValue = (org.hibernate.mapping.Map) this.collection;
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Map cannot be resolved to a type
>     [javac] ----------
>     [javac] 1215. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 134)
>     [javac] 	org.hibernate.mapping.Map mapValue = (org.hibernate.mapping.Map) this.collection;
>     [javac] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Map cannot be resolved to a type
>     [javac] ----------
>     [javac] 1216. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 134)
>     [javac] 	org.hibernate.mapping.Map mapValue = (org.hibernate.mapping.Map) this.collection;
>     [javac] 	                                                                 ^^^^^^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1217. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 136)
>     [javac] 	element = new ManyToOne( mapValue.getCollectionTable() );
>     [javac] 	              ^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1218. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 142)
>     [javac] 	element.setFetchMode( FetchMode.JOIN );
>     [javac] 	                      ^^^^^^^^^
>     [javac] FetchMode cannot be resolved
>     [javac] ----------
>     [javac] 1219. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 163)
>     [javac] 	throw new AnnotationException( "Unable to find class: " + mapKeyType, e );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1220. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 169)
>     [javac] 	StringHelper.qualify( mapValue.getRole(), "mapkey" ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1221. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 183)
>     [javac] 	PersistentClass owner = mapValue.getOwner();
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1222. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 194)
>     [javac] 	Property prop = (Property) owner.getIdentifierMapper().getPropertyIterator().next();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1223. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 194)
>     [javac] 	Property prop = (Property) owner.getIdentifierMapper().getPropertyIterator().next();
>     [javac] 	                 ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1224. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 198)
>     [javac] 	throw new AssertionFailure( "Unable to guess collection property accessor name" );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1225. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 205)
>     [javac] 	Component component = AnnotationBinder.fillComponent(
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1226. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 205)
>     [javac] 	Component component = AnnotationBinder.fillComponent(
>     [javac] 	                                       ^^^^^^^^^^^^^
>     [javac] The method fillComponent(PropertyHolder, PropertyData, boolean, String, boolean, EntityBinder, boolean, boolean, boolean, ExtendedMappings) from the type AnnotationBinder refers to the missing type Component
>     [javac] ----------
>     [javac] 1227. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 224)
>     [javac] 	column.setLogicalColumnName( Collection.DEFAULT_KEY_COLUMN_NAME );
>     [javac] 	                             ^^^^^^^^^^
>     [javac] Collection cannot be resolved
>     [javac] ----------
>     [javac] 1228. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 226)
>     [javac] 	column.setJoins( new HashMap<String, Join>() );
>     [javac] 	       ^^^^^^^^
>     [javac] The method setJoins(Map<String,Join>) from the type Ejb3Column refers to the missing type Join
>     [javac] ----------
>     [javac] 1229. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 226)
>     [javac] 	column.setJoins( new HashMap<String, Join>() );
>     [javac] 	                                     ^^^^
>     [javac] Join cannot be resolved to a type
>     [javac] ----------
>     [javac] 1230. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 242)
>     [javac] 	mapValue.setIndex( elementBinder.make() );
>     [javac] 	                                 ^^^^
>     [javac] The method make() from the type SimpleValueBinder refers to the missing type SimpleValue
>     [javac] ----------
>     [javac] 1231. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 246)
>     [javac] 	if ( !collection.isOneToMany() ) {
>     [javac] 	      ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1232. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 264)
>     [javac] 	protected Value createFormulatedValue(
>     [javac] 	          ^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1233. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 265)
>     [javac] 	Value value, Collection collection, String targetPropertyName, PersistentClass associatedClass
>     [javac] 	^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1234. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 265)
>     [javac] 	Value value, Collection collection, String targetPropertyName, PersistentClass associatedClass
>     [javac] 	             ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1235. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 265)
>     [javac] 	Value value, Collection collection, String targetPropertyName, PersistentClass associatedClass
>     [javac] 	                                                               ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1236. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 267)
>     [javac] 	Value element = collection.getElement();
>     [javac] 	^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1237. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 269)
>     [javac] 	if ( !( element instanceof OneToMany ) ) {
>     [javac] 	                           ^^^^^^^^^
>     [javac] OneToMany cannot be resolved to a type
>     [javac] ----------
>     [javac] 1238. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 271)
>     [javac] 	if ( element instanceof ToOne ) {
>     [javac] 	                        ^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1239. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 272)
>     [javac] 	referencedPropertyName = ( (ToOne) element ).getReferencedPropertyName();
>     [javac] 	                            ^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1240. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 274)
>     [javac] 	else if ( element instanceof DependantValue ) {
>     [javac] 	                             ^^^^^^^^^^^^^^
>     [javac] DependantValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1241. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 280)
>     [javac] 	throw new AnnotationException( "SecondaryTable JoinColumn cannot reference a non primary key" );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1242. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 288)
>     [javac] 	Property referencedProperty = associatedClass.getRecursiveProperty( referencedPropertyName );
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1243. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 299)
>     [javac] 	Column colColumn = (Column) collectionTableColumns.next();
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1244. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 299)
>     [javac] 	Column colColumn = (Column) collectionTableColumns.next();
>     [javac] 	                    ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1245. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 300)
>     [javac] 	Column refColumn = (Column) referencedEntityColumns.next();
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1246. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 300)
>     [javac] 	Column refColumn = (Column) referencedEntityColumns.next();
>     [javac] 	                    ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1247. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 307)
>     [javac] 	if ( value instanceof Component ) {
>     [javac] 	                      ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1248. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 308)
>     [javac] 	Component component = (Component) value;
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1249. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 308)
>     [javac] 	Component component = (Component) value;
>     [javac] 	                       ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1250. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 310)
>     [javac] 	Component indexComponent = new Component( collection );
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1251. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 310)
>     [javac] 	Component indexComponent = new Component( collection );
>     [javac] 	                               ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1252. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 315)
>     [javac] 	Property current = (Property) properties.next();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1253. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 315)
>     [javac] 	Property current = (Property) properties.next();
>     [javac] 	                    ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1254. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 316)
>     [javac] 	Property newProperty = new Property();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1255. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 316)
>     [javac] 	Property newProperty = new Property();
>     [javac] 	                           ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1256. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 337)
>     [javac] 	else if ( value instanceof SimpleValue ) {
>     [javac] 	                           ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1257. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 338)
>     [javac] 	SimpleValue sourceValue = (SimpleValue) value;
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1258. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 338)
>     [javac] 	SimpleValue sourceValue = (SimpleValue) value;
>     [javac] 	                           ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1259. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 339)
>     [javac] 	SimpleValue targetValue;
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1260. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 340)
>     [javac] 	if ( value instanceof ManyToOne ) {
>     [javac] 	                      ^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1261. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 341)
>     [javac] 	ManyToOne sourceManyToOne = (ManyToOne) sourceValue;
>     [javac] 	^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1262. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 341)
>     [javac] 	ManyToOne sourceManyToOne = (ManyToOne) sourceValue;
>     [javac] 	                             ^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1263. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 342)
>     [javac] 	ManyToOne targetManyToOne = new ManyToOne( collection.getCollectionTable() );
>     [javac] 	^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1264. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 342)
>     [javac] 	ManyToOne targetManyToOne = new ManyToOne( collection.getCollectionTable() );
>     [javac] 	                                ^^^^^^^^^
>     [javac] ManyToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1265. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 343)
>     [javac] 	targetManyToOne.setFetchMode( FetchMode.DEFAULT );
>     [javac] 	                              ^^^^^^^^^
>     [javac] FetchMode cannot be resolved
>     [javac] ----------
>     [javac] 1266. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 350)
>     [javac] 	targetValue = new SimpleValue( collection.getCollectionTable() );
>     [javac] 	                  ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1267. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 358)
>     [javac] 	Formula formula = new Formula();
>     [javac] 	^^^^^^^
>     [javac] Formula cannot be resolved to a type
>     [javac] ----------
>     [javac] 1268. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 358)
>     [javac] 	Formula formula = new Formula();
>     [javac] 	                      ^^^^^^^
>     [javac] Formula cannot be resolved to a type
>     [javac] ----------
>     [javac] 1269. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 360)
>     [javac] 	if ( current instanceof Column ) {
>     [javac] 	                        ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1270. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 361)
>     [javac] 	formulaString = ( (Column) current ).getQuotedName();
>     [javac] 	                   ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1271. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 363)
>     [javac] 	else if ( current instanceof Formula ) {
>     [javac] 	                             ^^^^^^^
>     [javac] Formula cannot be resolved to a type
>     [javac] ----------
>     [javac] 1272. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java
>     [javac]  (at line 364)
>     [javac] 	formulaString = ( (Formula) current ).getFormula();
>     [javac] 	                   ^^^^^^^
>     [javac] Formula cannot be resolved to a type
>     [javac] ----------
>     [javac] 1273. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/MapBinder.java (at line 367)
>     [javac] 	throw new AssertionFailure( "Unknown element in column iterator: " + current.getClass() );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 1274. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java (at line 4)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 1275. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java
>     [javac]  (at line 5)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 1276. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java
>     [javac]  (at line 6)
>     [javac] 	import org.hibernate.mapping.PrimitiveArray;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PrimitiveArray cannot be resolved
>     [javac] ----------
>     [javac] 1277. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java
>     [javac]  (at line 13)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	          ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1278. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java
>     [javac]  (at line 13)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method createCollection(PersistentClass) of type PrimitiveArrayBinder must override a superclass method
>     [javac] ----------
>     [javac] 1279. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java (at line 13)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	                                      ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1280. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java
>     [javac]  (at line 14)
>     [javac] 	return new PrimitiveArray( persistentClass );
>     [javac] 	           ^^^^^^^^^^^^^^
>     [javac] PrimitiveArray cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 1281. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 18)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 1282. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 19)
>     [javac] 	import org.hibernate.mapping.PropertyGeneration;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PropertyGeneration cannot be resolved
>     [javac] ----------
>     [javac] 1283. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 1284. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 21)
>     [javac] 	import org.hibernate.mapping.Value;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Value cannot be resolved
>     [javac] ----------
>     [javac] 1285. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 22)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1286. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 38)
>     [javac] 	private Value value;
>     [javac] 	        ^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1287. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 85)
>     [javac] 	public void setValue(Value value) {
>     [javac] 	                     ^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1288. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 86)
>     [javac] 	this.value = value;
>     [javac] 	^^^^^^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1289. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 99)
>     [javac] 	throw new AnnotationException("@Immutable on property not allowed. " +
>     [javac] 					"Only allowed on entity level or on a collection.");
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1290. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 108)
>     [javac] 	public Property bind() {
>     [javac] 	       ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1291. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 122)
>     [javac] 	SimpleValue propertyValue = value.make();
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1292. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 122)
>     [javac] 	SimpleValue propertyValue = value.make();
>     [javac] 	                                  ^^^^
>     [javac] The method make() from the type SimpleValueBinder refers to the missing type SimpleValue
>     [javac] ----------
>     [javac] 1293. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 124)
>     [javac] 	Property prop = make();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1294. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 124)
>     [javac] 	Property prop = make();
>     [javac] 	                ^^^^
>     [javac] The method make() from the type PropertyBinder refers to the missing type Property
>     [javac] ----------
>     [javac] 1295. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 129)
>     [javac] 	public Property make() {
>     [javac] 	       ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1296. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 132)
>     [javac] 	Property prop = new Property();
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1297. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 132)
>     [javac] 	Property prop = new Property();
>     [javac] 	                    ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1298. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 135)
>     [javac] 	prop.setValue( value );
>     [javac] 	               ^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1299. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 149)
>     [javac] 	throw new AnnotationException( "@Generated(INSERT) on a @Version property not allowed, use ALWAYS: "
>     [javac] 							+ StringHelper.qualify( holder.getPath(), name ) );
>     [javac] 	      ^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1300. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 150)
>     [javac] 	+ StringHelper.qualify( holder.getPath(), name ) );
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1301. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 156)
>     [javac] 	prop.setGeneration( PropertyGeneration.parse( generated.toString().toLowerCase() ) );
>     [javac] 	                    ^^^^^^^^^^^^^^^^^^
>     [javac] PropertyGeneration cannot be resolved
>     [javac] ----------
>     [javac] 1302. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java
>     [javac]  (at line 180)
>     [javac] 	throw new AnnotationException( "@OptimisticLock.exclude=true incompatible with @Id, @EmbeddedId and @Version: "
>     [javac] 						+ StringHelper.qualify( holder.getPath(), name ) );
>     [javac] 	      ^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1303. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/PropertyBinder.java (at line 181)
>     [javac] 	+ StringHelper.qualify( holder.getPath(), name ) );
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] ----------
>     [javac] 1304. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 1305. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 15)
>     [javac] 	import org.hibernate.CacheMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1306. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 16)
>     [javac] 	import org.hibernate.FlushMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1307. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 17)
>     [javac] 	import org.hibernate.LockMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.LockMode cannot be resolved
>     [javac] ----------
>     [javac] 1308. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 23)
>     [javac] 	import org.hibernate.engine.NamedQueryDefinition;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1309. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 24)
>     [javac] 	import org.hibernate.engine.NamedSQLQueryDefinition;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1310. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 25)
>     [javac] 	import org.hibernate.engine.query.sql.NativeSQLQueryReturn;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1311. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 26)
>     [javac] 	import org.hibernate.engine.query.sql.NativeSQLQueryRootReturn;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1312. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 41)
>     [javac] 	throw new AnnotationException( "A named query must have a name when used in class or package level" );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1313. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 46)
>     [javac] 	NamedQueryDefinition query = new NamedQueryDefinition(
>     [javac] 	^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1314. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 46)
>     [javac] 	NamedQueryDefinition query = new NamedQueryDefinition(
>     [javac] 	                                 ^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1315. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 52)
>     [javac] 	getFlushMode( queryName, hints ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getFlushMode(String, QueryHint[]) from the type QueryBinder refers to the missing type FlushMode
>     [javac] ----------
>     [javac] 1316. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 53)
>     [javac] 	getCacheMode( queryName, hints ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getCacheMode(String, QueryHint[]) from the type QueryBinder refers to the missing type Ca
>     [javac] cheMode
>     [javac] ----------
>     [javac] 1317. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 72)
>     [javac] 	throw new AnnotationException( "A named query must have a name when used in class or package level" );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1318. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 74)
>     [javac] 	NamedSQLQueryDefinition query;
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedSQLQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1319. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 80)
>     [javac] 	query = new NamedSQLQueryDefinition(
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedSQLQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1320. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 88)
>     [javac] 	getFlushMode( queryName, hints ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getFlushMode(String, QueryHint[]) from the type QueryBinder refers to the missing type FlushMode
>     [javac] ----------
>     [javac] 1321. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 89)
>     [javac] 	getCacheMode( queryName, hints ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getCacheMode(String, QueryHint[]) from the type QueryBinder refers to the missing type Ca
>     [javac] cheMode
>     [javac] ----------
>     [javac] 1322. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 99)
>     [javac] 	final NativeSQLQueryRootReturn entityQueryReturn =
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NativeSQLQueryRootReturn cannot be resolved to a type
>     [javac] ----------
>     [javac] 1323. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 100)
>     [javac] 	new NativeSQLQueryRootReturn( "alias1", queryAnn.resultClass().getName(), new HashMap(), LockMode.READ );
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NativeSQLQueryRootReturn cannot be resolved to a type
>     [javac] ----------
>     [javac] 1324. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 100)
>     [javac] 	new NativeSQLQueryRootReturn( "alias1", queryAnn.resultClass().getName(), new HashMap(), LockMode.READ );
>     [javac] 	                                                                              ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1325. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 100)
>     [javac] 	new NativeSQLQueryRootReturn( "alias1", queryAnn.resultClass().getName(), new HashMa
>     [javac] p(), LockMode.READ );
>     [javac] 	                                                                                         ^^^^^^^^
>     [javac] LockMode cannot be resolved
>     [javac] ----------
>     [javac] 1326. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 101)
>     [javac] 	query = new NamedSQLQueryDefinition(
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedSQLQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1327. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 103)
>     [javac] 	new NativeSQLQueryReturn[] { entityQueryReturn },
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^
>     [javac] NativeSQLQueryReturn cannot be resolved to a type
>     [javac] ----------
>     [javac] 1328. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 109)
>     [javac] 	getFlushMode( queryName, hints ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getFlushMode(String, QueryHint[]) from the type QueryBinder refers to the missing type FlushMode
>     [javac] ----------
>     [javac] 1329. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 110)
>     [javac] 	getCacheMode( queryName, hints ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getCacheMode(String, QueryHint[]) from the type QueryBinder refers to the missing type Ca
>     [javac] cheMode
>     [javac] ----------
>     [javac] 1330. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 118)
>     [javac] 	throw new NotYetImplementedException( "Pure native scalar queries are not yet supported" );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type NotYetImplementedException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1331. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 133)
>     [javac] 	throw new AnnotationException( "A named query must have a name when used in class or
>     [javac]  package level" );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1332. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 135)
>     [javac] 	NamedSQLQueryDefinition query;
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedSQLQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1333. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 139)
>     [javac] 	query = new NamedSQLQueryDefinition(
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedSQLQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1334. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 147)
>     [javac] 	getFlushMode( queryAnn.flushMode() ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getFlushMode(FlushModeType) from the type QueryBinder refers to the missing type FlushMode
>     [javac] ----------
>     [javac] 1335. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 148)
>     [javac] 	getCacheMode( queryAnn.cacheMode() ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getCacheMode(CacheModeType) from the type QueryBinder refers to the missing type CacheMode
>     [javac] 
>     [javac] ----------
>     [javac] 1336. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 158)
>     [javac] 	final NativeSQLQueryRootReturn entityQueryReturn =
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NativeSQLQueryRootReturn cannot be resolved to a type
>     [javac] ----------
>     [javac] 1337. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 159)
>     [javac] 	new NativeSQLQueryRootReturn( "alias1", queryAnn.resultClass().getName(), new HashMap(), LockMode.READ );
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NativeSQLQueryRootReturn cannot be resolved to a type
>     [javac] ----------
>     [javac] 1338. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 159)
>     [javac] 	new NativeSQLQueryRootReturn( "alias1", queryAnn.resultClass().getName(), new HashMap(), LockMode.READ );
>     [javac] 	                                                                              ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1339. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 159)
>     [javac] 	new NativeSQLQueryRootReturn( "alias1", queryAnn.resultClass().getName(), new HashMa
>     [javac] p(), LockMode.READ );
>     [javac] 	                                                                                         ^^^^^^^^
>     [javac] LockMode cannot be resolved
>     [javac] ----------
>     [javac] 1340. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 160)
>     [javac] 	query = new NamedSQLQueryDefinition(
>     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedSQLQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1341. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 162)
>     [javac] 	new NativeSQLQueryReturn[] { entityQueryReturn },
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^
>     [javac] NativeSQLQueryReturn cannot be resolved to a type
>     [javac] ----------
>     [javac] 1342. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 168)
>     [javac] 	getFlushMode( queryAnn.flushMode() ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getFlushMode(FlushModeType) from the type QueryBinder refers to the missing type FlushMode
>     [javac] ----------
>     [javac] 1343. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 169)
>     [javac] 	getCacheMode( queryAnn.cacheMode() ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getCacheMode(CacheModeType) from the type QueryBinder refers to the missing type CacheMode
>     [javac] 
>     [javac] ----------
>     [javac] 1344. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 177)
>     [javac] 	throw new NotYetImplementedException( "Pure native scalar queries are not yet supported" );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type NotYetImplementedException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1345. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 209)
>     [javac] 	throw new AnnotationException( "A named query must have a name when used in class or
>     [javac]  package level" );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1346. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 212)
>     [javac] 	FlushMode flushMode;
>     [javac] 	^^^^^^^^^
>     [javac] FlushMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1347. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 213)
>     [javac] 	flushMode = getFlushMode( queryAnn.flushMode() );
>     [javac] 	            ^^^^^^^^^^^^
>     [javac] The method getFlushMode(FlushModeType) from the type QueryBinder refers to the missing type FlushMode
>     [javac] ----------
>     [javac] 1348. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 215)
>     [javac] 	NamedQueryDefinition query = new NamedQueryDefinition(
>     [javac] 	^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1349. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 215)
>     [javac] 	NamedQueryDefinition query = new NamedQueryDefinition(
>     [javac] 	                                 ^^^^^^^^^^^^^^^^^^^^
>     [javac] NamedQueryDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1350. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 222)
>     [javac] 	getCacheMode( queryAnn.cacheMode() ),
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method getCacheMode(CacheModeType) from the type QueryBinder refers to the missing type CacheMode
>     [javac] ----------
>     [javac] 1351. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 232)
>     [javac] 	private static FlushMode getFlushMode(FlushModeType flushModeType) {
>     [javac] 	               ^^^^^^^^^
>     [javac] FlushMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1352. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 233)
>     [javac] 	FlushMode flushMode;
>     [javac] 	^^^^^^^^^
>     [javac] FlushMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1353. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 236)
>     [javac] 	flushMode = FlushMode.ALWAYS;
>     [javac] 	            ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1354. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 239)
>     [javac] 	flushMode = FlushMode.AUTO;
>     [javac] 	            ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1355. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 242)
>     [javac] 	flushMode = FlushMode.COMMIT;
>     [javac] 	            ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1356. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 244)
>     [javac] 	case NEVER:
>     [javac] 	     ^^^^^
>     [javac] The field FlushModeType.NEVER is deprecated
>     [javac] ----------
>     [javac] 1357. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 245)
>     [javac] 	flushMode = FlushMode.MANUAL;
>     [javac] 	            ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1358. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 248)
>     [javac] 	flushMode = FlushMode.MANUAL;
>     [javac] 	            ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1359. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 254)
>     [javac] 	throw new AssertionFailure( "Unknown flushModeType: " + flushModeType );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1360. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 259)
>     [javac] 	private static CacheMode getCacheMode(CacheModeType cacheModeType) {
>     [javac] 	               ^^^^^^^^^
>     [javac] CacheMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1361. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 262)
>     [javac] 	return CacheMode.GET;
>     [javac] 	       ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1362. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 264)
>     [javac] 	return CacheMode.IGNORE;
>     [javac] 	       ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1363. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 266)
>     [javac] 	return CacheMode.NORMAL;
>     [javac] 	       ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1364. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 268)
>     [javac] 	return CacheMode.PUT;
>     [javac] 	       ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1365. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 270)
>     [javac] 	return CacheMode.REFRESH;
>     [javac] 	       ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1366. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 272)
>     [javac] 	throw new AssertionFailure( "Unknown cacheModeType: " + cacheModeType );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1367. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 288)
>     [javac] 	mappings.addSecondPass( new ResultsetMappingSecondPass( rs, mappings, true ) );
>     [javac] 	         ^^^^^^^^^^^^^
>     [javac] The method addSecondPass(ResultsetMappingSecondPass) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 1368. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 294)
>     [javac] 	mappings.addSecondPass( new ResultsetMappingSecondPass( ann, mappings, isDefault ) );
>     [javac] 	         ^^^^^^^^^^^^^
>     [javac] The method addSecondPass(ResultsetMappingSecondPass) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 1369. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 297)
>     [javac] 	private static CacheMode getCacheMode(String query, QueryHint[] hints) {
>     [javac] 	               ^^^^^^^^^
>     [javac] CacheMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1370. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 300)
>     [javac] 	if ( hint.value().equalsIgnoreCase( CacheMode.GET.toString() ) ) {
>     [javac] 	                                    ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1371. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 301)
>     [javac] 	return CacheMode.GET;
>     [javac] 	       ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1372. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 303)
>     [javac] 	else if ( hint.value().equalsIgnoreCase( CacheMode.IGNORE.toString() ) ) {
>     [javac] 	                                         ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1373. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 304)
>     [javac] 	return CacheMode.IGNORE;
>     [javac] 	       ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1374. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 306)
>     [javac] 	else if ( hint.value().equalsIgnoreCase( CacheMode.NORMAL.toString() ) ) {
>     [javac] 	                                         ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1375. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 307)
>     [javac] 	return CacheMode.NORMAL;
>     [javac] 	       ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1376. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 309)
>     [javac] 	else if ( hint.value().equalsIgnoreCase( CacheMode.PUT.toString() ) ) {
>     [javac] 	                                         ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1377. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 310)
>     [javac] 	return CacheMode.PUT;
>     [javac] 	       ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1378. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 312)
>     [javac] 	else if ( hint.value().equalsIgnoreCase( CacheMode.REFRESH.toString() ) ) {
>     [javac] 	                                         ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1379. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 313)
>     [javac] 	return CacheMode.REFRESH;
>     [javac] 	       ^^^^^^^^^
>     [javac] CacheMode cannot be resolved
>     [javac] ----------
>     [javac] 1380. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 316)
>     [javac] 	throw new AnnotationException( "Unknown CacheMode in hint: " + query + ":" + hint.name() );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1381. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 323)
>     [javac] 	private static FlushMode getFlushMode(String query, QueryHint[] hints) {
>     [javac] 	               ^^^^^^^^^
>     [javac] FlushMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1382. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 326)
>     [javac] 	if ( hint.value().equalsIgnoreCase( FlushMode.ALWAYS.toString() ) ) {
>     [javac] 	                                    ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1383. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 327)
>     [javac] 	return FlushMode.ALWAYS;
>     [javac] 	       ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1384. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 329)
>     [javac] 	else if ( hint.value().equalsIgnoreCase( FlushMode.AUTO.toString() ) ) {
>     [javac] 	                                         ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1385. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 330)
>     [javac] 	return FlushMode.AUTO;
>     [javac] 	       ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1386. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 332)
>     [javac] 	else if ( hint.value().equalsIgnoreCase( FlushMode.COMMIT.toString() ) ) {
>     [javac] 	                                         ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1387. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 333)
>     [javac] 	return FlushMode.COMMIT;
>     [javac] 	       ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1388. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 335)
>     [javac] 	else if ( hint.value().equalsIgnoreCase( FlushMode.NEVER.toString() ) ) {
>     [javac] 	                                         ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1389. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 336)
>     [javac] 	return FlushMode.MANUAL;
>     [javac] 	       ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1390. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 338)
>     [javac] 	else if ( hint.value().equalsIgnoreCase( FlushMode.MANUAL.toString() ) ) {
>     [javac] 	                                         ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1391. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 339)
>     [javac] 	return FlushMode.MANUAL;
>     [javac] 	       ^^^^^^^^^
>     [javac] FlushMode cannot be resolved
>     [javac] ----------
>     [javac] 1392. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 342)
>     [javac] 	throw new AnnotationException( "Unknown FlushMode in hint: " + query + ":" + hint.name() );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1393. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java (at line 359)
>     [javac] 	throw new AnnotationException( "Not a boolean in hint: " + query + ":" + hint.name()
>     [javac]  );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1394. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/QueryBinder.java
>     [javac]  (at line 382)
>     [javac] 	throw new AnnotationException( "Not an integer in hint: " + query + ":" + hint.name(), nfe );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] ----------
>     [javac] 1395. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 16)
>     [javac] 	import org.hibernate.LockMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.LockMode cannot be resolved
>     [javac] ----------
>     [javac] 1396. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 17)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 1397. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.cfg.QuerySecondPass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.cfg.QuerySecondPass cannot be resolved
>     [javac] ----------
>     [javac] 1398. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 21)
>     [javac] 	import org.hibernate.engine.ResultSetMappingDefinition;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1399. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 22)
>     [javac] 	import org.hibernate.engine.query.sql.NativeSQLQueryRootReturn;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1400. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 23)
>     [javac] 	import org.hibernate.engine.query.sql.NativeSQLQueryScalarReturn;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1401. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 24)
>     [javac] 	import org.hibernate.mapping.Component;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Component cannot be resolved
>     [javac] ----------
>     [javac] 1402. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 25)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 1403. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 26)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 1404. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 27)
>     [javac] 	import org.hibernate.mapping.ToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.ToOne cannot be resolved
>     [javac] ----------
>     [javac] 1405. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 28)
>     [javac] 	import org.hibernate.mapping.Value;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Value cannot be resolved
>     [javac] ----------
>     [javac] 1406. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 29)
>     [javac] 	import org.hibernate.util.CollectionHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1407. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 30)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1408. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 37)
>     [javac] 	public class ResultsetMappingSecondPass implements QuerySecondPass {
>     [javac] 	                                                   ^^^^^^^^^^^^^^^
>     [javac] QuerySecondPass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1409. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 49)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                         ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1410. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 49)
>     [javac] 	public void doSecondPass(Map persistentClasses) throws MappingException {
>     [javac] 	                                                       ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1411. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 52)
>     [javac] 	ResultSetMappingDefinition definition = new ResultSetMappingDefinition( ann.name() );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ResultSetMappingDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1412. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 52)
>     [javac] 	ResultSetMappingDefinition definition = new ResultSetMappingDefinition( ann.name() );
>     [javac] 	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ResultSetMappingDefinition cannot be resolved to a type
>     [javac] ----------
>     [javac] 1413. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 59)
>     [javac] 	List properties = new ArrayList();
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 1414. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 59)
>     [javac] 	List properties = new ArrayList();
>     [javac] 	                      ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1415. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 60)
>     [javac] 	List propertyNames = new ArrayList();
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 1416. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 60)
>     [javac] 	List propertyNames = new ArrayList();
>     [javac] 	                         ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1417. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 61)
>     [javac] 	Map propertyresults = new HashMap();
>     [javac] 	^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1418. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 61)
>     [javac] 	Map propertyresults = new HashMap();
>     [javac] 	                          ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1419. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 67)
>     [javac] 	properties.add( field );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 1420. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 68)
>     [javac] 	propertyNames.add( name );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 1421. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 77)
>     [javac] 	PersistentClass pc = mappings.getClass( entity.entityClass().getName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1422. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 77)
>     [javac] 	PersistentClass pc = mappings.getClass( entity.entityClass().getName() );
>     [javac] 	                              ^^^^^^^^
>     [javac] The method getClass() in the type Object is not applicable for the arguments (String)
>     [javac] ----------
>     [javac] 1423. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 79)
>     [javac] 	throw new MappingException(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1424. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 86)
>     [javac] 	Iterator parentPropIter = getSubPropertyIterator( pc, reducedName );
>     [javac] 	^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 1425. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 87)
>     [javac] 	List followers = getFollowers( parentPropIter, reducedName, name );
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 1426. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 96)
>     [javac] 	propertyNames.add( index, name );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 1427. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 97)
>     [javac] 	properties.add( index, field );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 1428. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 101)
>     [javac] 	Set uniqueReturnProperty = new HashSet();
>     [javac] 	^^^
>     [javac] Set is a raw type. References to generic type Set<E> should be parameterized
>     [javac] ----------
>     [javac] 1429. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 101)
>     [javac] 	Set uniqueReturnProperty = new HashSet();
>     [javac] 	                               ^^^^^^^
>     [javac] HashSet is a raw type. References to generic type HashSet<T> should be parameterized
>     [javac] ----------
>     [javac] 1430. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 102)
>     [javac] 	Iterator iterator = properties.iterator();
>     [javac] 	^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 1431. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 107)
>     [javac] 	throw new MappingException(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1432. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 111)
>     [javac] 	ArrayList allResultColumns = new ArrayList();
>     [javac] 	^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1433. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 111)
>     [javac] 	ArrayList allResultColumns = new ArrayList();
>     [javac] 	                                 ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1434. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 112)
>     [javac] 	allResultColumns.add( propertyresult.column() );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1435. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 115)
>     [javac] 	throw new MappingException(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1436. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 120)
>     [javac] 	uniqueReturnProperty.add( name );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
>     [javac] ----------
>     [javac] 1437. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 121)
>     [javac] 	String key = StringHelper.root( name );
>     [javac] 	             ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1438. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 122)
>     [javac] 	ArrayList intermediateResults = (ArrayList) propertyresults.get( key );
>     [javac] 	^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1439. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 122)
>     [javac] 	ArrayList intermediateResults = (ArrayList) propertyresults.get( key );
>     [javac] 	                                 ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1440. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 124)
>     [javac] 	propertyresults.put( key, allResultColumns );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1441. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 127)
>     [javac] 	intermediateResults.addAll( allResultColumns );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1442. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 130)
>     [javac] 	Iterator entries = propertyresults.entrySet().iterator();
>     [javac] 	^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 1443. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 132)
>     [javac] 	Map.Entry entry = (Map.Entry) entries.next();
>     [javac] 	^^^^^^^^^
>     [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1444. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 132)
>     [javac] 	Map.Entry entry = (Map.Entry) entries.next();
>     [javac] 	                   ^^^^^^^^^
>     [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1445. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 133)
>     [javac] 	if ( entry.getValue() instanceof ArrayList ) {
>     [javac] 	                                 ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1446. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 134)
>     [javac] 	ArrayList list = (ArrayList) entry.getValue();
>     [javac] 	^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1447. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 134)
>     [javac] 	ArrayList list = (ArrayList) entry.getValue();
>     [javac] 	                  ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1448. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 135)
>     [javac] 	entry.setValue( list.toArray( new String[list.size()] ) );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method setValue(Object) belongs to the raw type Map.Entry. References to generic ty
>     [javac] pe Map<K,V>.Entry<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1449. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 135)
>     [javac] 	entry.setValue( list.toArray( new String[list.size()] ) );
>     [javac] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1450. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 140)
>     [javac] 	propertyresults.put( "class", new String[] { entity.discriminatorColumn() } );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1451. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 143)
>     [javac] 	propertyresults = propertyresults.isEmpty() ? CollectionHelper.EMPTY_MAP : propertyr
>     [javac] esults;
>     [javac] 	                                              ^^^^^^^^^^^^^^^^
>     [javac] CollectionHelper cannot be resolved
>     [javac] ----------
>     [javac] 1452. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 144)
>     [javac] 	NativeSQLQueryRootReturn result =
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NativeSQLQueryRootReturn cannot be resolved to a type
>     [javac] ----------
>     [javac] 1453. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 145)
>     [javac] 	new NativeSQLQueryRootReturn(
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NativeSQLQueryRootReturn cannot be resolved to a type
>     [javac] ----------
>     [javac] 1454. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 146)
>     [javac] 	"alias" + entityAliasIndex++, entity.entityClass().getName(), propertyresults, LockM
>     [javac] ode.READ
>     [javac] 	                                                                               ^^^^^^^^
>     [javac] LockMode cannot be resolved
>     [javac] ----------
>     [javac] 1455. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 152)
>     [javac] 	definition.addQueryReturn( new NativeSQLQueryScalarReturn( column.name(), null ) );
>     [javac] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] NativeSQLQueryScalarReturn cannot be resolved to a type
>     [javac] ----------
>     [javac] 1456. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 163)
>     [javac] 	private List getFollowers(Iterator parentPropIter, String reducedName, String name) {
>     [javac] 	        ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 1457. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 163)
>     [javac] 	private List getFollowers(Iterator parentPropIter, String reducedName, String name) {
>     [javac] 	                          ^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 1458. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 165)
>     [javac] 	List followers = new ArrayList();
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 1459. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 165)
>     [javac] 	List followers = new ArrayList();
>     [javac] 	                     ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1460. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 167)
>     [javac] 	String currentPropertyName = ( (Property) parentPropIter.next() ).getName();
>     [javac] 	                                ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1461. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 170)
>     [javac] 	followers.add( currentName );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 1462. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 177)
>     [javac] 	private Iterator getSubPropertyIterator(PersistentClass pc, String reducedName) {
>     [javac] 	        ^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 1463. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 177)
>     [javac] 	private Iterator getSubPropertyIterator(PersistentClass pc, String reducedName) {
>     [javac] 	                                        ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1464. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 178)
>     [javac] 	Value value = pc.getRecursiveProperty( reducedName ).getValue();
>     [javac] 	^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1465. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 179)
>     [javac] 	Iterator parentPropIter;
>     [javac] 	^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 1466. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 180)
>     [javac] 	if ( value instanceof Component ) {
>     [javac] 	                      ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1467. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 181)
>     [javac] 	Component comp = (Component) value;
>     [javac] 	^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1468. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 181)
>     [javac] 	Component comp = (Component) value;
>     [javac] 	                  ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1469. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 184)
>     [javac] 	else if ( value instanceof ToOne ) {
>     [javac] 	                           ^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1470. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 185)
>     [javac] 	ToOne toOne = (ToOne) value;
>     [javac] 	^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1471. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 185)
>     [javac] 	ToOne toOne = (ToOne) value;
>     [javac] 	               ^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1472. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 186)
>     [javac] 	PersistentClass referencedPc = mappings.getClass( toOne.getReferencedEntityName() );
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1473. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 189)
>     [javac] 	parentPropIter = ( (Component) referencedPc.getRecursiveProperty(
>     [javac] 	                    ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1474. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 194)
>     [javac] 	throw new MappingException(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1475. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 202)
>     [javac] 	parentPropIter = ( (Component) referencedPc.getIdentifierProperty()
>     [javac] 	                    ^^^^^^^^^
>     [javac] Component cannot be resolved to a type
>     [javac] ----------
>     [javac] 1476. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
>     [javac]  (at line 210)
>     [javac] 	throw new MappingException(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1477. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 217)
>     [javac] 	throw new MappingException( "dotted notation reference neither a component nor a many/one to one" );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1478. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java (at line 222)
>     [javac] 	private static int getIndexOfFirstMatchingProperty(List propertyNames, String follow
>     [javac] er) {
>     [javac] 	                                                   ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 1479. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SetBinder.java
>     [javac]  (at line 4)
>     [javac] 	import org.hibernate.cfg.Environment;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.cfg.Environment cannot be resolved
>     [javac] ----------
>     [javac] 1480. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SetBinder.java
>     [javac]  (at line 5)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 1481. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SetBinder.java
>     [javac]  (at line 6)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 1482. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SetBinder.java
>     [javac]  (at line 15)
>     [javac] 	public class SetBinder extends CollectionBinder {
>     [javac] 	             ^^^^^^^^^
>     [javac] The type SetBinder must implement the inherited abstract method CollectionBinder.createCollection(PersistentClass)
>     [javac] ----------
>     [javac] 1483. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SetBinder.java
>     [javac]  (at line 25)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	          ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1484. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SetBinder.java
>     [javac]  (at line 25)
>     [javac] 	protected Collection createCollection(PersistentClass persistentClass) {
>     [javac] 	                                      ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1485. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SetBinder.java
>     [javac]  (at line 26)
>     [javac] 	return new org.hibernate.mapping.Set( persistentClass );
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Set cannot be resolved to a type
>     [javac] ----------
>     [javac] 1486. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SetBinder.java
>     [javac]  (at line 31)
>     [javac] 	if ( Environment.jvmSupportsLinkedHashCollections() ) {
>     [javac] 	     ^^^^^^^^^^^
>     [javac] Environment cannot be resolved
>     [javac] ----------
>     [javac] ----------
>     [javac] 1487. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java (at line 14)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 1488. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 23)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 1489. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 24)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 1490. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 32)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1491. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java (at line 48)
>     [javac] 	private Table table;
>     [javac] 	        ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1492. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 58)
>     [javac] 	public void setTable(Table table) {
>     [javac] 	                     ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1493. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java (at line 59)
>     [javac] 	this.table = table;
>     [javac] 	^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1494. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 93)
>     [javac] 	throw new AnnotationException(
>     [javac] 						"@Temporal should only be set on a java.util.Date or java.util.Calendar property: "
>     [javac] 								+ StringHelper.qualify( persistentClassName, propertyNam
>     [javac] e )
>     [javac] 				);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1495. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java (at line 95)
>     [javac] 	+ StringHelper.qualify( persistentClassName, propertyName )
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1496. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 106)
>     [javac] 	throw new NotYetImplementedException(
>     [javac] 								"Calendar cannot persist TIME only"
>     [javac] 										+ StringHelper.qualify( persistentClassName, propertyName )
>     [javac] 						);
>     [javac] 	      ^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type NotYetImplementedException can be thrown; an exception type must be a subclass 
>     [javac] of Throwable
>     [javac] ----------
>     [javac] 1497. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 108)
>     [javac] 	+ StringHelper.qualify( persistentClassName, propertyName )
>     [javac] 	  ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1498. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java (at line 116)
>     [javac] 	throw new AssertionFailure( "Unknown temporal type: " + ann.value() );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1499. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 158)
>     [javac] 	throw new AssertionFailure( "SimpleValueBinder.setColumns should be set before SimpleValueBinder.setType" );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1500. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 165)
>     [javac] 	String schema = columns[0].getTable().getSchema();
>     [javac] 	                           ^^^^^^^^
>     [javac] The method getTable() from the type Ejb3Column refers to the missing type Table
>     [javac] ----------
>     [javac] 1501. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 167)
>     [javac] 	String catalog = columns[0].getTable().getCatalog();
>     [javac] 	                            ^^^^^^^^
>     [javac] The method getTable() from the type Ejb3Column refers to the missing type Table
>     [javac] ----------
>     [javac] 1502. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 171)
>     [javac] 	typeParameters.setProperty( EnumType.TABLE, columns[0].getTable().getName() );
>     [javac] 	                                                       ^^^^^^^^
>     [javac] The method getTable() from the type Ejb3Column refers to the missing type Table
>     [javac] ----------
>     [javac] 1503. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 183)
>     [javac] 	throw new AssertionFailure( "Unknown EnumType: " + enumType );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1504. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java (at line 218)
>     [javac] 	public SimpleValue make() {
>     [javac] 	       ^^^^^^^^^^^
>     [javac] 
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1505. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 221)
>     [javac] 	if ( table == null ) {
>     [javac] 	     ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1506. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java (at line 222)
>     [javac] 	table = columns[0].getTable();
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1507. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 222)
>     [javac] 	table = columns[0].getTable();
>     [javac] 	                   ^^^^^^^^
>     [javac] The method getTable() from the type Ejb3Column refers to the missing type Table
>     [javac] ----------
>     [javac] 1508. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 224)
>     [javac] 	SimpleValue simpleValue = new SimpleValue( table );
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1509. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java (at line 224)
>     [javac] 	SimpleValue simpleValue = new SimpleValue( table );
>     [javac] 	                              ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1510. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 224)
>     [javac] 	SimpleValue simpleValue = new SimpleValue( table );
>     [javac] 	                                           ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1511. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 228)
>     [javac] 	public SimpleValue fillSimpleValue(SimpleValue simpleValue) {
>     [javac] 	       ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1512. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 228)
>     [javac] 	public SimpleValue fillSimpleValue(SimpleValue simpleValue) {
>     [javac] 	                                   ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1513. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 230)
>     [javac] 	org.hibernate.mapping.TypeDef typeDef = mappings.getTypeDef( type );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.TypeDef cannot be resolved to a type
>     [javac] ----------
>     [javac] 1514. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/SimpleValueBinder.java
>     [javac]  (at line 230)
>     [javac] 	org.hibernate.mapping.TypeDef typeDef = mappings.getTypeDef( type );
>     [javac] 	                                                 ^^^^^^^^^^
>     [javac] The method getTypeDef(String) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] ----------
>     [javac] 1515. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 10)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 1516. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 17)
>     [javac] 	import org.hibernate.mapping.Collection;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Collection cannot be resolved
>     [javac] ----------
>     [javac] 1517. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 18)
>     [javac] 	import org.hibernate.mapping.Column;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Column cannot be resolved
>     [javac] ----------
>     [javac] 1518. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 19)
>     [javac] 	import org.hibernate.mapping.DependantValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.DependantValue cannot be resolved
>     [javac] ----------
>     [javac] 1519. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.mapping.JoinedSubclass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.JoinedSubclass cannot be resolved
>     [javac] ----------
>     [javac] 1520. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 21)
>     [javac] 	import org.hibernate.mapping.PersistentClass;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.PersistentClass cannot be resolved
>     [javac] ----------
>     [javac] 1521. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 22)
>     [javac] 	import org.hibernate.mapping.Property;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Property cannot be resolved
>     [javac] ----------
>     [javac] 1522. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 23)
>     [javac] 	import org.hibernate.mapping.SimpleValue;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.SimpleValue cannot be resolved
>     [javac] ----------
>     [javac] 1523. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 24)
>     [javac] 	import org.hibernate.mapping.Table;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Table cannot be resolved
>     [javac] ----------
>     [javac] 1524. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 25)
>     [javac] 	import org.hibernate.mapping.ToOne;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.ToOne cannot be resolved
>     [javac] ----------
>     [javac] 1525. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 26)
>     [javac] 	import org.hibernate.mapping.Value;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.mapping.Value cannot be resolved
>     [javac] ----------
>     [javac] 1526. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 45)
>     [javac] 	Table denormalizedSuperTable;
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1527. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 81)
>     [javac] 	public void setDenormalizedSuperTable(Table denormalizedSuperTable) {
>     [javac] 	                                      ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1528. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 82)
>     [javac] 	this.denormalizedSuperTable = denormalizedSuperTable;
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1529. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 90)
>     [javac] 	public Table bind() {
>     [javac] 	       ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1530. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 95)
>     [javac] 	String logicalName = mappings.getNamingStrategy()
>     [javac] 	                              ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 1531. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 106)
>     [javac] 	extendedName = mappings.getNamingStrategy().tableName( name );
>     [javac] 	                        ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 1532. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 109)
>     [javac] 	extendedName = mappings.getNamingStrategy()
>     [javac] 	                        ^^^^^^^^^^^^^^^^^
>     [javac] The method getNamingStrategy() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 1533. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 124)
>     [javac] 	denormalizedSuperTable, mappings
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1534. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 128)
>     [javac] 	public static Table fillTable(
>     [javac] 	              ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1535. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 130)
>     [javac] 	List uniqueConstraints, String constraints, Table denormalizedSuperTable, ExtendedMappings mappings
>     [javac] 	                                            ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1536. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 132)
>     [javac] 	schema = BinderHelper.isDefault( schema ) ? mappings.getSchemaName() : schema;
>     [javac] 	                                                     ^^^^^^^^^^^^^
>     [javac] The method getSchemaName() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 1537. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 133)
>     [javac] 	catalog = BinderHelper.isDefault( catalog ) ? mappings.getCatalogName() : catalog;
>     [javac] 	                                                       ^^^^^^^^^^^^^^
>     [javac] The method getCatalogName() is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 1538. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 134)
>     [javac] 	Table table;
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1539. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 146)
>     [javac] 	table = mappings.addTable(
>     [javac] 	                 ^^^^^^^^
>     [javac] The method addTable(String, String, String, null, boolean) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] 1540. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 166)
>     [javac] 	PersistentClass referencedEntity, PersistentClass destinationEntity, Ejb3JoinColumn[] columns,
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1541. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 166)
>     [javac] 	PersistentClass referencedEntity, PersistentClass destinationEntity, Ejb3JoinColumn[] columns,
>     [javac] 	                                  ^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1542. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 167)
>     [javac] 	SimpleValue value,
>     [javac] 	^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1543. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 170)
>     [javac] 	PersistentClass associatedClass;
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1544. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 177)
>     [javac] 	.getPersistentClass();
>     [javac] 	 ^^^^^^^^^^^^^^^^^^
>     [javac] The method getPersistentClass() from the type PropertyHolder refers to the missing type PersistentClass
>     [javac] ----------
>     [javac] 1545. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 187)
>     [javac] 	final Property property = associatedClass.getRecursiveProperty( columns[0].getMappedBy() );
>     [javac] 	      ^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1546. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 189)
>     [javac] 	if ( property.getValue() instanceof Collection ) {
>     [javac] 	                                    ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1547. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 190)
>     [javac] 	Collection collection = ( (Collection) property.getValue() );
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1548. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 190)
>     [javac] 	Collection collection = ( (Collection) property.getValue() );
>     [javac] 	                           ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1549. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 191)
>     [javac] 	Value element = collection.getElement();
>     [javac] 	^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1550. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 193)
>     [javac] 	throw new AnnotationException(
>     [javac] 							"Illegal use of mappedBy on both sides of the relationship: "
>     [javac] 									+ associatedClass.getEntityName() + "." + mappedByProperty
>     [javac] 					);
>     [javac] 	      ^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1551. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 204)
>     [javac] 	Column column = (Column) mappedByColumns.next();
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1552. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 204)
>     [javac] 	Column column = (Column) mappedByColumns.next();
>     [javac] 	                 ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1553. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 215)
>     [javac] 	if ( referencedEntity instanceof JoinedSubclass ) {
>     [javac] 	                                 ^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1554. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 216)
>     [javac] 	idColumns = ( (JoinedSubclass) referencedEntity ).getKey().getColumnIterator();
>     [javac] 	               ^^^^^^^^^^^^^^
>     [javac] JoinedSubclass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1555. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 222)
>     [javac] 	Column column = (Column) idColumns.next();
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1556. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 222)
>     [javac] 	Column column = (Column) idColumns.next();
>     [javac] 	                 ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1557. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 232)
>     [javac] 	if ( value instanceof ToOne ) {
>     [javac] 	                      ^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1558. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 233)
>     [javac] 	referencedPropertyName = ( (ToOne) value ).getReferencedPropertyName();
>     [javac] 	                            ^^^^^
>     [javac] ToOne cannot be resolved to a type
>     [javac] ----------
>     [javac] 1559. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 235)
>     [javac] 	else if ( value instanceof DependantValue ) {
>     [javac] 	                           ^^^^^^^^^^^^^^
>     [javac] DependantValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1560. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 238)
>     [javac] 	Collection collection = (Collection) referencedEntity.getRecursiveProperty( propertyName )
>     [javac] 	^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1561. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 238)
>     [javac] 	Collection collection = (Collection) referencedEntity.getRecursiveProperty( propertyName )
>     [javac] 	                         ^^^^^^^^^^
>     [javac] Collection cannot be resolved to a type
>     [javac] ----------
>     [javac] 1562. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 243)
>     [javac] 	throw new AnnotationException( "SecondaryTable JoinColumn cannot reference a non primary key" );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1563. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 248)
>     [javac] 	throw new AssertionFailure(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1564. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 254)
>     [javac] 	throw new AssertionFailure(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1565. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 258)
>     [javac] 	Property synthProp = referencedEntity.getRecursiveProperty( referencedPropertyName );
>     [javac] 	^^^^^^^^
>     [javac] Property cannot be resolved to a type
>     [javac] ----------
>     [javac] 1566. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 260)
>     [javac] 	throw new AssertionFailure(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1567. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 273)
>     [javac] 	throw new AnnotationException(
>     [javac] 								"A Foreign key refering " + referencedEntity.
>     [javac] getEntityName()
>     [javac] 										+ " from " + associatedClass.getEntityName()
>     [javac] 										+ " has the wrong number of column. should be " + referencedEntity.getIdentifier()
>     [javac] 										.getColumnSpan()
>     [javac] 						);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1568. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 290)
>     [javac] 	org.hibernate.mapping.Column col;
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1569. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 291)
>     [javac] 	Table table = referencedEntity.getTable(); //works cause the pk has to be on the primary table
>     [javac] 	^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1570. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 296)
>     [javac] 	col = (org.hibernate.mapping.Column) idColItr.next();
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] org.hibernate.mapping.Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1571. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 316)
>     [javac] 	throw new AnnotationException(
>     [javac] 									"Column name " + col.getName() + " of "
>     [javac] 											+ referencedEntity.getEntityName() + " not found in JoinColumns.referencedColumnName"
>     [javac] 							
>     [javac] );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1572. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 332)
>     [javac] 	PersistentClass referencedEntity, Iterator columnIterator, Ejb3JoinColumn[] columns, SimpleValue value
>     [javac] 	^^^^^^^^^^^^^^^
>     [javac] PersistentClass cannot be resolved to a type
>     [javac] ----------
>     [javac] 1573. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 332)
>     [javac] 	PersistentClass referencedEntity, Iterator columnIterator, Ejb3JoinColumn[] columns, SimpleValue value
>     [javac] 	                                                                                     ^^^^^^^^^^^
>     [javac] SimpleValue cannot be resolved to a type
>     [javac] ----------
>     [javac] 1574. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 335)
>     [javac] 	Column synthCol = (Column) columnIterator.next();					
>     [javac] 	^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1575. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 335)
>     [javac] 	Column synthCol = (Column) columnIterator.next();					
>     [javac] 	                   ^^^^^^
>     [javac] Column cannot be resolved to a type
>     [javac] ----------
>     [javac] 1576. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 347)
>     [javac] 	public static void createUniqueConstraint(Value value) {
>     [javac] 	                                          ^^^^^
>     [javac] Value cannot be resolved to a type
>     [javac] ----------
>     [javac] 1577. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java
>     [javac]  (at line 356)
>     [javac] 	public static void addIndexes(Table hibTable, Index[] indexes, ExtendedMappings mappings) {
>     [javac] 	                              ^^^^^
>     [javac] Table cannot be resolved to a type
>     [javac] ----------
>     [javac] 1578. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/TableBinder.java (at line 359)
>     [javac] 	mappings.addSecondPass(
>     [javac] 	         ^^^^^^^^^^^^^
>     [javac] The method addSecondPass(IndexOrUniqueKeySecondPass) is undefined for the type ExtendedMappings
>     [javac] ----------
>     [javac] ----------
>     [javac] 1579. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 94)
>     [javac] 	import org.hibernate.util.ReflectHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1580. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 95)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1581. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 369)
>     [javac] 	clazz = ReflectHelper.classForName( className, this.getClass() );
>     [javac] 	        ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1582. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 397)
>     [javac] 	StringHelper.qualify( className, propertyName ) );
>     [javac] 	^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1583. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 511)
>     [javac] 	ReflectHelper.classForName(
>     [javac] 	^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1584. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 518)
>     [javac] 	throw new AnnotationException(
>     [javac] 							"Unable to find " + element.getPath() + ".class: " + className, e
>     [javac] 					);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1585. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 541)
>     [javac] 	( ( annotationClass == ManyToMany.class && StringHelper.isEmpty( ( (ManyToM
>     [javac] any) annotation ).mappedBy() ) )
>     [javac] 	                                           ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1586. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 542)
>     [javac] 	|| ( annotationClass == OneToMany.class && StringHelper.isEmpty( ( (OneToMa
>     [javac] ny) annotation ).mappedBy() ) )
>     [javac] 	                                           ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1587. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 547)
>     [javac] 	&& ( StringHelper.isNotEmpty( defaults.getCatalog() )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1588. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 548)
>     [javac] 	|| StringHelper.isNotEmpty( defaults.getSchema() ) ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1589. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 561)
>     [javac] 	if ( StringHelper.isEmpty( (String) ad.valueOf( "schema" ) )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1590. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 562)
>     [javac] 	&& StringHelper.isNotEmpty( defaults.getSchema() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1591. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 565)
>     [javac] 	if ( StringHelper.isEmpty( (String) ad.valueOf( "catalog" ) )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1592. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 566)
>     [javac] 	&& StringHelper.isNotEmpty( defaults.getCatalog() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1593. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 590)
>     [javac] 	if ( StringHelper.isNotEmpty( defaults.getCatalog() )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1594. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 591)
>     [javac] 	&& StringHelper.isEmpty( (String) annotation.valueOf( "catalog" ) ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1595. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 595)
>     [javac] 	if ( StringHelper.isNotEmpty( defaults.getSchema() )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1596. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 596)
>     [javac] 	&& StringHelper.isEmpty( (String) annotation.valueOf( "schema" ) ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1597. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 617)
>     [javac] 	clazz = ReflectHelper.classForName(
>     [javac] 	        ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1598. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 623)
>     [javac] 	throw new AnnotationException(
>     [javac] 								"Unable to find " + element.getPath(
>     [javac] ) + "target-entity: " + className, e
>     [javac] 						);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1599. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 721)
>     [javac] 	if ( StringHelper.isNotEmpty( orderByString ) ) ad.setValue( "value", orderByString );
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1600. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 731)
>     [javac] 	if ( StringHelper.isNotEmpty( mapKeyString ) ) ad.setValue( "name", mapKeyString );
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1601. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 877)
>     [javac] 	else if ( StringHelper.isNotEmpty( enumerated ) ) {
>     [javac] 	          ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1602. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 878)
>     [javac] 	throw new AnnotationException( "Unknown EnumType: " + enumerated + ". " + S
>     [javac] CHEMA_VALIDATION );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1603. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1091)
>     [javac] 	else if ( StringHelper.isNotEmpty( strategy ) ) {
>     [javac] 	          ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1604. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1092)
>     [javac] 	throw new AnnotationException( "Unknown GenerationType: " + strategy + ". 
>     [javac] " + SCHEMA_VALIDATION );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1605. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1116)
>     [javac] 	else if ( StringHelper.isNotEmpty( temporal ) ) {
>     [javac] 	          ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1606. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1117)
>     [javac] 	throw new AnnotationException( "Unknown TemporalType: " + temporal + ". " 
>     [javac] + SCHEMA_VALIDATION );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1607. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1268)
>     [javac] 	throw new AnnotationException( current.getPath() + ".column is mandatory. " + SCHEMA_VALIDATION );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1608. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1373)
>     [javac] 	throw new AnnotationException( "<entity-result> without entity-class. " + 
>     [javac] SCHEMA_VALIDATION );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1609. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1377)
>     [javac] 	clazz = ReflectHelper.classForName(
>     [javac] 	        ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1610. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1383)
>     [javac] 	throw new AnnotationException( "Unable to find entity-class: " + clazzName
>     [javac] , e );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1611. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1411)
>     [javac] 	if ( StringHelper.isNotEmpty( clazzName ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1612. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1414)
>     [javac] 	clazz = ReflectHelper.classForName(
>     [javac] 	        ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1613. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1420)
>     [javac] 	throw new AnnotationException( "Unable to find entity-class: " + clazzName, e );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1614. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1531)
>     [javac] 	if ( queryElt == null ) throw new AnnotationException( "No <query> element
>     [javac]  found." + SCHEMA_VALIDATION );
>     [javac] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1615. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1538)
>     [javac] 	if ( value == null ) throw new AnnotationException( "<hint> without name. " + SCHEMA_VALIDATION );
>     [javac] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1616. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1541)
>     [javac] 	if ( value == null ) throw new AnnotationException( "<hint> without value.
>     [javac]  " + SCHEMA_VALIDATION );
>     [javac] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1617. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1547)
>     [javac] 	if ( StringHelper.isNotEmpty( clazzName ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1618. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1550)
>     [javac] 	clazz = ReflectHelper.classForName(
>     [javac] 	        ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1619. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1556)
>     [javac] 	throw new AnnotationException( "Unable to find entity-class: " + clazzName, e );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1620. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1573)
>     [javac] 	if ( StringHelper.isNotEmpty( defaults.getSchema() )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1621. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1574)
>     [javac] 	|| StringHelper.isNotEmpty( defaults.getCatalog() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1622. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1579)
>     [javac] 	if ( StringHelper.isEmpty( (String) annotation.valueOf( "catalog" ) )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1623. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1580)
>     [javac] 	&& StringHelper.isNotEmpty( defaults.getCatalog() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1624. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1584)
>     [javac] 	if ( StringHelper.isEmpty( (String) annotation.valueOf( "schema" ) )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1625. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1585)
>     [javac] 	&& StringHelper.isNotEmpty( defaults.getSchema() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1626. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1617)
>     [javac] 	if ( StringHelper.isEmpty( (String) ad.valueOf( "schema" ) )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1627. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1618)
>     [javac] 	&& StringHelper.isNotEmpty( defaults.getSchema() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1628. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1621)
>     [javac] 	if ( StringHelper.isEmpty( (String) ad.valueOf( "catalog" ) )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 
>     [javac] 1629. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1622)
>     [javac] 	&& StringHelper.isNotEmpty( defaults.getCatalog() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1630. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1674)
>     [javac] 	throw new AnnotationException(
>     [javac] 							"Unknown DiscrimiatorType in XML: " 
>     [javac] + value + " (" + SCHEMA_VALIDATION + ")"
>     [javac] 					);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1631. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1724)
>     [javac] 	throw new AnnotationException(
>     [javac] 							"Unknown InheritanceType in XML: " +
>     [javac]  value + " (" + SCHEMA_VALIDATION + ")"
>     [javac] 					);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1632. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1748)
>     [javac] 	clazz = ReflectHelper.classForName(
>     [javac] 	        ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1633. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1754)
>     [javac] 	throw new AnnotationException( "Unable to find id-class: " + attr.getValue(), e );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1634. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1760)
>     [javac] 	throw new AnnotationException( "id-class without class. " + SCHEMA_VALIDAT
>     [javac] ION );
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1635. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1802)
>     [javac] 	&& StringHelper.isEmpty( (String) entity.valueOf( "name" ) ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1636. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1848)
>     [javac] 	if ( StringHelper.isNotEmpty( defaults.getCatalog() )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1637. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1849)
>     [javac] 	|| StringHelper.isNotEmpty( defaults.getSchema() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1638. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1860)
>     [javac] 	if ( StringHelper.isEmpty( (String) annotation.valueOf( "schema" ) )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1639. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1861)
>     [javac] 	&& StringHelper.isNotEmpty( defaults.getSchema() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1640. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1864)
>     [javac] 	if ( StringHelper.isEmpty( (String) annotation.valueOf( "catalog" ) )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1641. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1865)
>     [javac] 	&& StringHelper.isNotEmpty( defaults.getCatalog() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1642. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1882)
>     [javac] 	if ( StringHelper.isNotEmpty( defaults.getCatalog() )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1643. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1883)
>     [javac] 	&& StringHelper.isEmpty( (String) annotation.valueOf( "catalog" ) ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1644. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1887)
>     [javac] 	if ( StringHelper.isNotEmpty( defaults.getSchema() )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1645. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1888)
>     [javac] 	&& StringHelper.isEmpty( (String) annotation.valueOf( "schema" ) ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1646. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1905)
>     [javac] 	if ( StringHelper.isNotEmpty( defaults.getCatalog() )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1647. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1906)
>     [javac] 	&& StringHelper.isEmpty( (String) annotation.valueOf( "catalog" ) ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1648. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1910)
>     [javac] 	if ( StringHelper.isNotEmpty( defaults.getSchema() )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1649. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1911)
>     [javac] 	&& StringHelper.isEmpty( (String) annotation.valueOf( "schema" ) ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1650. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1947)
>     [javac] 	if ( StringHelper.isNotEmpty( defaults.getCatalog() )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1651. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1948)
>     [javac] 	|| StringHelper.isNotEmpty( defaults.getSchema() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1652. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1955)
>     [javac] 	if ( StringHelper.isEmpty( (String) annotation.valueOf( "schema" ) )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1653. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1956)
>     [javac] 	&& StringHelper.isNotEmpty( defaults.getSchema() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1654. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 1959)
>     [javac] 	if ( StringHelper.isEmpty( (String) annotation.valueOf( "catalog" ) )
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1655. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationRe
>     [javac] ader.java (at line 1960)
>     [javac] 	&& StringHelper.isNotEmpty( defaults.getCatalog() ) ) {
>     [javac] 	   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1656. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 2020)
>     [javac] 	throw new AnnotationException(
>     [javac] 						element.getName() + "." + attributeNa
>     [javac] me + " is mandatory in XML overring. " + SCHEMA_VALIDATION
>     [javac] 				);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1657. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 2037)
>     [javac] 	throw new AnnotationException(
>     [javac] 						element.getPath() + attributeName + "
>     [javac]  not parseable: " + attribute + " (" + SCHEMA_VALIDATION + ")"
>     [javac] 				);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] 1658. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3OverridenAnnotationReader.java (at line 2064)
>     [javac] 	if ( StringHelper.isNotEmpty( attributeValue ) ) {
>     [javac] 	     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] ----------
>     [javac] 
>     [javac] 1659. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.jav
>     [javac] a (at line 18)
>     [javac] 	import org.hibernate.util.ReflectHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1660. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.java (at line 23)
>     [javac] 	private HashMap defaults = null;
>     [javac] 	        ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1661. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.java (at line 34)
>     [javac] 	public Map getDefaults() {
>     [javac] 	       ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1662. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 36)
>     [javac] 	defaults = new HashMap();
>     [javac] 	               ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1663. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 38)
>     [javac] 	List<Class> entityListeners = new ArrayList<Class>();
>     [javac] 	     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1664. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 38)
>     [javac] 	List<Class> entityListeners = new ArrayList<Class>();
>     [javac] 	                                            ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1665. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.jav
>     [javac] a (at line 41)
>     [javac] 	entityListeners.add( ReflectHelper.classForName( className, this.getClass() ) );
>     [javac] 	                     ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1666. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 47)
>     [javac] 	defaults.put( EntityListeners.class, entityListeners );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic t
>     [javac] ype HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1667. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.java (at line 50)
>     [javac] 	List<Element> elements = element.elements( "sequence-generator" );
>     [javac] 	              
>     [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The expression of type List needs unchecked conversion to conform to List<Element>
>     [javac] ----------
>     [javac] 1668. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 51)
>     [javac] 	List<SequenceGenerator> sequenceGenerators = (List<SequenceGenerator>) defaults.get( SequenceGenerator.class );
>     [javac] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked cast from Object to List<SequenceGenerator>
>     [javac] ----------
>     [javac] 1669. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.java (at line 54)
>     [javac] 	defaults.put( SequenceGenerator.class, sequenceGenerators );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1670. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 60)
>     [javac] 	elements = element.elements( "table-generator" );
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The expression of type List needs unchecked conversion to conform to List<Element>
>     [javac] ----------
>     [javac] 1671. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 61)
>     [javac] 	List<TableGenerator> tableGenerators = (List<TableGenerator>) defaults.get( TableGenerator.class );
>     [javac] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked cast from Object to List<TableGenerator>
>     [javac] ----------
>     [javac] 1672. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.java (at line 64)
>     [javac] 	defaults.put( TableGenerator.class, tableGenerators );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1673. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 70)
>     [javac] 	List<NamedQuery> namedQueries = (List<NamedQuery>) defaults.get( NamedQuery.class );
>     [javac] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked cast from Object to List<NamedQuery>
>     [javac] ----------
>     [javac] 1674. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 73)
>     [javac] 	defaults.put( NamedQuery.class, namedQueries );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic t
>     [javac] ype HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1675. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.java (at line 75)
>     [javac] 	List<NamedQuery> currentNamedQueries = EJB3OverridenAnnotationReader.buildNamedQue
>     [javac] ries( element, false, xmlDefaults );
>     [javac] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The expression of type List needs unchecked conversion to conform to List<NamedQuery>
>     [javac] ----------
>     [javac] 1676. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.java (at line 78)
>     [javac] 	List<NamedNativeQuery> namedNativeQueries = (List<NamedNativeQuery>) defaults.get(
>     [javac]  NamedNativeQuery.class );
>     [javac] 	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked cast from Object to List<NamedNativeQuery>
>     [javac] ----------
>     [javac] 1677. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 81)
>     [javac] 	defaults.put( NamedNativeQuery.class, namedNativeQueries );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic t
>     [javac] ype HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1678. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.java (at line 83)
>     [javac] 	List<NamedNativeQuery> currentNamedNativeQueries = EJB3OverridenAnnotationReader.b
>     [javac] uildNamedQueries( element, true, xmlDefaults );
>     [javac] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The expression of type List needs unchecked conversion to conform to List<NamedNativeQuery>
>     [javac] ----------
>     [javac] 1679. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.java (at line 86)
>     [javac] 	List<SqlResultSetMapping> sqlResultSetMappings = (List<SqlResultSetMapping>) defau
>     [javac] lts.get( SqlResultSetMapping.class );
>     [javac] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked cast from Object to List<SqlResultSetMapping>
>     [javac] ----------
>     [javac] 1680. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/EJB3ReflectionManager.j
>     [javac] ava (at line 89)
>     [javac] 	defaults.put( SqlResultSetMapping.class, sqlResultSetMappings );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic t
>     [javac] ype HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 1681. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/XMLContext.java (at line 11)
>     [javac] 	import org.hibernate.util.StringHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1682. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/XMLContext.java
>     [javac]  (at line 75)
>     [javac] 	List<Element> entities = (List<Element>) root.elements( "entity" );
>     [javac] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked cast from List to List<Element>
>     [javac] ----------
>     [javac] 1683. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/XMLContext.java
>     [javac]  (at line 78)
>     [javac] 	entities = (List<Element>) root.elements( "mapped-superclass" );
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked cast from List to List<Element>
>     [javac] ----------
>     [javac] 1684. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/XMLContext.java
>     [javac]  (at line 81)
>     [javac] 	entities = (List<Element>) root.elements( "embeddable" );
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked cast from List to List<Element>
>     [javac] ----------
>     [javac] 1685. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/XMLContext.java
>     [javac]  (at line 114)
>     [javac] 	List<Element> elements = (List<Element>) listeners.elements( "entity-listener" );
>     [javac] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked cast from List to List<Element>
>     [javac] ----------
>     [javac] 1686. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/XMLContext.java
>     [javac]  (at line 140)
>     [javac] 	if ( className.indexOf( '.' ) < 0 && StringHelper.isNotEmpty( defaultPackageName ) ) {
>     [javac] 	                                     ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 1687. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/annotations/reflection/XMLContext.java
>     [javac]  (at line 141)
>     [javac] 	className = StringHelper.qualify( defaultPackageName, className );
>     [javac] 	            ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] ----------
>     [javac] 1688. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 7)
>     [javac] 	import org.hibernate.event.EventListeners;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.event cannot be resolved
>     [javac] ----------
>     [javac] 1689. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 8)
>     [javac] 	import org.hibernate.event.PostCollectionRecreateEventListener;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.event cannot be resolved
>     [javac] ----------
>     [javac] 1690. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 9)
>     [javac] 	import org.hibernate.event.PostCollectionRemoveEventListener;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.event cannot be resolved
>     [javac] ----------
>     [javac] 1691. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 10)
>     [javac] 	import org.hibernate.event.PostCollectionUpdateEventListener;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.event cannot be resolved
>     [javac] ----------
>     [javac] 1692. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 11)
>     [javac] 	import org.hibernate.event.PostDeleteEventListener;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.event cannot be resolved
>     [javac] ----------
>     [javac] 1693. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.event.PostInsertEventListener;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.event cannot be resolved
>     [javac] ----------
>     [javac] 1694. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 13)
>     [javac] 	import org.hibernate.event.PostUpdateEventListener;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.event cannot be resolved
>     [javac] ----------
>     [javac] 1695. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.util.ReflectHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1696. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 40)
>     [javac] 	public static void enableHibernateSearch(EventListeners eventListeners, Properties pr
>     [javac] operties) {
>     [javac] 	                                         ^^^^^^^^^^^^^^
>     [javac] EventListeners cannot be resolved to a type
>     [javac] ----------
>     [javac] 1697. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 62)
>     [javac] 	PostInsertEventListener[] listeners = eventListeners
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostInsertEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1698. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 73)
>     [javac] 	PostInsertEventListener[] newListeners = new PostInsertEventListener[length];
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostInsertEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1699. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 73)
>     [javac] 	PostInsertEventListener[] newListeners = new PostInsertEventListener[length];
>     [javac] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostInsertEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1700. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 75)
>     [javac] 	newListeners[length - 1] = (PostInsertEventListener) searchEventListener;
>     [javac] 	                            ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostInsertEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1701. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 80)
>     [javac] 	.setPostInsertEventListeners(new PostInsertEventListener[] { (PostInsertEventListener) searchEventListener });
>     [javac] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostInsertEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1702. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 80)
>     [javac] 	.setPostInsertEventListeners(new PostInsertEventListener[] { (PostInsertEventListener) searchEventListener });
>     [javac] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostInsertEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1703. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 85)
>     [javac] 	PostUpdateEventListener[] listeners = eventListeners
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1704. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 96)
>     [javac] 	PostUpdateEventListener[] newListeners = new PostUpdateEventListener[length];
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1705. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 96)
>     [javac] 	PostUpdateEventListener[] newListeners = new PostUpdateEventListener[length];
>     [javac] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1706. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 98)
>     [javac] 	newListeners[length - 1] = (PostUpdateEventListener) searchEventListener;
>     [javac] 	                            ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1707. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 103)
>     [javac] 	.setPostUpdateEventListeners(new PostUpdateEventListener[] { (PostUpdateEventListener) searchEventListener });
>     [javac] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1708. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 103)
>     [javac] 	.setPostUpdateEventListeners(new PostUpdateEventListener[] { (PostUpdateEventListener) searchEventListener });
>     [javac] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1709. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 108)
>     [javac] 	PostDeleteEventListener[] listeners = eventListeners
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostDeleteEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1710. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 119)
>     [javac] 	PostDeleteEventListener[] newListeners = new PostDeleteEventListener[length];
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostDeleteEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1711. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 119)
>     [javac] 	PostDeleteEventListener[] newListeners = new PostDeleteEventListener[length];
>     [javac] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostDeleteEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1712. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 121)
>     [javac] 	newListeners[length - 1] = (PostDeleteEventListener) searchEventListener;
>     [javac] 	                            ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostDeleteEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1713. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 126)
>     [javac] 	.setPostDeleteEventListeners(new PostDeleteEventListener[] { (PostDeleteEventListener) searchEventListener });
>     [javac] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostDeleteEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1714. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 126)
>     [javac] 	.setPostDeleteEventListeners(new PostDeleteEventListener[] { (PostDeleteEventListener) searchEventListener });
>     [javac] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostDeleteEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1715. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 131)
>     [javac] 	PostCollectionRecreateEventListener[] listeners = eventListeners.getPostCollectionRe
>     [javac] createEventListeners();
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRecreateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1716. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 139)
>     [javac] 	PostCollectionRecreateEventListener[] newListeners = new PostCollectionRecreateEvent
>     [javac] Listener[length];
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRecreateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1717. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 139)
>     [javac] 	PostCollectionRecreateEventListener[] newListeners = new PostCollectionRecreateEvent
>     [javac] Listener[length];
>     [javac] 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRecreateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1718. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 141)
>     [javac] 	newListeners[length - 1] = (PostCollectionRecreateEventListener) searchEventListener;
>     [javac] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRecreateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1719. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 147)
>     [javac] 	new PostCollectionRecreateEventListener[] { (PostCollectionRecreateEventListener) searchEventListener }
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRecreateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1720. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 147)
>     [javac] 	new PostCollectionRecreateEventListener[] { (PostCollectionRecreateEventListener) searchEventListener }
>     [javac] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRecreateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1721. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 153)
>     [javac] 	PostCollectionRemoveEventListener[] listeners = eventListeners.getPostCollectionRemo
>     [javac] veEventListeners();
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRemoveEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1722. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 161)
>     [javac] 	PostCollectionRemoveEventListener[] newListeners = new PostCollectionRemoveEventListener[length];
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRemoveEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1723. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 161)
>     [javac] 	PostCollectionRemoveEventListener[] newListeners = new PostCollectionRemoveEventList
>     [javac] ener[length];
>     [javac] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRemoveEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1724. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 163)
>     [javac] 	newListeners[length - 1] = (PostCollectionRemoveEventListener) searchEventListener;
>     [javac] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRemoveEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1725. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 169)
>     [javac] 	new PostCollectionRemoveEventListener[] { (PostCollectionRemoveEventListener) searchEventListener }
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRemoveEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1726. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 169)
>     [javac] 	new PostCollectionRemoveEventListener[] { (PostCollectionRemoveEventListener) searchEventListener }
>     [javac] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionRemoveEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1727. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 175)
>     [javac] 	PostCollectionUpdateEventListener[] listeners = eventListeners.getPostCollectionUpda
>     [javac] teEventListeners();
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1728. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 183)
>     [javac] 	PostCollectionUpdateEventListener[] newListeners = new PostCollectionUpdateEventListener[length];
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1729. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 183)
>     [javac] 	PostCollectionUpdateEventListener[] newListeners = new PostCollectionUpdateEventList
>     [javac] ener[length];
>     [javac] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1730. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 185)
>     [javac] 	newListeners[length - 1] = (PostCollectionUpdateEventListener) searchEventListener;
>     [javac] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1731. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 191)
>     [javac] 	new PostCollectionUpdateEventListener[] { (PostCollectionUpdateEventListener) searchEventListener }
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1732. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 191)
>     [javac] 	new PostCollectionUpdateEventListener[] { (PostCollectionUpdateEventListener) searchEventListener }
>     [javac] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] PostCollectionUpdateEventListener cannot be resolved to a type
>     [javac] ----------
>     [javac] 1733. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java (at line 203)
>     [javac] 	Class searchEventListenerClass = null;
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1734. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 205)
>     [javac] 	searchEventListenerClass = ReflectHelper.classForName(
>     [javac] 	                           ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1735. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/cfg/search/HibernateSearchEventListenerRegister.java
>     [javac]  (at line 219)
>     [javac] 	throw new AnnotationException(
>     [javac] 					"Unable to load Search event listener", e);
>     [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] No exception of type AnnotationException can be thrown; an exception type must be a subclass of Throwable
>     [javac] ----------
>     [javac] ----------
>     [javac] 1736. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/mapping/IdGenerator.java (at line 13)
>     [javac] 	public class IdGenerator implements Serializable {
>     [javac] 	             ^^^^^^^^^^^
>     [javac] The serializable class IdGenerator does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 1737. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java (at line 9)
>     [javac] 	import org.hibernate.EntityMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.EntityMode cannot be resolved
>     [javac] ----------
>     [javac] 1738. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 10)
>     [javac] 	import org.hibernate.HibernateException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.HibernateException cannot be resolved
>     [javac] ----------
>     [javac] 1739. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 11)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 1740. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 12)
>     [javac] 	import org.hibernate.engine.Mapping;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1741. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java (at line 13)
>     [javac] 	import org.hibernate.engine.SessionImplementor;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1742. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 18)
>     [javac] 	public abstract class AbstractLobType extends AbstractType implements Serializable {
>     [javac] 	                      ^^^^^^^^^^^^^^^
>     [javac] The serializable class AbstractLobType does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 1743. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 18)
>     [javac] 	public abstract class AbstractLobType extends AbstractType implements Serializable {
>     [javac] 	                                              ^^^^^^^^^^^^
>     [javac] AbstractType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1744. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 19)
>     [javac] 	public boolean isDirty(Object old, Object current, boolean[] checkable, SessionImplementor session)
>     [javac] 	                                                                        ^^^^^^^^^^^^^^^^^^
>     [javac] SessionImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1745. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 20)
>     [javac] 	throws HibernateException {
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1746. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java (at line 25)
>     [javac] 	public boolean isEqual(Object x, Object y, EntityMode entityMode) {
>     [javac] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method isEqual(Object, Object, EntityMode) of type AbstractLobType must override a superclass method
>     [javac] ----------
>     [javac] 1747. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java (at line 25)
>     [javac] 	public boolean isEqual(Object x, Object y, EntityMode entityMode) {
>     [javac] 	                                           ^^^^^^^^^^
>     [javac] EntityMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1748. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 30)
>     [javac] 	public int getHashCode(Object x, EntityMode entityMode) {
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method getHashCode(Object, EntityMode) of type AbstractLobType must override a superclass method
>     [javac] ----------
>     [javac] 1749. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 30)
>     [javac] 	public int getHashCode(Object x, EntityMode entityMode) {
>     [javac] 	                                 ^^^^^^^^^^
>     [javac] EntityMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1750. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 38)
>     [javac] 	public int getColumnSpan(Mapping mapping) throws MappingException {
>     [javac] 	                         ^^^^^^^
>     [javac] Mapping cannot be resolved to a type
>     [javac] ----------
>     [javac] 1751. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 38)
>     [javac] 	public int getColumnSpan(Mapping mapping) throws MappingException {
>     [javac] 	                                                 ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1752. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 44)
>     [javac] 	public Object nullSafeGet(ResultSet rs, String[] names, SessionImplementor session, Object owner)
>     [javac] 	                                                        ^^^^^^^^^^^^^^^^^^
>     [javac] SessionImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1753. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 45)
>     [javac] 	throws HibernateException, SQLException {
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1754. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java (at line 49)
>     [javac] 	public Object nullSafeGet(ResultSet rs, String name, SessionImplementor session, Obje
>     [javac] ct owner)
>     [javac] 	                                                     ^^^^^^^^^^^^^^^^^^
>     [javac] SessionImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1755. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java (at line 50)
>     [javac] 	throws HibernateException, SQLException {
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1756. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 55)
>     [javac] 	PreparedStatement st, Object value, int index, boolean[] settable, SessionImplementor session
>     [javac] 	                                                                   ^^^^^^^^^^^^^^^^^^
>     [javac] SessionImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1757. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 56)
>     [javac] 	) throws HibernateException, SQLException {
>     [javac] 	         ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1758. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java (at line 60)
>     [javac] 	protected abstract void set(PreparedStatement st, Object value, int index, SessionImp
>     [javac] lementor session)
>     [javac] 	                                                                           ^^^^^^^^^^^^^^^^^^
>     [javac] SessionImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1759. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 63)
>     [javac] 	public void nullSafeSet(PreparedStatement st, Object value, int index, SessionImplementor session)
>     [javac] 	                                                                       ^^^^^^^^^^^^^^^^^^
>     [javac] SessionImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1760. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/AbstractLobType.java
>     [javac]  (at line 64)
>     [javac] 	throws HibernateException, SQLException {
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 1761. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 13)
>     [javac] 	import org.hibernate.EntityMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.EntityMode cannot be resolved
>     [javac] ----------
>     [javac] 1762. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java (at line 14)
>     [javac] 	import org.hibernate.HibernateException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.HibernateException cannot be resolved
>     [javac] ----------
>     [javac] 1763. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 15)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 1764. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 16)
>     [javac] 	import org.hibernate.engine.Mapping;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1765. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java (at line 17)
>     [javac] 	import org.hibernate.engine.SessionFactoryImplementor;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1766. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 18)
>     [javac] 	import org.hibernate.engine.SessionImplementor;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1767. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 19)
>     [javac] 	import org.hibernate.lob.BlobImpl;
>     [javac] 	       ^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.lob cannot be resolved
>     [javac] ----------
>     [javac] 1768. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java (at line 20)
>     [javac] 	import org.hibernate.util.ArrayHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1769. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 28)
>     [javac] 	public class ByteArrayBlobType extends AbstractLobType {
>     [javac] 	             ^^^^^^^^^^^^^^^^^
>     [javac] The hierarchy of the type ByteArrayBlobType is inconsistent
>     [javac] ----------
>     [javac] 1770. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 28)
>     [javac] 	public class ByteArrayBlobType extends AbstractLobType {
>     [javac] 	             ^^^^^^^^^^^^^^^^^
>     [javac] The type ByteArrayBlobType must implement the inherited abstract method AbstractLobType.set(PreparedStatement, Object, int, SessionImplementor)
>     [javac] ----------
>     [javac] 1771. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 28)
>     [javac] 	public class ByteArrayBlobType extends AbstractLobType {
>     [javac] 	             ^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ByteArrayBlobType does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 1772. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 30)
>     [javac] 	public int[] sqlTypes(Mapping mapping) throws MappingException {
>     [javac] 	                      ^^^^^^^
>     [javac] Mapping cannot be resolved to a type
>     [javac] ----------
>     [javac] 1773. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 30)
>     [javac] 	public int[] sqlTypes(Mapping mapping) throws MappingException {
>     [javac] 	                                              ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1774. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 35)
>     [javac] 	public boolean isEqual(Object x, Object y, EntityMode entityMode, SessionFactoryImplementor factory) {
>     [javac] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method isEqual(Object, Object, EntityMode, SessionFactoryImplementor) of type ByteArrayBlobType must override a superclass method
>     [javac] ----------
>     [javac] 1775. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java (at line 35)
>     [javac] 	public boolean isEqual(Object x, Object y, EntityMode entityMode, SessionFactoryImplementor factory) {
>     [javac] 	                                           ^^^^^^^^^^
>     [javac] EntityMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1776. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 35)
>     [javac] 	public boolean isEqual(Object x, Object y, EntityMode entityMode, SessionFactoryImplementor factory) {
>     [javac] 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SessionFactoryImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1777. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 41)
>     [javac] 	return ArrayHelper.isEquals( o1, o2 );
>     [javac] 	       ^^^^^^^^^^^
>     [javac] ArrayHelper cannot be resolved
>     [javac] ----------
>     [javac] 1778. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java (at line 46)
>     [javac] 	return ArrayHelper.isEquals( c1, c2 );
>     [javac] 	       ^^^^^^^^^^^
>     [javac] ArrayHelper cannot be resolved
>     [javac] ----------
>     [javac] 1779. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 50)
>     [javac] 	public int getHashCode(Object x, EntityMode entityMode, SessionFactoryImplementor factory) {
>     [javac] 	                                 ^^^^^^^^^^
>     [javac] EntityMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1780. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 50)
>     [javac] 	public int getHashCode(Object x, EntityMode entityMode, SessionFactoryImplementor factory) {
>     [javac] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SessionFactoryImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1781. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 53)
>     [javac] 	return ArrayHelper.hash( o );
>     [javac] 	       ^^^^^^^^^^^
>     [javac] ArrayHelper cannot be resolved
>     [javac] ----------
>     [javac] 1782. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java (at line 57)
>     [javac] 	return ArrayHelper.hash( c );
>     [javac] 	       ^^^^^^^^^^^
>     [javac] ArrayHelper cannot be resolved
>     [javac] ----------
>     [javac] 1783. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 61)
>     [javac] 	public Object deepCopy(Object value, EntityMode entityMode, SessionFactoryImplementor factory)
>     [javac] 	                                     ^^^^^^^^^^
>     [javac] EntityMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1784. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 61)
>     [javac] 	public Object deepCopy(Object value, EntityMode entityMode, SessionFactoryImplementor factory)
>     [javac] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SessionFactoryImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1785. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 62)
>     [javac] 	throws HibernateException {
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1786. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java (at line 82)
>     [javac] 	public Class getReturnedClass() {
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1787. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 86)
>     [javac] 	protected Object get(ResultSet rs, String name) throws SQLException {
>     [javac] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Cannot reduce the visibility of the inherited method from AbstractLobType
>     [javac] ----------
>     [javac] 1788. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 94)
>     [javac] 	protected void set(PreparedStatement st, Object value, int index, SessionImplementor session) throws SQLException {
>     [javac] 	                                                                  ^^^^^^^^^^^^^^^^^^
>     [javac] SessionImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1789. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 96)
>     [javac] 	st.setNull( index, sqlTypes( null )[0] );
>     [javac] 	                   ^^^^^^^^
>     [javac] The method sqlTypes(Mapping) from the type ByteArrayBlobType refers to the missing type Mapping
>     [javac] ----------
>     [javac] 1790. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 106)
>     [javac] 	st.setBlob( index, new BlobImpl( toSet ) );
>     [javac] 	                       ^^^^^^^^
>     [javac] BlobImpl cannot be resolved to a type
>     [javac] ----------
>     [javac] 1791. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java (at line 111)
>     [javac] 	public void setToXMLNode(Node node, Object value, SessionFactoryImplementor factory)
>     [javac]  throws HibernateException {
>     [javac] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SessionFactoryImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1792. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 111)
>     [javac] 	public void setToXMLNode(Node node, Object value, SessionFactoryImplementor factory) throws HibernateException {
>     [javac] 	                                                                                            ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1793. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 126)
>     [javac] 	public String toLoggableString(Object value, SessionFactoryImplementor factory) {
>     [javac] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SessionFactoryImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1794. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 130)
>     [javac] 	public Object fromXMLNode(Node xml, Mapping factory) throws HibernateException {
>     [javac] 	                                    ^^^^^^^
>     [javac] Mapping cannot be resolved to a type
>     [javac] ----------
>     [javac] 1795. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 130)
>     [javac] 	public Object fromXMLNode(Node xml, Mapping factory) throws HibernateException {
>     [javac] 	                                                            ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1796. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java (at line 183)
>     [javac] 	SessionImplementor session,
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] SessionImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1797. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 185)
>     [javac] 	Map copyCache
>     [javac] 	^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1798. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java (at line 187)
>     [javac] 	throws HibernateException {
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1799. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 192)
>     [javac] 	public boolean[] toColumnNullness(Object value, Mapping mapping) {
>     [javac] 	                                                ^^^^^^^
>     [javac] Mapping cannot be resolved to a type
>     [javac] ----------
>     [javac] 1800. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 193)
>     [javac] 	return value == null ? ArrayHelper.FALSE : ArrayHelper.TRUE;
>     [javac] 	                       ^^^^^^^^^^^
>     [javac] ArrayHelper cannot be resolved
>     [javac] ----------
>     [javac] 1801. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/ByteArrayBlobType.java
>     [javac]  (at line 193)
>     [javac] 	return value == null ? ArrayHelper.FALSE : ArrayHelper.TRUE;
>     [javac] 	                                           ^^^^^^^^^^^
>     [javac] ArrayHelper cannot be resolved
>     [javac] ----------
>     [javac] ----------
>     [javac] 1802. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.HibernateException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.HibernateException cannot be resolved
>     [javac] ----------
>     [javac] 1803. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 15)
>     [javac] 	import org.hibernate.usertype.UserType;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.usertype cannot be resolved
>     [javac] ----------
>     [javac] 1804. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 16)
>     [javac] 	import org.hibernate.util.ArrayHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1805. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 24)
>     [javac] 	public class CharacterArrayClobType implements UserType, Serializable {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class CharacterArrayClobType does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 1806. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 24)
>     [javac] 	public class CharacterArrayClobType implements UserType, Serializable {
>     [javac] 	                                               ^^^^^^^^
>     [javac] UserType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1807. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 31)
>     [javac] 	public Class returnedClass() {
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1808. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 35)
>     [javac] 	public boolean equals(Object x, Object y) throws HibernateException {
>     [javac] 	                                                 ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1809. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 41)
>     [javac] 	return ArrayHelper.isEquals( o1, o2 );
>     [javac] 	       ^^^^^^^^^^^
>     [javac] ArrayHelper cannot be resolved
>     [javac] ----------
>     [javac] 1810. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 46)
>     [javac] 	return ArrayHelper.isEquals( c1, c2 );
>     [javac] 	       ^^^^^^^^^^^
>     [javac] ArrayHelper cannot be resolved
>     [javac] ----------
>     [javac] 1811. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 50)
>     [javac] 	public int hashCode(Object x) throws HibernateException {
>     [javac] 	                                     ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1812. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 53)
>     [javac] 	return ArrayHelper.hash( o );
>     [javac] 	       ^^^^^^^^^^^
>     [javac] ArrayHelper cannot be resolved
>     [javac] ----------
>     [javac] 1813. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 57)
>     [javac] 	return ArrayHelper.hash( c );
>     [javac] 	       ^^^^^^^^^^^
>     [javac] ArrayHelper cannot be resolved
>     [javac] ----------
>     [javac] 1814. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 61)
>     [javac] 	public Object nullSafeGet(ResultSet rs, String[] names, Object owner) throws Hibernat
>     [javac] eException, SQLException {
>     [javac] 	                                                                             ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1815. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 64)
>     [javac] 	ArrayList result = new ArrayList();
>     [javac] 	^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1816. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 64)
>     [javac] 	ArrayList result = new ArrayList();
>     [javac] 	                       ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1817. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 70)
>     [javac] 	result.add( Character.valueOf( charbuf[charIndex] ) );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1818. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 78)
>     [javac] 	return result.toArray( new Character[ result.size() ] );
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 1819. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 91)
>     [javac] 	public void nullSafeSet(PreparedStatement st, Object value, int index) throws HibernateException, SQLException {
>     [javac] 	                                                                              ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1820. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 113)
>     [javac] 	public Object deepCopy(Object value) throws HibernateException {
>     [javac] 	                                            ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1821. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 137)
>     [javac] 	public Serializable disassemble(Object value) throws HibernateException {
>     [javac] 	                                                     ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1822. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 138)
>     [javac] 	return (Serializable) deepCopy( value );
>     [javac] 	                      ^^^^^^^^
>     [javac] The method deepCopy(Object) from the type CharacterArrayClobType refers to the missing type HibernateException
>     [javac] ----------
>     [javac] 1823. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java
>     [javac]  (at line 141)
>     [javac] 	public Object assemble(Serializable cached, Object owner) throws HibernateException {
>     [javac] 	                                                                 ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1824. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 142)
>     [javac] 	return deepCopy( cached );
>     [javac] 	       ^^^^^^^^
>     [javac] The method deepCopy(Object) from the type CharacterArrayClobType refers to the missing type HibernateException
>     [javac] ----------
>     [javac] 1825. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 145)
>     [javac] 	public Object replace(Object original, Object target, Object owner) throws Hibernate
>     [javac] Exception {
>     [javac] 	                                                                           ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1826. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/CharacterArrayClobType.java (at line 146)
>     [javac] 	return deepCopy( original );
>     [javac] 	       ^^^^^^^^
>     [javac] The method deepCopy(Object) from the type CharacterArrayClobType refers to the missing type HibernateException
>     [javac] ----------
>     [javac] ----------
>     [javac] 1827. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 16)
>     [javac] 	import org.hibernate.AssertionFailure;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.AssertionFailure cannot be resolved
>     [javac] ----------
>     [javac] 1828. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 17)
>     [javac] 	import org.hibernate.HibernateException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.HibernateException cannot be resolved
>     [javac] ----------
>     [javac] 1829. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 19)
>     [javac] 	import org.hibernate.usertype.EnhancedUserType;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.usertype cannot be resolved
>     [javac] ----------
>     [javac] 1830. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.usertype.ParameterizedType;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.usertype cannot be resolved
>     [javac] ----------
>     [javac] 1831. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 21)
>     [javac] 	import org.hibernate.util.ReflectHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1832. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 32)
>     [javac] 	public class EnumType implements EnhancedUserType, ParameterizedType, Serializable {
>     [javac] 	             ^^^^^^^^
>     [javac] The serializable class EnumType does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 1833. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 32)
>     [javac] 	public class EnumType implements EnhancedUserType, ParameterizedType, Serializable {
>     [javac] 	                                 ^^^^^^^^^^^^^^^^
>     [javac] EnhancedUserType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1834. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 32)
>     [javac] 	public class EnumType implements EnhancedUserType, ParameterizedType, Serializable {
>     [javac] 	                                                   ^^^^^^^^^^^^^^^^^
>     [javac] ParameterizedType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1835. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 41)
>     [javac] 	private static final boolean IS_VALUE_TRACING_ENABLED = LoggerFactory.getLogger( StringHelper.qualifier( Type.class.getName() ) ).isTraceEnabled();
>     [javac] 	                                    
>     [javac]                                                                      ^^^^
>     [javac] Type cannot be resolved to a type
>     [javac] ----------
>     [javac] 1836. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 58)
>     [javac] 	private static Map<Class, Object[]> enumValues = new HashMap<Class, Object[]>();
>     [javac] 	                   ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1837. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 58)
>     [javac] 	private static Map<Class, Object[]> enumValues = new HashMap<Class, Object[]>();
>     [javac] 	                                                             ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1838. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 60)
>     [javac] 	private Class<? extends Enum> enumClass;
>     [javac] 	                        ^^^^
>     [javac] Enum is a raw type. References to generic type Enum<T> should be parameterized
>     [javac] ----------
>     [javac] 1839. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 72)
>     [javac] 	public Class returnedClass() {
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1840. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 76)
>     [javac] 	public boolean equals(Object x, Object y) throws HibernateException {
>     [javac] 	                                                 ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1841. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 80)
>     [javac] 	public int hashCode(Object x) throws HibernateException {
>     [javac] 	                                     ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1842. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 84)
>     [javac] 	public Object nullSafeGet(ResultSet rs, String[] names, Object owner) throws HibernateException, SQLException {
>     [javac] 	                                                                             ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1843. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 94)
>     [javac] 	if ( values == null ) throw new AssertionFailure( "enumValues not preprocessed: " + enumClass );
>     [javac] 	                                ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1844. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 110)
>     [javac] 	return Enum.valueOf( enumClass, name );
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked invocation valueOf(Class<capture#6-of ? extends Enum>, String) of the generic method valueOf(Class<S>, String) of type Enum
>     [javac] ----------
>     [javac] 1845. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 118)
>     [javac] 	public void nullSafeSet(PreparedStatement st, Object value, int index) throws HibernateException, SQLException {
>     [javac] 	                                                                              ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1846. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 127)
>     [javac] 	int ordinal = ( (Enum) value ).ordinal();
>     [javac] 	                 ^^^^
>     [javac] Enum is a raw type. References to generic type Enum<T> should be parameterized
>     [javac] ----------
>     [javac] 1847. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 134)
>     [javac] 	String enumString = ( (Enum) value ).name();
>     [javac] 	                       ^^^^
>     [javac] Enum is a raw type. References to generic type Enum<T> should be parameterized
>     [javac] ----------
>     [javac] 1848. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 159)
>     [javac] 	throw new HibernateException( "Unable to persist an Enum in a column of SQL Type: " + paramType );
>     [javac] 	          ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1849. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 163)
>     [javac] 	public Object deepCopy(Object value) throws HibernateException {
>     [javac] 	                                            ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1850. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 171)
>     [javac] 	public Serializable disassemble(Object value) throws HibernateException {
>     [javac] 	                                                     ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1851. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 175)
>     [javac] 	public Object assemble(Serializable cached, Object owner) throws HibernateException {
>     [javac] 	                                                                 ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1852. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 179)
>     [javac] 	public Object replace(Object original, Object target, Object owner) throws HibernateException {
>     [javac] 	                                                                           ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1853. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 186)
>     [javac] 	enumClass = ReflectHelper.classForName( enumClassName, this.getClass() ).asSubclass( Enum.class );
>     [javac] 	            ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1854. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 189)
>     [javac] 	throw new HibernateException( "Enum class not found", exception );
>     [javac] 	          ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1855. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 217)
>     [javac] 	throw new HibernateException( "Error while accessing enum.values(): " + enumClass, e );
>     [javac] 	          ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1856. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 231)
>     [javac] 	int ordinal = ( (Enum) value ).ordinal();
>     [javac] 	                 ^^^^
>     [javac] Enum is a raw type. References to generic type Enum<T> should be parameterized
>     [javac] ----------
>     [javac] 1857. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 235)
>     [javac] 	return '\'' + ( (Enum) value ).name() + '\'';
>     [javac] 	                 ^^^^
>     [javac] Enum is a raw type. References to generic type Enum<T> should be parameterized
>     [javac] ----------
>     [javac] 1858. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 242)
>     [javac] 	int ordinal = ( (Enum) value ).ordinal();
>     [javac] 	                 ^^^^
>     [javac] Enum is a raw type. References to generic type Enum<T> should be parameterized
>     [javac] ----------
>     [javac] 1859. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java (at line 246)
>     [javac] 	return ( (Enum) value ).name();
>     [javac] 	          ^^^^
>     [javac] Enum is a raw type. References to generic type Enum<T> should be parameterized
>     [javac] ----------
>     [javac] 1860. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 254)
>     [javac] 	if ( values == null ) throw new AssertionFailure( "enumValues not preprocessed: " + enumClass );
>     [javac] 	                                ^^^^^^^^^^^^^^^^
>     [javac] AssertionFailure cannot be resolved to a type
>     [javac] ----------
>     [javac] 1861. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/EnumType.java
>     [javac]  (at line 262)
>     [javac] 	return Enum.valueOf( enumClass, xmlValue );
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked invocation valueOf(Class<capture#17-of ? extends Enum>, String) of the generi
>     [javac] c method valueOf(Class<S>, String) of type Enum
>     [javac] ----------
>     [javac] ----------
>     [javac] 1862. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/PrimitiveByteArrayBlobType.java (at line 9)
>     [javac] 	public class PrimitiveByteArrayBlobType extends ByteArrayBlobType {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The hierarchy of the type PrimitiveByteArrayBlobType is inconsistent
>     [javac] ----------
>     [javac] 1863. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/PrimitiveByteArrayBlobType.java (at line 9)
>     [javac] 	public class PrimitiveByteArrayBlobType extends ByteArrayBlobType {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class PrimitiveByteArrayBlobType does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 1864. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate
>     [javac] -annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/PrimitiveByteArrayBlobType.java (at line 10)
>     [javac] 	public Class getReturnedClass() {
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 1865. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/PrimitiveCharacterArrayClobType.java
>     [javac]  (at line 10)
>     [javac] 	public class PrimitiveCharacterArrayClobType extends CharacterArrayClobType {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The hierarchy of the type PrimitiveCharacterArrayClobType is inconsistent
>     [javac] ----------
>     [javac] 1866. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/PrimitiveCharacterArrayClobType.java
>     [javac]  (at line 10)
>     [javac] 	public class PrimitiveCharacterArrayClobType extends CharacterArrayClobType {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class PrimitiveCharacterArrayClobType does not declare a static final serialVersion
>     [javac] UID field of type long
>     [javac] ----------
>     [javac] 1867. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/PrimitiveCharacterArrayClobType.java
>     [javac]  (at line 11)
>     [javac] 	public Class returnedClass() {
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 1868. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 15)
>     [javac] 	import org.hibernate.EntityMode;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.EntityMode cannot be resolved
>     [javac] ----------
>     [javac] 1869. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 16)
>     [javac] 	import org.hibernate.HibernateException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.HibernateException cannot be resolved
>     [javac] ----------
>     [javac] 1870. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 17)
>     [javac] 	import org.hibernate.MappingException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.MappingException cannot be resolved
>     [javac] ----------
>     [javac] 1871. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 18)
>     [javac] 	import org.hibernate.engine.Mapping;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1872. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 19)
>     [javac] 	import org.hibernate.engine.SessionFactoryImplementor;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1873. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 20)
>     [javac] 	import org.hibernate.engine.SessionImplementor;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.engine cannot be resolved
>     [javac] ----------
>     [javac] 1874. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 21)
>     [javac] 	import org.hibernate.lob.BlobImpl;
>     [javac] 	       ^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.lob cannot be resolved
>     [javac] ----------
>     [javac] 1875. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 22)
>     [javac] 	import org.hibernate.usertype.ParameterizedType;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.usertype cannot be resolved
>     [javac] ----------
>     [javac] 1876. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 23)
>     [javac] 	import org.hibernate.util.ReflectHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1877. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 24)
>     [javac] 	import org.hibernate.util.SerializationHelper;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.util cannot be resolved
>     [javac] ----------
>     [javac] 1878. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 29)
>     [javac] 	public class SerializableToBlobType extends AbstractLobType implements ParameterizedType {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The type SerializableToBlobType must implement the inherited abstract method AbstractLobType.set(Pre
>     [javac] paredStatement, Object, int, SessionImplementor)
>     [javac] ----------
>     [javac] 1879. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 29)
>     [javac] 	public class SerializableToBlobType extends AbstractLobType implements ParameterizedType {
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class SerializableToBlobType does not declare a static final serialVersionUID field
>     [javac]  of type long
>     [javac] ----------
>     [javac] 1880. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 29)
>     [javac] 	public class SerializableToBlobType extends AbstractLobType implements ParameterizedType {
>     [javac] 	                                                                       ^^^^^^^^^^^^^^^^^
>     [javac] ParameterizedType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1881. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 34)
>     [javac] 	private Class serializableClass;
>     [javac] 	        ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1882. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 35)
>     [javac] 	private SerializableType type;
>     [javac] 	        ^^^^^^^^^^^^^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1883. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 37)
>     [javac] 	public int[] sqlTypes(Mapping mapping) throws MappingException {
>     [javac] 	                      ^^^^^^^
>     [javac] Mapping cannot be resolved to a type
>     [javac] ----------
>     [javac] 1884. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 37)
>     [javac] 	public int[] sqlTypes(Mapping mapping) throws MappingException {
>     [javac] 	                                              ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1885. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 41)
>     [javac] 	public Class getReturnedClass() {
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1886. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 46)
>     [javac] 	public boolean isEqual(Object x, Object y, EntityMode entityMode, SessionFactoryImple
>     [javac] mentor factory) {
>     [javac] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method isEqual(Object, Object, EntityMode, SessionFactoryImplementor) of type SerializableToBlob
>     [javac] Type must override a superclass method
>     [javac] ----------
>     [javac] 1887. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 46)
>     [javac] 	public boolean isEqual(Object x, Object y, EntityMode entityMode, SessionFactoryImplementor factory) {
>     [javac] 	                                           ^^^^^^^^^^
>     [javac] EntityMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1888. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 46)
>     [javac] 	public boolean isEqual(Object x, Object y, EntityMode entityMode, SessionFactoryImplementor factory) {
>     [javac] 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SessionFactoryImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1889. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 47)
>     [javac] 	return type.isEqual( x, y );
>     [javac] 	       ^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1890. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 52)
>     [javac] 	public int getHashCode(Object x, EntityMode entityMode, SessionFactoryImplementor ses
>     [javac] sion) {
>     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method getHashCode(Object, EntityMode, SessionFactoryImplementor) of type SerializableToBlobType must override a superclass method
>     [javac] ----------
>     [javac] 1891. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 52)
>     [javac] 	public int getHashCode(Object x, EntityMode entityMode, SessionFactoryImplementor session) {
>     [javac] 	                                 ^^^^^^^^^^
>     [javac] EntityMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1892. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 52)
>     [javac] 	public int getHashCode(Object x, EntityMode entityMode, SessionFactoryImplementor session) {
>     [javac] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SessionFactoryImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1893. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 53)
>     [javac] 	return type.getHashCode( x, null );
>     [javac] 	       ^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1894. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 61)
>     [javac] 	return fromBytes( primaryResult );
>     [javac] 	       ^^^^^^^^^
>     [javac] The method fromBytes(byte[]) from the type SerializableToBlobType refers to the missing type Seriali
>     [javac] zationException
>     [javac] ----------
>     [javac] 1895. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 64)
>     [javac] 	private static byte[] toBytes(Object object) throws SerializationException {
>     [javac] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SerializationException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1896. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 65)
>     [javac] 	return SerializationHelper.serialize( (Serializable) object );
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] SerializationHelper cannot be resolved
>     [javac] ----------
>     [javac] 1897. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 68)
>     [javac] 	private static Object fromBytes(byte[] bytes) throws SerializationException {
>     [javac] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SerializationException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1898. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 69)
>     [javac] 	return SerializationHelper.deserialize( bytes );
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^
>     [javac] SerializationHelper cannot be resolved
>     [javac] ----------
>     [javac] 1899. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 72)
>     [javac] 	public void set(PreparedStatement st, Object value, int index, SessionImplementor ses
>     [javac] sion) throws SQLException {
>     [javac] 	                                                               ^^^^^^^^^^^^^^^^^^
>     [javac] SessionImplementor cannot be resolved to a type
>     [javac] ----------
> 
> BUILD FAILED
> /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/debian/build.xml:13: Compile failed; see the compiler error output for     [javac] 1900. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 75)
>     [javac] 	toSet = toBytes( value );
>     [javac] 	        ^^^^^^^
> details.
> 
> Total time: 2 seconds    [javac] The method toBytes(Object) from the type SerializableToBlobType refers to the missing type SerializationException
>     [javac] ----------
>     [javac] 1901. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 80)
>     [javac] 	st.setBlob( index, new BlobImpl( toSet ) );
>     [javac] 	                       ^^^^^^^^
>     [javac] BlobImpl cannot be resolved to a type
>     [javac] ----------
>     [javac] 1902. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 84)
>     [javac] 	st.setNull( index, sqlTypes( null )[0] );
>     [javac] 	                   ^^^^^^^^
>     [javac] The method sqlTypes(Mapping) from the type SerializableToBlobType refers to the missing type Mapping
>     [javac] ----------
>     [javac] 1903. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 88)
>     [javac] 	public void setToXMLNode(Node node, Object value, SessionFactoryImplementor factory) throws HibernateException {
>     [javac] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SessionFactoryImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1904. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 88)
>     [javac] 	public void setToXMLNode(Node node, Object value, SessionFactoryImplementor factory) throws HibernateException {
>     [javac] 	                                                                                            ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1905. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 89)
>     [javac] 	type.setToXMLNode( node, value, factory );
>     [javac] 	^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1906. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 92)
>     [javac] 	public String toLoggableString(Object value, SessionFactoryImplementor factory) throw
>     [javac] s HibernateException {
>     [javac] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SessionFactoryImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1907. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 92)
>     [javac] 	public String toLoggableString(Object value, SessionFactoryImplementor factory) throws HibernateException {
>     [javac] 	                                                                                       ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1908. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 93)
>     [javac] 	return type.toLoggableString( value, factory );
>     [javac] 	       ^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1909. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 96)
>     [javac] 	public Object fromXMLNode(Node xml, Mapping factory) throws HibernateException {
>     [javac] 	                                    ^^^^^^^
>     [javac] Mapping cannot be resolved to a type
>     [javac] ----------
>     [javac] 1910. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 96)
>     [javac] 	public Object fromXMLNode(Node xml, Mapping factory) throws HibernateException {
>     [javac] 	                                                            ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1911. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 97)
>     [javac] 	return type.fromXMLNode( xml, factory );
>     [javac] 	       ^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1912. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 100)
>     [javac] 	public Object deepCopy(Object value, EntityMode entityMode, SessionFactoryImplementor factory)
>     [javac] 	                                     ^^^^^^^^^^
>     [javac] EntityMode cannot be resolved to a type
>     [javac] ----------
>     [javac] 1913. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 100)
>     [javac] 	public Object deepCopy(Object value, EntityMode entityMode, SessionFactoryImplementor factory)
>     [javac] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] SessionFactoryImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1914. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 101)
>     [javac] 	throws HibernateException {
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1915. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 102)
>     [javac] 	return type.deepCopy( value, null, null );
>     [javac] 	       ^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1916. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 106)
>     [javac] 	return type.isMutable();
>     [javac] 	       ^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1917. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 109)
>     [javac] 	public Object replace(Object original, Object target, SessionImplementor session, Object owner, Map copyCache)
>     [javac] 	                                                      ^^^^^^^^^^^^^^^^^^
>     [javac] SessionImplementor cannot be resolved to a type
>     [javac] ----------
>     [javac] 1918. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 109)
>     [javac] 	public Object replace(Object original, Object target, SessionImplementor session, Object owner, Map copyCache)
>     [javac] 	                                                                                                ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 1919. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 110)
>     [javac] 	throws HibernateException {
>     [javac] 	       ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1920. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 111)
>     [javac] 	return type.replace( original, target, session, owner, copyCache );
>     [javac] 	       ^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1921. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 114)
>     [javac] 	public boolean[] toColumnNullness(Object value, Mapping mapping) {
>     [javac] 	                                                ^^^^^^^
>     [javac] Mapping cannot be resolved to a type
>     [javac] ----------
>     [javac] 1922. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 115)
>     [javac] 	return type.toColumnNullness( value, mapping );
>     [javac] 	       ^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1923. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 122)
>     [javac] 	throw new MappingException(
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1924. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 127)
>     [javac] 	serializableClass = ReflectHelper.classForName( className );
>     [javac] 	                    ^^^^^^^^^^^^^
>     [javac] ReflectHelper cannot be resolved
>     [javac] ----------
>     [javac] 1925. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 130)
>     [javac] 	throw new MappingException( "Unable to load class from " + CLASS_NAME + " parameter", e );
>     [javac] 	          ^^^^^^^^^^^^^^^^
>     [javac] MappingException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1926. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java
>     [javac]  (at line 133)
>     [javac] 	type = new SerializableType( serializableClass );
>     [javac] 	^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1927. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/SerializableToBlobType.java (at line 133)
>     [javac] 	type = new SerializableType( serializableClass );
>     [javac] 	           ^^^^^^^^^^^^^^^^
>     [javac] SerializableType cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 1928. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 13)
>     [javac] 	import org.hibernate.HibernateException;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.HibernateException cannot be resolved
>     [javac] ----------
>     [javac] 1929. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 14)
>     [javac] 	import org.hibernate.usertype.UserType;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.hibernate.usertype cannot be resolved
>     [javac] ----------
>     [javac] 1930. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 21)
>     [javac] 	public class StringClobType implements UserType, Serializable {
>     [javac] 	             ^^^^^^^^^^^^^^
>     [javac] The serializable class StringClobType does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 1931. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 21)
>     [javac] 	public class StringClobType implements UserType, Serializable {
>     [javac] 	                                       ^^^^^^^^
>     [javac] UserType cannot be resolved to a type
>     [javac] ----------
>     [javac] 1932. WARNING in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java (at line 26)
>     [javac] 	public Class returnedClass() {
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 1933. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-a
>     [javac] nnotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java (at line 30)
>     [javac] 	public boolean equals(Object x, Object y) throws HibernateException {
>     [javac] 	                                                 ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1934. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 34)
>     [javac] 	public int hashCode(Object x) throws HibernateException {
>     [javac] 	                                     ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1935. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 38)
>     [javac] 	public Object nullSafeGet(ResultSet rs, String[] names, Object owner) throws HibernateException, SQLException {
>     [javac] 	                                                                             ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1936. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 54)
>     [javac] 	public void nullSafeSet(PreparedStatement st, Object value, int index) throws HibernateException, SQLException {
>     [javac] 	                                                                              ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1937. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 65)
>     [javac] 	public Object deepCopy(Object value) throws HibernateException {
>     [javac] 	                                            ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1938. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 74)
>     [javac] 	public Serializable disassemble(Object value) throws HibernateException {
>     [javac] 	                                                     ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1939. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 78)
>     [javac] 	public Object assemble(Serializable cached, Object owner) throws HibernateException {
>     [javac] 	                                                                 ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1940. ERROR in /build/user-libhibernate-annotations-java_3.4.0.GA+dak1-1-amd64-YZWdWP/libhibernate-annotations-java-3.4.0.GA+dak1/src/org/hibernate/type/StringClobType.java
>     [javac]  (at line 82)
>     [javac] 	public Object replace(Object original, Object target, Object owner) throws HibernateException {
>     [javac] 	                                                                           ^^^^^^^^^^^^^^^^^^
>     [javac] HibernateException cannot be resolved to a type
>     [javac] ----------
>     [javac] 1940 problems (1787 errors, 153 warnings)
> 
> make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2009/09/07/libhibernate-annotations-java_3.4.0.GA+dak1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas at lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr             GPG: 1024D/023B3F4F |





More information about the pkg-java-maintainers mailing list