|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.WeblogicQuery
public class WeblogicQuery
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
WeblogicQuery()
|
|
| Method Summary | |
|---|---|
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. |
| 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 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
| Constructor Detail |
|---|
public WeblogicQuery()
| 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 EjbQlQuery getEjbQlQuery()
EjbQlQuerypublic void setEjbQlQuery(EjbQlQuery value)
value - allowed object is
EjbQlQuerypublic SqlQuery getSqlQuery()
SqlQuerypublic void setSqlQuery(SqlQuery value)
value - allowed object is
SqlQuerypublic java.math.BigInteger getMaxElements()
BigIntegerpublic void setMaxElements(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Boolean getIncludeUpdates()
Booleanpublic void setIncludeUpdates(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getSqlSelectDistinct()
Booleanpublic void setSqlSelectDistinct(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getEnableQueryCaching()
Booleanpublic void setEnableQueryCaching(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||