|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.metadata.MetaData org.jboss.metadata.QueryMetaData
Contains information about ejb-ql queries.
Field Summary | |
static String |
LOCAL
|
static String |
REMOTE
|
Fields inherited from class org.jboss.metadata.MetaData |
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
QueryMetaData()
|
Method Summary | |
String |
getDescription()
Gets the user description of the query. |
String |
getEjbQl()
Gets the ejb-ql for this query. |
String |
getMethodName()
Gets the name of the query for which this metadata applies. |
Iterator |
getMethodParams()
Gets an iterator over the parameters of the query method. |
String |
getResultTypeMapping()
Gets the interface type of returned ejb objects. |
void |
importEjbJarXml(Element element)
Loads the data from the query xml element. |
Methods inherited from class org.jboss.metadata.MetaData |
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importJbossXml, importXml, jdk13Enabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String REMOTE
public static final String LOCAL
Constructor Detail |
public QueryMetaData()
Method Detail |
public String getDescription()
public String getMethodName()
public Iterator getMethodParams()
public String getResultTypeMapping()
public String getEjbQl()
public void importEjbJarXml(Element element) throws org.jboss.deployment.DeploymentException
importEjbJarXml
in class MetaData
element
- the query xml element from the ejb-jar.xml file
org.jboss.deployment.DeploymentException
- if the query element is malformed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |