org.apache.openejb.test.entity.ejbql
Interface QueryDataHome

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface QueryDataHome
extends javax.ejb.EJBHome


Method Summary
 QueryDataRemote create(int value)
           
 QueryDataRemote findByPrimaryKey(Integer primaryKey)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

QueryDataRemote create(int value)
                       throws javax.ejb.FinderException,
                              RemoteException
Throws:
javax.ejb.FinderException
RemoteException

findByPrimaryKey

QueryDataRemote findByPrimaryKey(Integer primaryKey)
                                 throws javax.ejb.FinderException,
                                        RemoteException
Throws:
javax.ejb.FinderException
RemoteException


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