|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
org.jboss.metadata.ejb.spec.QueryMetaData
public class QueryMetaData
QueryMetaData.
Constructor Summary | |
---|---|
QueryMetaData()
Create a new MethodPermissionMetaData. |
Method Summary | |
---|---|
String |
getEjbQL()
Get the ejbQL. |
QueryMethodMetaData |
getQueryMethod()
Get the queryMethod. |
ResultTypeMapping |
getResultTypeMapping()
Get the resultTypeMapping. |
void |
setEjbQL(String ejbQL)
Set the ejbQL. |
void |
setQueryMethod(QueryMethodMetaData queryMethod)
Set the queryMethod. |
void |
setResultTypeMapping(ResultTypeMapping resultTypeMapping)
Set the resultTypeMapping. |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions |
---|
getDescriptions, merge, setDescriptions |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, equals, getId, hashCode, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryMetaData()
Method Detail |
---|
public String getEjbQL()
public void setEjbQL(String ejbQL)
ejbQL
- the ejbQL.
IllegalArgumentException
- for a null ejbQLpublic QueryMethodMetaData getQueryMethod()
public void setQueryMethod(QueryMethodMetaData queryMethod)
queryMethod
- the queryMethod.
IllegalArgumentException
- for a null queryMethodpublic ResultTypeMapping getResultTypeMapping()
public void setResultTypeMapping(ResultTypeMapping resultTypeMapping)
resultTypeMapping
- the resultTypeMapping.
IllegalArgumentException
- for a null resultTypeMapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |