public class WeblogicQuery extends Object
Java class for weblogic-query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="weblogic-query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.bea.com/ns/weblogic/90}description" minOccurs="0"/>
<element name="query-method" type="{http://www.bea.com/ns/weblogic/90}query-method"/>
<choice minOccurs="0">
<element name="ejb-ql-query" type="{http://www.bea.com/ns/weblogic/90}ejb-ql-query"/>
<element name="sql-query" type="{http://www.bea.com/ns/weblogic/90}sql-query"/>
</choice>
<element name="max-elements" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="include-updates" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="sql-select-distinct" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="enable-query-caching" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected EjbQlQuery |
ejbQlQuery |
protected Boolean |
enableQueryCaching |
protected String |
id |
protected Boolean |
includeUpdates |
protected BigInteger |
maxElements |
protected QueryMethod |
queryMethod |
protected SqlQuery |
sqlQuery |
protected Boolean |
sqlSelectDistinct |
| Constructor and Description |
|---|
WeblogicQuery() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
EjbQlQuery |
getEjbQlQuery()
Gets the value of the ejbQlQuery property.
|
Boolean |
getEnableQueryCaching()
Gets the value of the enableQueryCaching property.
|
String |
getId()
Gets the value of the id property.
|
Boolean |
getIncludeUpdates()
Gets the value of the includeUpdates property.
|
BigInteger |
getMaxElements()
Gets the value of the maxElements property.
|
QueryMethod |
getQueryMethod()
Gets the value of the queryMethod property.
|
SqlQuery |
getSqlQuery()
Gets the value of the sqlQuery property.
|
Boolean |
getSqlSelectDistinct()
Gets the value of the sqlSelectDistinct property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setEjbQlQuery(EjbQlQuery value)
Sets the value of the ejbQlQuery property.
|
void |
setEnableQueryCaching(Boolean value)
Sets the value of the enableQueryCaching property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIncludeUpdates(Boolean value)
Sets the value of the includeUpdates property.
|
void |
setMaxElements(BigInteger value)
Sets the value of the maxElements property.
|
void |
setQueryMethod(QueryMethod value)
Sets the value of the queryMethod property.
|
void |
setSqlQuery(SqlQuery value)
Sets the value of the sqlQuery property.
|
void |
setSqlSelectDistinct(Boolean value)
Sets the value of the sqlSelectDistinct property.
|
protected Description description
protected QueryMethod queryMethod
protected EjbQlQuery ejbQlQuery
protected SqlQuery sqlQuery
protected BigInteger maxElements
protected Boolean includeUpdates
protected Boolean sqlSelectDistinct
protected Boolean enableQueryCaching
protected String id
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 EjbQlQuery getEjbQlQuery()
EjbQlQuerypublic void setEjbQlQuery(EjbQlQuery value)
value - allowed object is
EjbQlQuerypublic SqlQuery getSqlQuery()
SqlQuerypublic void setSqlQuery(SqlQuery value)
value - allowed object is
SqlQuerypublic BigInteger getMaxElements()
BigIntegerpublic void setMaxElements(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean getIncludeUpdates()
Booleanpublic void setIncludeUpdates(Boolean value)
value - allowed object is
Booleanpublic Boolean getSqlSelectDistinct()
Booleanpublic void setSqlSelectDistinct(Boolean value)
value - allowed object is
Booleanpublic Boolean getEnableQueryCaching()
Booleanpublic void setEnableQueryCaching(Boolean value)
value - allowed object is
BooleanCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.