添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
光明磊落的熊猫  ·  SketchBook ...·  1 月前    · 
@Retention ( RUNTIME ) public @interface ColumnDefault
Specifies that a column has a default value specified in DDL. @ColumnDefault may be used in combination with:
  • DynamicInsert , to let the database fill in the value of a null entity attribute, or
  • @Generated(INSERT) , to populate an entity attribute with the defaulted value of a database column.
    See Also:
    GeneratedColumn
  •