]> git.mxchange.org Git - pizzaservice-ejb.git/commit
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 23 Aug 2016 15:50:42 +0000 (17:50 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 24 Aug 2016 19:22:34 +0000 (21:22 +0200)
commit93b77412234078025b624651fd8b0160846ef208
treefe3796543a0629eb635d03a6450fb14867634388
parent3f75601d74c247141df40218d9282cf0582e9446
Please cherry-pick:
- if you don't want to have redundant entries (=objects aka. entities) in database of referenced entities, first you need to merge it as it is detached
- then you have a managed instance which you can set in the referencing entity back
- if you don't do this, the entity manager will "think" it is a new instance and persists + relinks it
- maybe some implementations don't do this, but the JPA standard (generic) seems to want to have this way
- do never implement for only one JPA implementation! Do always follow the generic JPA way
src/java/org/mxchange/jcontacts/phone/PizzaAdminContactPhoneSessionBean.java