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) $
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
create
ArtistLocal create(java.lang.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(java.lang.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.