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, setDescriptions
public 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 © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.