Hello everyone,I have to re-write a website with an existant MySQL database with an important number of data ...so i could not change database structure (column type and so on)
I m'a sking if it's possible and so ...How to? make a mapping betweena boolean from my java bean class and an integer in my database column associated?
for example when in my database I have 1 it return true in my boolean and inverse.
thanks a lot, Olivier
