I have a column in DB with default value as sysdate. I\'m looking for a way to get that default value inserted while I\'m not giving anything to corresponding p
sysdate
Or you can initialize the property of the POJO directly e.g:
//java code property declaration private String surname = "default";