In java hibernate how to set the default value from the database in column if the value inseting is null using hibernate hbm property?
-
1Possible duplicate of: stackoverflow.com/questions/3110266/… or stackoverflow.com/questions/18624627/…Boris Pavlović– Boris Pavlović2015-10-05 11:45:51 +00:00Commented Oct 5, 2015 at 11:45
-
But this is not working when i try to enter the default value only the null value is entering into the tableaswar shan– aswar shan2015-10-05 11:48:54 +00:00Commented Oct 5, 2015 at 11:48
Add a comment
|