org.jboss.test.cmp2.relationship.oneToManyUnidirectional
Interface BHome
- All Superinterfaces:
- EJBLocalHome (src)
- public interface BHome
- extends EJBLocalHome (src)
create
public B (src) create(java.lang.Integer id)
throws CreateException (src)
- Throws:
CreateException (src)
findByPrimaryKey
public B (src) findByPrimaryKey(java.lang.Integer id)
throws FinderException (src)
- Throws:
FinderException (src)
findAll
public java.util.Collection findAll()
throws FinderException (src)
- Throws:
FinderException (src)