1. Decouple a JPA entities jar from persistence.xml in SE environment stackoverflow.comIs there a way to reuse a jar with JPA annotated entities in more than one SE applications (as a dependency)? <jar-file> in persistence.xml is not supported in SE environments so ... |
2. JPA 2.0, hibernate 3.5, jars & persistence.xml location stackoverflow.comI'm building a desktop application using hibernate 3.5 & JPA 2.0. I have 2 jars, the lib, which defines every entity and DAO, packages looks like this :
In org.my.package.utils I defined my ... |
4. Does |