|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData (src)
org.jboss.metadata.QueryMetaData
Contains information about ejb-ql queries.
Field Summary | |
static java.lang.String |
LOCAL
|
static java.lang.String |
REMOTE
|
Fields inherited from class org.jboss.metadata.MetaData (src) |
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
QueryMetaData()
|
Method Summary | |
java.lang.String |
getDescription()
Gets the user description of the query. |
java.lang.String |
getEjbQl()
Gets the ejb-ql for this query. |
java.lang.String |
getMethodName()
Gets the name of the query for which this metadata applies. |
java.util.Iterator |
getMethodParams()
Gets an iterator over the parameters of the query method. |
java.lang.String |
getResultTypeMapping()
Gets the interface type of returned ejb objects. |
void |
importEjbJarXml(org.w3c.dom.Element element)
Loads the data from the query xml element. |
Methods inherited from class org.jboss.metadata.MetaData (src) |
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 java.lang.String REMOTE
public static final java.lang.String LOCAL
Constructor Detail |
public QueryMetaData()
Method Detail |
public java.lang.String getDescription()
public java.lang.String getMethodName()
public java.util.Iterator getMethodParams()
public java.lang.String getResultTypeMapping()
public java.lang.String getEjbQl()
public void importEjbJarXml(org.w3c.dom.Element element) throws DeploymentException (src)
importEjbJarXml
in class MetaData (src)
element
- the query xml element from the ejb-jar.xml file
DeploymentException (src)
- if the query element is malformed
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |