aspose file tools
The moose likes Object Relational Mapping and the fly likes exception while mapping boolean object to char table field Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "exception while mapping boolean object to char table field " Watch "exception while mapping boolean object to char table field " New topic
Author

exception while mapping boolean object to char table field

dhoni Gibson
Ranch Hand

Joined: Feb 10, 2011
Posts: 30
Hi

i am getting exception during object mapping in hibernate.

here is the scenario

i have table with char(1) column , am trying to map to boolean(wrapper) object while doing so i am getting below exception




my hbm file content

onlineBuy is the boolean method
Anantha Sharma
Ranch Hand

Joined: Sep 01, 2010
Posts: 43

please check your DB table schema, the column in question isn't available to be selected, thats the problem here...

even though you've mapped the column (ONLINEBUY) in hibernate, the table doesn't contain a column with that name (or you might have misspelled it..
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: exception while mapping boolean object to char table field
 
Similar Threads
unique key hibernate exception
org.springframework.orm.hibernate3.HibernateJdbcException:
what is this error
org.springframework.orm.hibernate3.HibernateSystemException: could not set a field value by reflecti
I have got this error when i try to run my spring web project.... what is this error?