Hi, i'm quite new with hibernate... so don't be to angry with me if i write something stupid ;)
Inside my Entity POJO i have some fields, and relative getter/setter, that are not mapping anything that is on my DB. The problem is that when i try to save i get an exception because in the DB there are not the matching columns.I'm working only with annotations.
Is there any annotation that can i use to explain hibernate framework to not try to map that getter/setter to any column??
Thanks for any help.
|