1. How to set collection items for in-clause in jpql? stackoverflow.comIs there a possiblity in JPA 2.0 to set a collection for in-clause in jpql-query? (I'm using EclipseLink) The next example fails:
|
2. Problem in managing bi-directional relationships in JPA: removing from a collection stackoverflow.comMy domain model has a self-referencing bi-directional relationship with relationship management done in the entity:
|
3. How to have 2 collections of the same type in JPA? (EclipseLink) stackoverflow.comWondering how to do what is specified in How to have 2 collections of the same type in JPA?, but with EclipseLink rather than Hibernate. See that post below: ... |