ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use QueryMethodType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type QueryMethodType
 MethodParamsType<QueryMethodType<T>> QueryMethodType.getOrCreateMethodParams()
          If not already created, a new method-params element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.