What is ORM metadata?



What is ORM metadata?..

Answer / Vijay Srivastava

"ORM metadata describes the mapping between Java objects (entities) and database tables in an application using a standard format such as XML or annotations."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is meant by full object mapping?

1 Answers  


How to do eager loading in hibernate?

1 Answers  


Difference between the first and second level cache in hibernate?

1 Answers  


What is @embeddedid?

1 Answers  


What is orm tool in hibernate?

1 Answers  


What is inversejoincolumns in hibernate?

1 Answers  


What do you mean by named – sql query?

1 Answers  


Why hibernate?

1 Answers  


In how many ways objects can be identified in Hibernate?

1 Answers  


What is difference between evict and clear in hibernate?

1 Answers  


What is Light Object Mapping?

1 Answers  


What is difference between sessionfactory and session in hibernate?

1 Answers  


Categories