|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
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.query()
Returns the query element |
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.setDescription(java.lang.String description)
If not already created, a new description element with the given value will be created. |
QueryType<T> |
QueryType.setEjbQl(java.lang.String ejbQl)
If not already created, a new ejb-ql element with the given value will be created. |
QueryType<T> |
QueryType.setResultTypeMapping(ResultTypeMappingType resultTypeMapping)
If not already created, a new result-type-mapping element with the given value will be created. |
QueryType<T> |
QueryType.setResultTypeMapping(java.lang.String resultTypeMapping)
If not already created, a new result-type-mapping element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type QueryType | |
---|---|
java.util.List<QueryType<EntityBeanType<T>>> |
EntityBeanType.getQueryList()
Returns all query elements |
QueryMethodType<QueryType<T>> |
QueryType.queryMethod()
If not already created, a new query-method element will be created and returned. |
Uses of QueryType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement QueryType | |
---|---|
class |
QueryTypeImpl<T>
This class implements the queryType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return QueryType | |
---|---|
QueryType<EntityBeanType<T>> |
EntityBeanTypeImpl.query()
Returns the query element |
QueryType<T> |
QueryTypeImpl.removeDescription()
Removes the description element |
QueryType<T> |
QueryTypeImpl.removeEjbQl()
Removes the ejb-ql element |
QueryType<T> |
QueryTypeImpl.removeQueryMethod()
Removes the query-method element |
QueryType<T> |
QueryTypeImpl.setDescription(java.lang.String description)
If not already created, a new description element with the given value will be created. |
QueryType<T> |
QueryTypeImpl.setEjbQl(java.lang.String ejbQl)
If not already created, a new ejb-ql element with the given value will be created. |
QueryType<T> |
QueryTypeImpl.setResultTypeMapping(ResultTypeMappingType resultTypeMapping)
If not already created, a new result-type-mapping element with the given value will be created. |
QueryType<T> |
QueryTypeImpl.setResultTypeMapping(java.lang.String resultTypeMapping)
If not already created, a new result-type-mapping element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type QueryType | |
---|---|
java.util.List<QueryType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getQueryList()
Returns all query elements |
QueryMethodType<QueryType<T>> |
QueryTypeImpl.queryMethod()
If not already created, a new query-method element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |