1 4 package xdoclet.retest.ref.ejb.interfaces; 5 6 import java.lang.*; 7 import javax.ejb.EntityBean ; 8 9 13 public interface InheritedCMPSubHome 14 extends javax.ejb.EJBHome 15 { 16 public static final String COMP_NAME="java:comp/env/ejb/inherited/cmp/InheritedCMPSub"; 17 public static final String JNDI_NAME="inherited/cmp/InheritedCMPSub"; 18 19 public InheritedCMPSub findByPrimaryKey(xdoclet.retest.ref.ejb.interfaces.InheritedCMPSubPK pk) 20 throws javax.ejb.FinderException ,java.rmi.RemoteException ; 21 public java.util.Collection findByClassic() 22 throws javax.ejb.FinderException ,java.rmi.RemoteException ; 23 24 } 25 | Popular Tags |