top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is hibernate mapping file?

0 votes
276 views
What is hibernate mapping file?
posted Sep 5, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Hibernate mapping file is used to define the entity bean fields and database table column mappings. We know that JPA annotations can be used for mapping but sometimes XML mapping file comes handy when we are using third party classes and we can’t use annotations.

answer Sep 6, 2017 by Ayush Srivastav
...