Proxy Proxy Object holds the target of the real Object call the Proxy Object, that calls the real Object’s method Initialization call the Proxy Object, that calls the real Object’s method Member member = em.getReference(Member.class, "id1");
member.getName(); Client: getName() MemberProxy: request reset to Persistence Context Persistence Context: query to DB Persistence Context…