| java.lang.Object org.jboss.metadata.MetaData org.jboss.metadata.QueryMetaData
QueryMetaData | public class QueryMetaData extends MetaData (Code) | | Contains information about ejb-ql queries.
author: Dain Sundstrom version: $Revision: 57209 $ |
QueryMetaData | public QueryMetaData()(Code) | | |
getDescription | public String getDescription()(Code) | | Gets the user description of the query.
the users description of the query |
getEjbQl | public String getEjbQl()(Code) | | Gets the ejb-ql for this query.
the ejb-ql for this query |
getMethodName | public String getMethodName()(Code) | | Gets the name of the query for which this metadata applies.
the name of the query method |
getMethodParams | public Iterator getMethodParams()(Code) | | Gets an iterator over the parameters of the query method.
an iterator over the parameters of the query method. |
getResultTypeMapping | public String getResultTypeMapping()(Code) | | Gets the interface type of returned ejb objects. This will be
Local or Remote, and the default is Local.
the type the the interface returned for ejb objects |
importEjbJarXml | public void importEjbJarXml(Element element) throws DeploymentException(Code) | | Loads the data from the query xml element.
Parameters: element - the query xml element from the ejb-jar.xml file throws: DeploymentException - if the query element is malformed |
Methods inherited from org.jboss.metadata.MetaData | public Object clone()(Code)(Java Doc) public static Iterator getChildrenByTagName(Element element, String tagName)(Code)(Java Doc) public static String getElementAttribute(Element element, String attrName)(Code)(Java Doc) public static String getElementAttribute(Element element, String attrName, boolean replace)(Code)(Java Doc) public static String getElementContent(Element element)(Code)(Java Doc) public static String getElementContent(Element element, String defaultStr)(Code)(Java Doc) public static String getElementContent(Element element, String defaultStr, boolean replace)(Code)(Java Doc) public static String getFirstElementContent(Element element, String defaultStr)(Code)(Java Doc) public static String getFirstElementContent(Element element, String defaultStr, boolean replace)(Code)(Java Doc) public static Element getOptionalChild(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static Element getOptionalChild(Element element, String tagName, Element defaultElement) throws DeploymentException(Code)(Java Doc) public static boolean getOptionalChildBooleanContent(Element element, String name) throws DeploymentException(Code)(Java Doc) public static boolean getOptionalChildBooleanContent(Element element, String name, boolean defaultValue) throws DeploymentException(Code)(Java Doc) public static String getOptionalChildContent(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static String getOptionalChildContent(Element element, String tagName, String defaultValue) throws DeploymentException(Code)(Java Doc) public static Element getUniqueChild(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static String getUniqueChildContent(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public void importEjbJarXml(Element element) throws DeploymentException(Code)(Java Doc) public void importJbossXml(Element element) throws DeploymentException(Code)(Java Doc) public void importXml(Element element) throws DeploymentException(Code)(Java Doc) protected boolean jdk13Enabled()(Code)(Java Doc)
|
|
|