1 4 package org.jboss.test.entitydepends.ejb; 5 6 public interface ALocalHome 7 extends javax.ejb.EJBLocalHome  8 { 9 public ALocal create(Long id , String name) 10 throws javax.ejb.CreateException ; 11 12 public java.util.Collection findAll() 13 throws javax.ejb.FinderException ; 14 15 public ALocal findByPrimaryKey(Long pk) 16 throws javax.ejb.FinderException ; 17 } 18 | Popular Tags |