Hi I think it is not compulsary to deifine public constructor in case of setter injection because java by default provide the no argument constructor. Check following link for this type of...
Type: Posts; User: madhusudan.sahu; Keyword(s):
Hi I think it is not compulsary to deifine public constructor in case of setter injection because java by default provide the no argument constructor. Check following link for this type of...
Hibernate 3.0 provide lazy loading default as true for that in hibernate mapping file set lazy= "false"
for example check here
http://java-masters.blogspot.com/