org.openejb.test.simple.cmp
Interface SimpleCMPEntityLocalHome

All Superinterfaces:
EJBLocalHome

public interface SimpleCMPEntityLocalHome
extends EJBLocalHome


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

Method Detail

create

SimpleCMPEntityLocal create(Integer key)
                            throws CreateException
Throws:
CreateException

findByPrimaryKey

SimpleCMPEntityLocal findByPrimaryKey(Integer key)
                                      throws FinderException
Throws:
FinderException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.