+

Search Tips   |   Advanced Search

EJB query compatibility issues with SQL

Because an EJB query is compiled into SQL, you must 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

  • Use EJB query