Uses of Interface
org.eclipse.jst.j2ee.ejb.QueryMethod

Packages that use QueryMethod
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
 

Uses of QueryMethod in org.eclipse.jst.j2ee.ejb
 

Methods in org.eclipse.jst.j2ee.ejb that return QueryMethod
 QueryMethod Query.getQueryMethod()
           
 QueryMethod EjbFactory.createQueryMethod()
           
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type QueryMethod
 void Query.setQueryMethod(QueryMethod value)