| Package | Description |
|---|---|
| org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
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.id(String id)
Sets the
id attribute |
QueryMethodType<T> |
QueryMethodType.methodName(String methodName)
Sets the
method-name element |
QueryMethodType<T> |
QueryMethodType.removeId()
Removes the
id attribute |
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 © 2025 JBoss by Red Hat. All rights reserved.