Uses of Class
org.apache.openejb.jee.was.v6.ejb.QueryMethod

Packages that use QueryMethod
org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of QueryMethod in org.apache.openejb.jee.was.v6.ejb
 

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type QueryMethod
protected  List<QueryMethod> Query.queryMethods
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return QueryMethod
 QueryMethod ObjectFactory.createQueryMethod()
          Create an instance of QueryMethod
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type QueryMethod
 javax.xml.bind.JAXBElement<QueryMethod> ObjectFactory.createQueryMethod(QueryMethod value)
          Create an instance of JAXBElement<QueryMethod >
 List<QueryMethod> Query.getQueryMethods()
          Gets the value of the queryMethods property.
 

Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type QueryMethod
 javax.xml.bind.JAXBElement<QueryMethod> ObjectFactory.createQueryMethod(QueryMethod value)
          Create an instance of JAXBElement<QueryMethod >
 



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