You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hibernate project to demonstrate and to understand the hibernate and its mapping concepts in order to perform the transactions done by the Customer by using the established relationship between the Admin, Manager, Cutomer & BankAccount
Understanding the Hibernate @onetomany bi-directional mapping by using the Entities of a Student and enrolled Courses to establish the relation between them using the MySql database
Understanding the Hibernate @onetomany uni-directional mapping by using the Entities of a Mobile and its Sim card to establish the relation between them using the MySql database
Understanding the Hibernate @OnetoOne bi-directional mapping by using the Entities of a Bank and its Customers to establish the relation between them using the MySql database
Understanding the Hibernate @OnetoOne uni-directional mapping by using the Entities of a Person and his Pancard to establish the relation between them using the MySql database
Understanding the Hibernate @manytoone uni-directional mapping by using the Entities of a Library and its Students to establish the relation between them using the MySql database