EJB query compatibility issues with SQL

 

EJB query compatibility issues with SQL

Because an Enterprise JavaBeans query is compiled into SQL, be aware of compatibility issues between the Java language and SQL. The two languages differ along the following points that can be critical to correct EJB query formulation:




Related concepts
EJB query language
Rules for data type manipulation in EJB query
Database restrictions for EJB query

Related tasks
Using EJB query