|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.cmp.Query
public class Query
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jboss.org}description" minOccurs="0"/>
<element ref="{http://jboss.org}query-method"/>
<choice minOccurs="0">
<element ref="{http://jboss.org}jboss-ql"/>
<element ref="{http://jboss.org}dynamic-ql"/>
<element ref="{http://jboss.org}declared-sql"/>
</choice>
<element ref="{http://jboss.org}read-ahead" minOccurs="0"/>
<element ref="{http://jboss.org}ql-compiler" minOccurs="0"/>
<element ref="{http://jboss.org}lazy-resultset-loading" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DeclaredSql |
declaredSql
|
protected Description |
description
|
protected DynamicQl |
dynamicQl
|
protected JbossQl |
jbossQl
|
protected LazyResultsetLoading |
lazyResultsetLoading
|
protected QlCompiler |
qlCompiler
|
protected QueryMethod |
queryMethod
|
protected ReadAhead |
readAhead
|
| Constructor Summary | |
|---|---|
Query()
|
|
| Method Summary | |
|---|---|
DeclaredSql |
getDeclaredSql()
Gets the value of the declaredSql property. |
Description |
getDescription()
Gets the value of the description property. |
DynamicQl |
getDynamicQl()
Gets the value of the dynamicQl property. |
JbossQl |
getJbossQl()
Gets the value of the jbossQl property. |
LazyResultsetLoading |
getLazyResultsetLoading()
Gets the value of the lazyResultsetLoading property. |
QlCompiler |
getQlCompiler()
Gets the value of the qlCompiler property. |
QueryMethod |
getQueryMethod()
Gets the value of the queryMethod property. |
ReadAhead |
getReadAhead()
Gets the value of the readAhead property. |
void |
setDeclaredSql(DeclaredSql value)
Sets the value of the declaredSql property. |
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setDynamicQl(DynamicQl value)
Sets the value of the dynamicQl property. |
void |
setJbossQl(JbossQl value)
Sets the value of the jbossQl property. |
void |
setLazyResultsetLoading(LazyResultsetLoading value)
Sets the value of the lazyResultsetLoading property. |
void |
setQlCompiler(QlCompiler value)
Sets the value of the qlCompiler property. |
void |
setQueryMethod(QueryMethod value)
Sets the value of the queryMethod property. |
void |
setReadAhead(ReadAhead value)
Sets the value of the readAhead property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Description description
protected QueryMethod queryMethod
protected JbossQl jbossQl
protected DynamicQl dynamicQl
protected DeclaredSql declaredSql
protected ReadAhead readAhead
protected QlCompiler qlCompiler
protected LazyResultsetLoading lazyResultsetLoading
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic QueryMethod getQueryMethod()
QueryMethodpublic void setQueryMethod(QueryMethod value)
value - allowed object is
QueryMethodpublic JbossQl getJbossQl()
JbossQlpublic void setJbossQl(JbossQl value)
value - allowed object is
JbossQlpublic DynamicQl getDynamicQl()
DynamicQlpublic void setDynamicQl(DynamicQl value)
value - allowed object is
DynamicQlpublic DeclaredSql getDeclaredSql()
DeclaredSqlpublic void setDeclaredSql(DeclaredSql value)
value - allowed object is
DeclaredSqlpublic ReadAhead getReadAhead()
ReadAheadpublic void setReadAhead(ReadAhead value)
value - allowed object is
ReadAheadpublic QlCompiler getQlCompiler()
QlCompilerpublic void setQlCompiler(QlCompiler value)
value - allowed object is
QlCompilerpublic LazyResultsetLoading getLazyResultsetLoading()
LazyResultsetLoadingpublic void setLazyResultsetLoading(LazyResultsetLoading value)
value - allowed object is
LazyResultsetLoading
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||