Explain About Mapping Files in Hibernate
Mapping files forms the core of any database mapping tools. These files contain field to field mapping, usually this mapping occurs between classes and attributes. After mapping files they can be persist to the database. Tags can be used to indicate the presence of a primary key. In Hibernate, mapping files are used to define … Read more