org.jboss.test.cmp2.relationship.oneToManyUnidirectional
Interface AHome
- All Superinterfaces:
- EJBLocalHome (src)
- public interface AHome
- extends EJBLocalHome (src)
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)