Welcome

What is the difference between Strategy and Template…

In our Spring book, we discuss about transaction management mechanisms available in the Spring Framework, namely declarative and programmatic transactions. It is further explained inside programmatic transaction demarcation section, that how programmatic transaction can be…

Possible bug in Hibernate XML based mapping when…

Assume you have a Person with firstName and lastName properties, and a subclass of it called as Vet. You will have hbm.xml mapping files with the following content. Person.hbml.xml <hibernate-mapping> <class name="com.javaegitimleri.petclinic.model.Person" table="persons" abstract="true"> <cache…