Hibernate Java Interview Questions – Set 01
Explain about mapping description file Mapping description file is the second file which Hibernate uses to configure its functions. This mapping file has an extension *.hbm which instructs mapping between Java class and database tables. The usage of mapping description file rests entirely upon the business entity. Explain about transparent persistence of Hibernate Transparent persistence is provided … Read more