ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return QueryType
 QueryType<EntityBeanType<T>> EntityBeanType.createQuery()
          Creates a new query element
 QueryType<T> QueryType.description(String description)
          Sets the description element
 QueryType<T> QueryType.ejbQl(String ejbQl)
          Sets the ejb-ql element
 QueryType<EntityBeanType<T>> EntityBeanType.getOrCreateQuery()
          If not already created, a new query element will be created and returned.
 QueryType<T> QueryType.removeDescription()
          Removes the description element
 QueryType<T> QueryType.removeEjbQl()
          Removes the ejb-ql element
 QueryType<T> QueryType.removeQueryMethod()
          Removes the query-method element
 QueryType<T> QueryType.removeResultTypeMapping()
          Removes the result-type-mapping attribute
 QueryType<T> QueryType.resultTypeMapping(ResultTypeMappingType resultTypeMapping)
          Sets the result-type-mapping element
 QueryType<T> QueryType.resultTypeMapping(String resultTypeMapping)
          Sets the result-type-mapping element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type QueryType
 List<QueryType<EntityBeanType<T>>> EntityBeanType.getAllQuery()
          Returns all query elements
 QueryMethodType<QueryType<T>> QueryType.getOrCreateQueryMethod()
          If not already created, a new query-method 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.