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

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

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

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type Query
protected  java.util.List<Query> ContainerManagedEntity.queries
           
 

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

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type Query
 javax.xml.bind.JAXBElement<Query> ObjectFactory.createQuery(Query value)
          Create an instance of JAXBElement<Query>
 java.util.List<Query> ContainerManagedEntity.getQueries()
          Gets the value of the queries property.
 

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



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