entities « Map « JPA Q&A





1. How do I keep entities (or their associations) attached to the current persistence context accross multiple requests (using Wicket & JPA)?    stackoverflow.com

I am working on a Wicket-based web app on Java EE. I am trying to find a way to ensure that any entities used as model objects are always attached to the ...