1 4 package org.jboss.test.cmp2.fkmapping.ejb; 5 6 9 public interface GroupLocalHome 10 extends javax.ejb.EJBLocalHome 11 { 12 public static final String COMP_NAME="java:comp/env/ejb/GroupLocal"; 13 public static final String JNDI_NAME="Group"; 14 15 public org.jboss.test.cmp2.fkmapping.ejb.GroupLocal create(java.lang.String deptCode , long groupNum , java.lang.String descr) 16 throws javax.ejb.CreateException ; 17 18 public java.util.Collection findAll() 19 throws javax.ejb.FinderException ; 20 21 public org.jboss.test.cmp2.fkmapping.ejb.GroupLocal findByPrimaryKey(org.jboss.test.cmp2.fkmapping.ejb.GroupPK pk) 22 throws javax.ejb.FinderException ; 23 24 } 25 | Popular Tags |