Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
I have the following mapping file (autogenerated in hibernate). If I uncomment the text inside the <!-- --> a select all NmrPulseStateNuclei winds up causing a "Invalid value for getLong() - '"1H8"' " error.
Now, the data in the table is as follows (sample for 1st row).
So it looks like hibernate is selecting the WRONG column on accident ? I.E. it is trying to map n_pulse_sn_nucleus into n_pulse_sn_id... why would this be ?
I am shocked that autogenerated hibernate code is not even doing type safe queries ?