Search Results

0
votes
3answers
2k views

Spring JPA and persistence.xml

I'm trying to set up a Spring JPA Hibernate simple example WAR for deployment to Glassfish. I see some examples use a persistence.xml file, and other examples do not. Some examples use a dataSource …
0
votes
1answer
59 views

JPA Reverse Engineering multiple Datasources

I am using Eclipse, and my application works with two different DBs. I am able to reverse engineer one DB or the other, but I do not see how to set things up so that I may reverse both DBs. I only …
0
votes
0answers
15 views

JPA Reverse Engineering adding finder methods

I use MyEclipse to reverse engineer and make EJBs for me. I make local interfaces and implementing facades. How do I add/make new finder methods, do I just edit the generated interface and implemen …
0
votes

JPA Reverse Engineering multiple Datasources

make another EJB project and add it to the EAR …