The Full Form of HBM is Hibernate Mapping.
Hibernate mappings are one of the key features of Hibernate. They establish the relationship between two database tables as attributes in your model. That allows you to easily navigate the associations in your model and Criteria queries. … Many to Many — It represents the many to many relationship between two tables.
HBM
means
Hibernate Mapping
Leave a Reply
You must be logged in to post a comment.