org.apache.openejb.test.entity.cmr.onetoone
Interface PersonLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface PersonLocalHome
extends javax.ejb.EJBLocalHome

Version:
$Revision: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $

Method Summary
 PersonLocal create(Integer field1)
           
 PersonLocal create(PersonPk primaryKey)
           
 PersonLocal findByPrimaryKey(Integer primaryKey)
           
 PersonLocal findByPrimaryKey(PersonPk primaryKey)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

PersonLocal create(Integer field1)
                   throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

create

PersonLocal create(PersonPk primaryKey)
                   throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKey

PersonLocal findByPrimaryKey(Integer primaryKey)
                             throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKey

PersonLocal findByPrimaryKey(PersonPk primaryKey)
                             throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.