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

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface QueryDataLocalHome
extends javax.ejb.EJBLocalHome


Method Summary
 QueryDataLocal create(int value)
           
 QueryDataLocal findByPrimaryKey(java.lang.Integer primaryKey)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

QueryDataLocal create(int value)
                      throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKey

QueryDataLocal findByPrimaryKey(java.lang.Integer primaryKey)
                                throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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