David R. Heffelfinger
Saturday Feb 21, 2009
Common JPA Questions
- How can I have a composite primary key in JPA?
There are several ways to do it, this page explains them.
- How can I prevent users from overwriting each other's changes to the database?
Use the @Version annotation.
- Is there a way to do bulk updates and/or deletes with the Java Persistence Query Language (JPQL)?
Yes.
Posted at 01:30PM Feb 21, 2009 by David R. Heffelfinger in Java |
Post a Comment:
Comments are closed for this entry.
Comments:




