Package org.apache.openejb.jee.wls
Class WeblogicQuery
- java.lang.Object
-
- org.apache.openejb.jee.wls.WeblogicQuery
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Descriptiondescriptionprotected EjbQlQueryejbQlQueryprotected BooleanenableQueryCachingprotected Stringidprotected BooleanincludeUpdatesprotected BigIntegermaxElementsprotected QueryMethodqueryMethodprotected SqlQuerysqlQueryprotected BooleansqlSelectDistinct
-
Constructor Summary
Constructors Constructor Description WeblogicQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptiongetDescription()Gets the value of the description property.EjbQlQuerygetEjbQlQuery()Gets the value of the ejbQlQuery property.BooleangetEnableQueryCaching()Gets the value of the enableQueryCaching property.StringgetId()Gets the value of the id property.BooleangetIncludeUpdates()Gets the value of the includeUpdates property.BigIntegergetMaxElements()Gets the value of the maxElements property.QueryMethodgetQueryMethod()Gets the value of the queryMethod property.SqlQuerygetSqlQuery()Gets the value of the sqlQuery property.BooleangetSqlSelectDistinct()Gets the value of the sqlSelectDistinct property.voidsetDescription(Description value)Sets the value of the description property.voidsetEjbQlQuery(EjbQlQuery value)Sets the value of the ejbQlQuery property.voidsetEnableQueryCaching(Boolean value)Sets the value of the enableQueryCaching property.voidsetId(String value)Sets the value of the id property.voidsetIncludeUpdates(Boolean value)Sets the value of the includeUpdates property.voidsetMaxElements(BigInteger value)Sets the value of the maxElements property.voidsetQueryMethod(QueryMethod value)Sets the value of the queryMethod property.voidsetSqlQuery(SqlQuery value)Sets the value of the sqlQuery property.voidsetSqlSelectDistinct(Boolean value)Sets the value of the sqlSelectDistinct property.
-
-
-
Field Detail
-
description
protected Description description
-
queryMethod
protected QueryMethod queryMethod
-
ejbQlQuery
protected EjbQlQuery ejbQlQuery
-
sqlQuery
protected SqlQuery sqlQuery
-
maxElements
protected BigInteger maxElements
-
includeUpdates
protected Boolean includeUpdates
-
sqlSelectDistinct
protected Boolean sqlSelectDistinct
-
enableQueryCaching
protected Boolean enableQueryCaching
-
id
protected String id
-
-
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
-
getEjbQlQuery
public EjbQlQuery getEjbQlQuery()
Gets the value of the ejbQlQuery property.- Returns:
- possible object is
EjbQlQuery
-
setEjbQlQuery
public void setEjbQlQuery(EjbQlQuery value)
Sets the value of the ejbQlQuery property.- Parameters:
value- allowed object isEjbQlQuery
-
getSqlQuery
public SqlQuery getSqlQuery()
Gets the value of the sqlQuery property.- Returns:
- possible object is
SqlQuery
-
setSqlQuery
public void setSqlQuery(SqlQuery value)
Sets the value of the sqlQuery property.- Parameters:
value- allowed object isSqlQuery
-
getMaxElements
public BigInteger getMaxElements()
Gets the value of the maxElements property.- Returns:
- possible object is
BigInteger
-
setMaxElements
public void setMaxElements(BigInteger value)
Sets the value of the maxElements property.- Parameters:
value- allowed object isBigInteger
-
getIncludeUpdates
public Boolean getIncludeUpdates()
Gets the value of the includeUpdates property.- Returns:
- possible object is
Boolean
-
setIncludeUpdates
public void setIncludeUpdates(Boolean value)
Sets the value of the includeUpdates property.- Parameters:
value- allowed object isBoolean
-
getSqlSelectDistinct
public Boolean getSqlSelectDistinct()
Gets the value of the sqlSelectDistinct property.- Returns:
- possible object is
Boolean
-
setSqlSelectDistinct
public void setSqlSelectDistinct(Boolean value)
Sets the value of the sqlSelectDistinct property.- Parameters:
value- allowed object isBoolean
-
getEnableQueryCaching
public Boolean getEnableQueryCaching()
Gets the value of the enableQueryCaching property.- Returns:
- possible object is
Boolean
-
setEnableQueryCaching
public void setEnableQueryCaching(Boolean value)
Sets the value of the enableQueryCaching property.- Parameters:
value- allowed object isBoolean
-
-