JPA composite primary key
843830Oct 29 2008 — edited Nov 3 2008I have an entity with a composite primary key. I am trying the read ALL of the persisted transactions using an EJB ql expression. I notice that it is not reading any of the composite key fields since they are not really part of the entity, but a special class wrapper. I'm not using a find since I am reading all of the transactions. I would appreciate any input. I am using JPA JEE 5.