|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryMethodType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl |
Uses of QueryMethodType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return QueryMethodType | |
QueryMethodType |
QueryType.getQueryMethod()
Gets the "query-method" element |
QueryMethodType |
QueryType.addNewQueryMethod()
Appends and returns a new empty "query-method" element |
static QueryMethodType |
QueryMethodType.Factory.newInstance()
|
static QueryMethodType |
QueryMethodType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static QueryMethodType |
QueryMethodType.Factory.parse(String s)
|
static QueryMethodType |
QueryMethodType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMethodType |
QueryMethodType.Factory.parse(File f)
|
static QueryMethodType |
QueryMethodType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMethodType |
QueryMethodType.Factory.parse(URL u)
|
static QueryMethodType |
QueryMethodType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMethodType |
QueryMethodType.Factory.parse(InputStream is)
|
static QueryMethodType |
QueryMethodType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMethodType |
QueryMethodType.Factory.parse(Reader r)
|
static QueryMethodType |
QueryMethodType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMethodType |
QueryMethodType.Factory.parse(Node node)
|
static QueryMethodType |
QueryMethodType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMethodType |
QueryMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static QueryMethodType |
QueryMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.geronimo.xbeans.ejb with parameters of type QueryMethodType | |
void |
QueryType.setQueryMethod(QueryMethodType queryMethod)
Sets the "query-method" element |
Uses of QueryMethodType in org.apache.geronimo.xbeans.ejb.impl |
Classes in org.apache.geronimo.xbeans.ejb.impl that implement QueryMethodType | |
class |
QueryMethodTypeImpl
An XML query-methodType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.ejb.impl that return QueryMethodType | |
QueryMethodType |
QueryTypeImpl.getQueryMethod()
Gets the "query-method" element |
QueryMethodType |
QueryTypeImpl.addNewQueryMethod()
Appends and returns a new empty "query-method" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type QueryMethodType | |
void |
QueryTypeImpl.setQueryMethod(QueryMethodType queryMethod)
Sets the "query-method" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |