org.jboss.test.cmp2.relationship.oneToManyUnidirectional
Interface AHome

All Superinterfaces:
EJBLocalHome (src)

public interface AHome
extends EJBLocalHome (src)


Method Summary
 A (src) create(java.lang.Integer id)
           
 java.util.Collection findAll()
           
 A (src) findByPrimaryKey(java.lang.Integer id)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public A (src)  create(java.lang.Integer id)
         throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public A (src)  findByPrimaryKey(java.lang.Integer id)
                   throws FinderException (src) 
Throws:
FinderException (src)

findAll

public java.util.Collection findAll()
                             throws FinderException (src) 
Throws:
FinderException (src)