Package org.apache.openejb.jee.jba.cmp
Class Query
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.Query
-
public class Query extends Object
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
Fields Modifier and Type Field Description protected DeclaredSqldeclaredSqlprotected Descriptiondescriptionprotected DynamicQldynamicQlprotected JbossQljbossQlprotected LazyResultsetLoadinglazyResultsetLoadingprotected QlCompilerqlCompilerprotected QueryMethodqueryMethodprotected ReadAheadreadAhead
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeclaredSqlgetDeclaredSql()Gets the value of the declaredSql property.DescriptiongetDescription()Gets the value of the description property.DynamicQlgetDynamicQl()Gets the value of the dynamicQl property.JbossQlgetJbossQl()Gets the value of the jbossQl property.LazyResultsetLoadinggetLazyResultsetLoading()Gets the value of the lazyResultsetLoading property.QlCompilergetQlCompiler()Gets the value of the qlCompiler property.QueryMethodgetQueryMethod()Gets the value of the queryMethod property.ReadAheadgetReadAhead()Gets the value of the readAhead property.voidsetDeclaredSql(DeclaredSql value)Sets the value of the declaredSql property.voidsetDescription(Description value)Sets the value of the description property.voidsetDynamicQl(DynamicQl value)Sets the value of the dynamicQl property.voidsetJbossQl(JbossQl value)Sets the value of the jbossQl property.voidsetLazyResultsetLoading(LazyResultsetLoading value)Sets the value of the lazyResultsetLoading property.voidsetQlCompiler(QlCompiler value)Sets the value of the qlCompiler property.voidsetQueryMethod(QueryMethod value)Sets the value of the queryMethod property.voidsetReadAhead(ReadAhead value)Sets the value of the readAhead property.
-
-
-
Field Detail
-
description
protected Description description
-
queryMethod
protected QueryMethod queryMethod
-
jbossQl
protected JbossQl jbossQl
-
dynamicQl
protected DynamicQl dynamicQl
-
declaredSql
protected DeclaredSql declaredSql
-
readAhead
protected ReadAhead readAhead
-
qlCompiler
protected QlCompiler qlCompiler
-
lazyResultsetLoading
protected LazyResultsetLoading lazyResultsetLoading
-
-
Method Detail
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getQueryMethod
public QueryMethod getQueryMethod()
Gets the value of the queryMethod property.- Returns:
- possible object is
QueryMethod
-
setQueryMethod
public void setQueryMethod(QueryMethod value)
Sets the value of the queryMethod property.- Parameters:
value- allowed object isQueryMethod
-
getJbossQl
public JbossQl getJbossQl()
Gets the value of the jbossQl property.- Returns:
- possible object is
JbossQl
-
setJbossQl
public void setJbossQl(JbossQl value)
Sets the value of the jbossQl property.- Parameters:
value- allowed object isJbossQl
-
getDynamicQl
public DynamicQl getDynamicQl()
Gets the value of the dynamicQl property.- Returns:
- possible object is
DynamicQl
-
setDynamicQl
public void setDynamicQl(DynamicQl value)
Sets the value of the dynamicQl property.- Parameters:
value- allowed object isDynamicQl
-
getDeclaredSql
public DeclaredSql getDeclaredSql()
Gets the value of the declaredSql property.- Returns:
- possible object is
DeclaredSql
-
setDeclaredSql
public void setDeclaredSql(DeclaredSql value)
Sets the value of the declaredSql property.- Parameters:
value- allowed object isDeclaredSql
-
getReadAhead
public ReadAhead getReadAhead()
Gets the value of the readAhead property.- Returns:
- possible object is
ReadAhead
-
setReadAhead
public void setReadAhead(ReadAhead value)
Sets the value of the readAhead property.- Parameters:
value- allowed object isReadAhead
-
getQlCompiler
public QlCompiler getQlCompiler()
Gets the value of the qlCompiler property.- Returns:
- possible object is
QlCompiler
-
setQlCompiler
public void setQlCompiler(QlCompiler value)
Sets the value of the qlCompiler property.- Parameters:
value- allowed object isQlCompiler
-
getLazyResultsetLoading
public LazyResultsetLoading getLazyResultsetLoading()
Gets the value of the lazyResultsetLoading property.- Returns:
- possible object is
LazyResultsetLoading
-
setLazyResultsetLoading
public void setLazyResultsetLoading(LazyResultsetLoading value)
Sets the value of the lazyResultsetLoading property.- Parameters:
value- allowed object isLazyResultsetLoading
-
-