This content has been marked as final.
Show 1 reply
-
1. Re: Table mapping
christian.bauer May 2, 2007 4:22 PM (in response to vwvbc)I'm guessing that you mean "I don't want to map certain properties of my class". Just put @Transient on these fields (or getter methods, depending where you put @Id).
I recommend you get the basic JPA tutorial in the free chapter 2 of the book I advertise in my signature.