[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6463?page=c...
]
Thomas commented on HHH-6463:
-----------------------------
I think you're right, Scott. It's not a blocker for me.
I use the hbm2ddl.auto=validate property to check my db schema against the jpa entities.
This is useful to fail fast (when deploying a new version) when they both are not in
sync.
hbm2ddl and Oracle DB: Found: number, expected: boolean
-------------------------------------------------------
Key: HHH-6463
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6463
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 4.0.0.Beta1
Reporter: Thomas
As described in this forum topic:
https://forum.hibernate.org/viewtopic.php?f=1&t=1011905&start=0
Since version 4 Hibernate (hbm2ddl) cannot map a boolean field in a JPA entity to a
column with type number(1,0) in Oracle DB.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira