EJB query language

EJB query langauge enables you to write queries based on entity beans without knowing the underlying relational schema.

An EJB query is a string that contains the following elements:

Collections of entity beans are identified in EJB queries through the use of their abstract schema name in the query FROM clause.

The elements of EJB query language are discussed in more detail in the following related topics.




Subtopics
Example: Queries with EJB
FROM clause
Inheritance in EJB query
Path expressions
WHERE clause
Scalar functions
Aggregation functions
SELECT clause
ORDER BY clause
UNION operation
Subqueries
EJB query language limitations and restrictions
EJB query compatibility issues with SQL
Database restrictions for EJB query
Rules for data type manipulation in EJB query
EJB query: Reserved words
EJB query: BNF syntax
Comparison of EJB 2.1 specification and WebSphere query language
Related tasks
Using EJB query
Concept topic Concept topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 4:28:44 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-mp&topic=cque_langdef
File name: cque_langdef.html