Hi everybody,
I'm using Hibernate Annotations with Eclipse Juno+Hibernate Plugin. As far as I'm concerned it is really good, except one issue :| I had some attributes in my database (PL SQL) with the type Numeric(1). After running code generation configurations, I realized it converted all my those kind of types to boolean :O I want them to stay as byte, short or whatever but integer. I don't know whether it's a common problem or somehow my mistake, but would be appreciated if you help me to solve.
Regards.
|