public class QueryMetaData extends IdMetaDataImplWithDescriptions
| Constructor and Description |
|---|
QueryMetaData()
Create a new MethodPermissionMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEjbQL()
Get the ejbQL.
|
NamedMethodMetaData |
getQueryMethod()
Get the queryMethod.
|
ResultTypeMapping |
getResultTypeMapping()
Get the resultTypeMapping.
|
void |
setEjbQL(String ejbQL)
Set the ejbQL.
|
void |
setQueryMethod(NamedMethodMetaData queryMethod)
Set the queryMethod.
|
void |
setResultTypeMapping(ResultTypeMapping resultTypeMapping)
Set the resultTypeMapping.
|
getDescriptions, setDescriptionspublic String getEjbQL()
public void setEjbQL(String ejbQL)
ejbQL - the ejbQL.IllegalArgumentException - for a null ejbQLpublic NamedMethodMetaData getQueryMethod()
public void setQueryMethod(NamedMethodMetaData queryMethod)
queryMethod - the queryMethod.IllegalArgumentException - for a null queryMethodpublic ResultTypeMapping getResultTypeMapping()
public void setResultTypeMapping(ResultTypeMapping resultTypeMapping)
resultTypeMapping - the resultTypeMapping.IllegalArgumentException - for a null resultTypeMappingCopyright © 2019 JBoss by Red Hat. All rights reserved.