RnWhat is the use of Reflection Api?

Showing Answers 1 - 1 of 1 Answers

Krishna Rao

  • Aug 26th, 2006
 

For one, Reflection API is currently used by Hibernate to populate a bean with data obtained by querying the database table to which the bean is mapped. In other words, Reflection API makes OR Mapping possible in Hibernate framework.

  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