EJB query language

 

EJB query language

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

The SELECT clause is optional in order to maintain compatibility with WebSphere Application Server Version 4.

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.


Sub-topics
Example: EJB queries
FROM clause
Inheritance in EJB query
Path expressions
WHERE clause
Scalar functions
Aggregation functions
SELECT clause
ORDER BY clause
Subqueries
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