简体   繁体   中英

Setting default value of Database if value is null

在java hibernate中,如果使用hibernate hbm属性插入的值为null,如何从列的数据库中设置默认值?

对于.hbm文件,可以使用默认元素Ex:-

<column name="age" not-null="true" default="18"/> 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM