hibernate annotation

hibernate annotation

对于使用默认值,在get方法上面添加columnDefinition="int default 'value',替换value(这里是以int为例)
对于int不为空的情况,在get方法上添加nullable=true

使用动态更新或是动态插入方法
@Entity
@org.hibernate.annotations.Entity(dynamicUpdate=true)

你可能感兴趣的:(hibernate annotation)