1 4 package org.jboss.test.cmp2.fkmapping.ejb; 5 6 9 public interface StudentLocalHome 10 extends javax.ejb.EJBLocalHome  11 { 12 public static final String COMP_NAME="java:comp/env/ejb/StudentLocal"; 13 public static final String JNDI_NAME="Student"; 14 15 public org.jboss.test.cmp2.fkmapping.ejb.StudentLocal create(java.lang.String deptCode , java.lang.String lastName , java.lang.String descr) 16 throws javax.ejb.CreateException ; 17 18 public org.jboss.test.cmp2.fkmapping.ejb.StudentLocal findByPrimaryKey(org.jboss.test.cmp2.fkmapping.ejb.StudentPK pk) 19 throws javax.ejb.FinderException ; 20 21 } 22 | Popular Tags |