Hello,
I’m new to both Hibernate and MyEclipse.
At the moment I got some generated Java class, however, some datatype in generated class does not compatible with my database (PostgreSql). As the result, I cannot test generated class by using Hibernate IDE.
One concrete example is that MyEclipse generates Java.lang.Byte for boolean type of PostgreSql. Is there any way to overcome this problem?
Thanks in advance,