1. Persistence deployment issue stackoverflow.comI have a hibernate project, which uses JPA. my persistence.xml contents is as follows:
|
2. JPA with new persistence units created after deployment forum.hibernate.orgI am using JPA with Hibernate to create a Java SE desktop application. We have historically used an eight character identifier to uniquely identify a database area. Users can create new database areas which is assigned an identifier. I need to have a persistence unit created using this identifier. I don't know how to create a new persistence unit using this ... |