What is EJB Query Language

Showing Answers 1 - 4 of 4 Answers

Ashok

  • Jun 27th, 2005
 

EJB QL is somewat similar to SQL. But ejb ql is used to retrieve data from bean objects where as sql is used to retrieve data from tables.

  Was this answer useful?  Yes

Priti

  • Sep 3rd, 2005
 

EJB QL is maintained in deployment descriptor

  Was this answer useful?  Yes

suman medisetti

  • Oct 10th, 2005
 

Ejb query language is a new feature established in EJB2.0 it is based on SQL-92 standard specification,it is used for writing the queries for finder and select methods.

  Was this answer useful?  Yes

Mannu Kumar Pandey

  • Nov 3rd, 2005
 

Here also we can write a complex query(complex select and find method) in our containen managed entity bean.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions