How to soft delete a record in Hibernate or JPA / Soft deletion of Entities in Hibernate or JPA
Soft Delete !!! What the heck ? Soft delete means that the record is not removed from the database table…
Soft Delete !!! What the heck ? Soft delete means that the record is not removed from the database table…
A typical java application uses some values which are not suitable to be given in code such as log generation…
There are scenarios where you want to silently post a form to server or submit a form without a page…
Suppose we have a jsp page which has a form whose data should be sent to the server. The form…
There are scenarios where we want to take some actions before a bean is fully constructed and put into service…
hashcode() and equals() : Overview hashcode() and equals() methods are defined in java.lang.Object class which is the super class of…
It may happen that you need to add some days to a particular date and the resultant date is falling…
Writing code is a regular job of any developer. Every developer is stuck at some point while doing his job…
There are many operations which we have to perform on select boxes (or drop downs) such as selecting an option…