org.apache.openejb.test.entity.cmr.onetomany
Interface ArtistLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface ArtistLocalHome
extends javax.ejb.EJBLocalHome

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

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

Method Detail

create

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

create

ArtistLocal create(ArtistPk primaryKey)
                   throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKey

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

findByPrimaryKey

ArtistLocal findByPrimaryKey(ArtistPk primaryKey)
                             throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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