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

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface LicenseLocalHome
extends javax.ejb.EJBLocalHome

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

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

Method Detail

create

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

create

LicenseLocal create(LicensePk primaryKey)
                    throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKey

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

findByPrimaryKey

LicenseLocal findByPrimaryKey(LicensePk primaryKey)
                              throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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