+

Search Tips   |   Advanced Search

 

Database restrictions for EJB query

 

The EJB query functions must adhere to certain restrictions for databases. This section describes the restrictions.

General database restriction

All of the enterprise beans involved in a given query must map to the same data source. The EJB query does not support cross-data source join operations.

Specific database restrictions

Different database products place different restrictions on elements that can be included in EJB query statements. Following is a list of those restrictions; check with your database administrator to see if any apply in your environment:




 

Related concepts


EJB query language
EJB query compatibility issues with SQL
Rules for data type manipulation in EJB query

 

Related tasks


Use EJB query