org.jboss.test.cmp2.readonly
Interface BookHome
- All Superinterfaces:
- EJBLocalHome (src)
- public interface BookHome
- extends EJBLocalHome (src)
create
public Book (src) create(java.lang.Integer id)
throws CreateException (src)
- Throws:
CreateException (src)
findByPrimaryKey
public Book (src) findByPrimaryKey(java.lang.Integer id)
throws FinderException (src)
- Throws:
FinderException (src)
findByName
public Book (src) findByName(java.lang.String name)
throws FinderException (src)
- Throws:
FinderException (src)
findAll
public java.util.Collection findAll()
throws FinderException (src)
- Throws:
FinderException (src)