Local EntityBean
Overview
In EJB 2, if the EJB you are accessing resides in the same Jar/EAR then you can use the
Local interfaces to provide access to their methods. Local EntityBeans make use of the
Local interfaces provided by javax.ejb.
Participants
beanName
- name of the local Entitybean.
- generates the local entity home and local entity interfaces.