PK « Entity « JPA Q&A





1. JPA NamedQueries with PK Entities    stackoverflow.com

I have generated Entity Classes using Netbeans. My Class has a composite primary key so Netbeans generated an additional PK Entity Class for me. I wish to use a NamedQuery in the Entity ...

2. Tips on how to create PK's for collections in an entity?    forum.hibernate.org

I've searched/googled everywhere and I can't seem to find this answer. I have an entity, that contains a list of objects (100's). I want to persist this entity to the database but these 100 objects are not going to have unique ids compared to the id's of the objects in another entity, just unique in it's own parent entity. I don't ...