Uses of Interface
org.apache.openejb.test.entity.cmr.onetoone.LicenseLocal

Packages that use LicenseLocal
org.apache.openejb.test.entity.cmr.onetoone   
 

Uses of LicenseLocal in org.apache.openejb.test.entity.cmr.onetoone
 

Methods in org.apache.openejb.test.entity.cmr.onetoone that return LicenseLocal
 LicenseLocal LicenseLocalHome.create(java.lang.Integer field1)
           
 LicenseLocal LicenseLocalHome.create(LicensePk primaryKey)
           
 LicenseLocal LicenseLocalHome.findByPrimaryKey(java.lang.Integer primaryKey)
           
 LicenseLocal LicenseLocalHome.findByPrimaryKey(LicensePk primaryKey)
           
 LicenseLocal PersonLocal.getLicense()
           
abstract  LicenseLocal PersonBean.getLicense()
           
 

Methods in org.apache.openejb.test.entity.cmr.onetoone with parameters of type LicenseLocal
 void PersonLocal.setLicense(LicenseLocal license)
           
abstract  void PersonBean.setLicense(LicenseLocal license)
           
 



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