org.objectweb.jonas.jtests.beans.relation.s1pkcomp
Interface BHomeLocal


public interface BHomeLocal

Author:
J.Camilleri

Method Summary
 BLocal create(java.lang.String idb1, int idb2)
           
 java.util.Collection findAll()
           
 BLocal findByPrimaryKey(PK pk)
           
 

Method Detail

create

public BLocal create(java.lang.String idb1,
                     int idb2)
              throws javax.ejb.CreateException

findByPrimaryKey

public BLocal findByPrimaryKey(PK pk)
                        throws javax.ejb.FinderException

findAll

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