1 /*2 * Generated by XDoclet - Do not edit!3 */4 package test.ejb.cmr;5 6 /**7 * Local home interface for EmployeeAddress.8 * @xdoclet-generated at 16-04-059 * @copyright The XDoclet Team10 * @author XDoclet11 * @version 1.2.312 */13 public interface EmployeeAddressLocalHome14 extends javax.ejb.EJBLocalHome 15 {16 public static final String COMP_NAME="java:comp/env/ejb/EmployeeAddressLocal";17 public static final String JNDI_NAME="EmployeeAddressLocal";18 19 public test.ejb.cmr.EmployeeAddressLocal create(test.ejb.cmr.EmployeeAddressValue eav)20 throws javax.ejb.CreateException ;21 22 public test.ejb.cmr.EmployeeAddressLocal findByPrimaryKey(java.lang.Integer pk)23 throws javax.ejb.FinderException ;24 25 }26