toplink « Entity « JPA Q&A





1. JPA join table with more than one entity    stackoverflow.com

I have an Entity that looks like this:

public class NpcTradeGood implements Serializable, Negotiabble {
    private static final long serialVersionUID = 1L;
    @EmbeddedId
    ...