In Hibernate or any ORM framework, a java class is mapped to a database table. This means…
HibernateA collection of 6 posts
It’s a common method to use a configuration file where database connection details, mapped entity details are…
When configuring and using Hibernate in your application you might have surely came across the error which…
Practical Scenario Two users are working on a project and they both are currently viewing a bug…
When using Hibernate in your application, there are bright chances that you have encountered the error org.hibernate.HibernateException:…
Soft Delete !!! What the heck ? Soft delete means that the record is not removed from…