]> git.mxchange.org Git - pizzaservice-ejb.git/commit
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 17 Oct 2017 20:30:29 +0000 (22:30 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 15 Jul 2019 04:35:01 +0000 (06:35 +0200)
commit4df98d30c5d8735f0e3ca6f067098ee6dbfbaa37
tree31bb5b9efe976c984e606a72f4cb22ae0715e7d4
parent806b95350122fa91f4f35c6b5c8f3a4a3cfaea30
Please cherry-pick:
- renamed employee as there will be no other employees
- added administrative country EJB due to remote interface separation
- removed find*ById() as this was causing load on EJB container which can be
  prevented by application's JCache
- fixed persistence unit as entities have been moved

Signed-off-by: Roland Häder <roland@mxchange.org>
15 files changed:
src/conf/persistence.xml
src/java/org/mxchange/jcontacts/model/contact/PizzaContactSessionBean.java
src/java/org/mxchange/jcontacts/model/phone/PizzaAdminContactPhoneSessionBean.java
src/java/org/mxchange/jcontactsbusiness/model/basicdata/PizzaAdminBusinessDataSessionBean.java
src/java/org/mxchange/jcontactsbusiness/model/basicdata/PizzaBusinessDataSessionBean.java
src/java/org/mxchange/jcontactsbusiness/model/branchoffice/PizzaAdminBranchOfficeSessionBean.java
src/java/org/mxchange/jcontactsbusiness/model/branchoffice/PizzaBranchOfficeSessionBean.java
src/java/org/mxchange/jcontactsbusiness/model/department/PizzaAdminDepartmentSessionBean.java
src/java/org/mxchange/jcontactsbusiness/model/department/PizzaDepartmentSessionBean.java
src/java/org/mxchange/jcontactsbusiness/model/opening_time/PizzaOpeningTimesSessionBean.java
src/java/org/mxchange/jcountry/model/data/PizzaAdminCountrySingletonBean.java [new file with mode: 0644]
src/java/org/mxchange/jcountry/model/data/PizzaCountrySingletonBean.java
src/java/org/mxchange/jphone/model/phonenumbers/phone/PizzaPhoneSessionBean.java
src/java/org/mxchange/jusercore/model/user/PizzaUserSessionBean.java
src/java/org/mxchange/pizzaapplication/enterprise/BasePizzaEnterpriseBean.java