Hello,
I am using Oracle 9i Database. Oracle doesn't let BOOLEAN type, but we want to convert VARCHAR2(5) ,in Database, for boolean in our POJOs.
I have read the reference documentation, and it advices this:
Code:
<property name="hibernate.query.substitutions">true "true", false "false"</property>
But, when I run the application, the error below is showed:
Code:
2007-01-29 14:40:31,958 INFO [main](NullableType.java:132) - could not read column value from result set: LOCKED5_0_; Fallo al convertir a representación interna
Any ideas?
Thanks in advance.
Best regards.