org.apache.openejb.test.entity.cmr.manytomany
Interface PlatformLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface PlatformLocalHome
extends javax.ejb.EJBLocalHome

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

Method Summary
 PlatformLocal create(Integer primaryKey)
           
 PlatformLocal create(PlatformPk primaryKey)
           
 PlatformLocal findByPrimaryKey(Integer primaryKey)
           
 PlatformLocal findByPrimaryKey(PlatformPk primaryKey)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

PlatformLocal create(Integer primaryKey)
                     throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

create

PlatformLocal create(PlatformPk primaryKey)
                     throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKey

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

findByPrimaryKey

PlatformLocal findByPrimaryKey(PlatformPk primaryKey)
                               throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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