org.openejb.test.simple.bmp
Interface SimpleBMPEntityLocalHome

All Superinterfaces:
EJBLocalHome

public interface SimpleBMPEntityLocalHome
extends EJBLocalHome


Method Summary
 SimpleBMPEntityLocal create()
           
 SimpleBMPEntityLocal findByPrimaryKey(Integer key)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

SimpleBMPEntityLocal create()
                            throws CreateException
Throws:
CreateException

findByPrimaryKey

SimpleBMPEntityLocal findByPrimaryKey(Integer key)
                                      throws FinderException
Throws:
FinderException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.