| 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..
|
 |
 |
|
|
subject: exception while mapping boolean object to char table field
|
|
|