Tagged Questions
-1
votes
1answer
63 views
How To inject this kind of class functionality. Spring Open JPA
How can I inject the class UserProfile in this kind of statement? This is using Struts2 - Spring plugin.
( UserProfile userProfile = em.find(UserProfile.class,"1");) ---> I could don't have any idea ...
0
votes
1answer
128 views
OPEN JPA find() could not retrieve the value of the entity from my Database
There is a weird scenario that I had encountered in my User log in program.
Insert the record.. Userid password etc.
Insert the record using merge();
Then close the IDE (Netbeans)
Open IDE ...