1. JPA and Joins Returning too much information java.netI am having a bit of trouble trying to get a JPA query to work. I am using the toplink essentials as the entity manager. Some background: I have 2 database tables, Member, and ClaimLine, and 2 corresponding classes, with the proper entities mapped. A member can have 0 to x claimLines, each claimLine has a specific date associated with it. ... |