org.apache.openejb.test.entity.cmr.manytomany
Interface GameLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface GameLocalHome
- 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
GameLocal create(java.lang.Integer primaryKey)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
create
GameLocal create(GamePk primaryKey)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findByPrimaryKey
GameLocal findByPrimaryKey(java.lang.Integer primaryKey)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByPrimaryKey
GameLocal findByPrimaryKey(GamePk primaryKey)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.