org.openejb.test.entity.cmp
Interface EncCmpHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
public interface EncCmpHome
- extends javax.ejb.EJBHome
- Author:
- David Blevins, Richard Monson-Haefel
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
create
EncCmpObject create(java.lang.String name)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Throws:
javax.ejb.CreateException
java.rmi.RemoteException
findByPrimaryKey
EncCmpObject findByPrimaryKey(java.lang.Integer primarykey)
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Throws:
javax.ejb.FinderException
java.rmi.RemoteException
findEmptyCollection
java.util.Collection findEmptyCollection()
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Throws:
javax.ejb.FinderException
java.rmi.RemoteException
Copyright © 1999-2011 OpenEJB. All Rights Reserved.