Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
MethodParamsType<QueryMethodType<T>> |
QueryMethodType.getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.