java.io.Serializable, IdMetaData, WithDescriptionspublic class QueryMetaData extends IdMetaDataImplWithDescriptions
| Constructor | Description |
|---|---|
QueryMetaData() |
Create a new MethodPermissionMetaData.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getEjbQL() |
Get the ejbQL.
|
NamedMethodMetaData |
getQueryMethod() |
Get the queryMethod.
|
ResultTypeMapping |
getResultTypeMapping() |
Get the resultTypeMapping.
|
void |
setEjbQL(java.lang.String ejbQL) |
Set the ejbQL.
|
void |
setQueryMethod(NamedMethodMetaData queryMethod) |
Set the queryMethod.
|
void |
setResultTypeMapping(ResultTypeMapping resultTypeMapping) |
Set the resultTypeMapping.
|
clone, equals, getId, hashCode, setIdgetDescriptions, setDescriptionspublic java.lang.String getEjbQL()
public void setEjbQL(java.lang.String ejbQL)
ejbQL - the ejbQL.java.lang.IllegalArgumentException - for a null ejbQLpublic NamedMethodMetaData getQueryMethod()
public void setQueryMethod(NamedMethodMetaData queryMethod)
queryMethod - the queryMethod.java.lang.IllegalArgumentException - for a null queryMethodpublic ResultTypeMapping getResultTypeMapping()
public void setResultTypeMapping(ResultTypeMapping resultTypeMapping)
resultTypeMapping - the resultTypeMapping.java.lang.IllegalArgumentException - for a null resultTypeMappingCopyright © 2018 JBoss by Red Hat. All rights reserved.