JPA: How do I get a scalar result of type Long-- not BigNumber-- from Oracle NUMBER?

Posted by rektide on Stack Overflow See other posts from Stack Overflow or by rektide
Published on 2009-05-07T16:42:12Z Indexed on 2010/03/28 12:03 UTC
Read the original article Hit count: 163

Filed under:
|
|

The default mapping from an Oracle NUMBER value is into BigNumber... How can I get a scalar result query to return a Long instead?

© Stack Overflow or respective owner

Related posts about jpa

Related posts about hibernate