Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.QueryMethodType

Packages that use QueryMethodType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
 

Uses of QueryMethodType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return QueryMethodType
 QueryMethodType<QueryType<T>> QueryType.queryMethod()
          If not already created, a new query-method element will be created and returned.
 QueryMethodType<T> QueryMethodType.removeMethodName()
          Removes the method-name element
 QueryMethodType<T> QueryMethodType.removeMethodParams()
          Removes the method-params element
 QueryMethodType<T> QueryMethodType.setMethodName(java.lang.String methodName)
          If not already created, a new method-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type QueryMethodType
 MethodParamsType<QueryMethodType<T>> QueryMethodType.methodParams()
          If not already created, a new method-params element will be created and returned.
 

Uses of QueryMethodType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return QueryMethodType
 QueryMethodType<QueryType<T>> QueryTypeImpl.queryMethod()
          If not already created, a new query-method element will be created and returned.
 QueryMethodType<T> QueryMethodTypeImpl.removeMethodName()
          Removes the method-name element
 QueryMethodType<T> QueryMethodTypeImpl.removeMethodParams()
          Removes the method-params element
 QueryMethodType<T> QueryMethodTypeImpl.setMethodName(java.lang.String methodName)
          If not already created, a new method-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type QueryMethodType
 MethodParamsType<QueryMethodType<T>> QueryMethodTypeImpl.methodParams()
          If not already created, a new method-params element will be created and returned.