public class WeblogicQuery
extends java.lang.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 java.lang.Boolean |
enableQueryCaching |
protected java.lang.String |
id |
protected java.lang.Boolean |
includeUpdates |
protected java.math.BigInteger |
maxElements |
protected QueryMethod |
queryMethod |
protected SqlQuery |
sqlQuery |
protected java.lang.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.
|
java.lang.Boolean |
getEnableQueryCaching()
Gets the value of the enableQueryCaching property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Boolean |
getIncludeUpdates()
Gets the value of the includeUpdates property.
|
java.math.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.
|
java.lang.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(java.lang.Boolean value)
Sets the value of the enableQueryCaching property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIncludeUpdates(java.lang.Boolean value)
Sets the value of the includeUpdates property.
|
void |
setMaxElements(java.math.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(java.lang.Boolean value)
Sets the value of the sqlSelectDistinct property.
|
protected Description description
protected QueryMethod queryMethod
protected EjbQlQuery ejbQlQuery
protected SqlQuery sqlQuery
protected java.math.BigInteger maxElements
protected java.lang.Boolean includeUpdates
protected java.lang.Boolean sqlSelectDistinct
protected java.lang.Boolean enableQueryCaching
protected java.lang.String id
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public QueryMethod getQueryMethod()
QueryMethod
public void setQueryMethod(QueryMethod value)
value
- allowed object is
QueryMethod
public EjbQlQuery getEjbQlQuery()
EjbQlQuery
public void setEjbQlQuery(EjbQlQuery value)
value
- allowed object is
EjbQlQuery
public SqlQuery getSqlQuery()
SqlQuery
public void setSqlQuery(SqlQuery value)
value
- allowed object is
SqlQuery
public java.math.BigInteger getMaxElements()
BigInteger
public void setMaxElements(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Boolean getIncludeUpdates()
Boolean
public void setIncludeUpdates(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getSqlSelectDistinct()
Boolean
public void setSqlSelectDistinct(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getEnableQueryCaching()
Boolean
public void setEnableQueryCaching(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String