]> git.mxchange.org Git - jcontacts-lib.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 15 Oct 2017 21:14:07 +0000 (23:14 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 16 Oct 2017 18:45:25 +0000 (20:45 +0200)
commit06ab4dd392408925c062047dbce3d1033138537d
tree9719d7cb876b6e9885ca62851c938f16846e8dc6
parent88e97ca1a4fddbd30b5c8be486ab5296750bd980
Continued:
- removed findContactById() as this was a performance problem and it should be
  done all on WAR side (relying on JCache then)
- removed findContactByEmailAddress() as this was no longer used outside the
  EJB's own method and would be a performance problem, too.
- the application then needs to rely on it's cache or fetch whole list and
  check that list then (but I recommend first as 2nd is "same in green color)

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java
src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java