/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.entitydepends.ejb; public interface ALocalHome extends javax.ejb.EJBLocalHome { public ALocal create(Long id , String name) throws javax.ejb.CreateException; public java.util.Collection findAll() throws javax.ejb.FinderException; public ALocal findByPrimaryKey(Long pk) throws javax.ejb.FinderException; }