org.objectweb.jonas.jtests.beans.relation.s2pkcomp
Interface AHomeLocal


public interface AHomeLocal

Author:
Helene Joanin

Method Summary
 ALocal create(java.lang.String id1, int id2)
           
 java.util.Collection findAll()
           
 ALocal findByPrimaryKey(Pk pk)
           
 

Method Detail

create

public ALocal create(java.lang.String id1,
                     int id2)
              throws javax.ejb.CreateException

findByPrimaryKey

public ALocal findByPrimaryKey(Pk pk)
                        throws javax.ejb.FinderException

findAll

public java.util.Collection findAll()
                             throws javax.ejb.FinderException