diff --git a/hibernate-core/src/main/java/org/hibernate/annotations/ColumnDefault.java b/hibernate-core/src/main/java/org/hibernate/annotations/ColumnDefault.java index 8853aac171..2c02eb3d49 100644 --- a/hibernate-core/src/main/java/org/hibernate/annotations/ColumnDefault.java +++ b/hibernate-core/src/main/java/org/hibernate/annotations/ColumnDefault.java @@ -14,8 +14,7 @@ import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.RetentionPolicy.RUNTIME; /** - * Specifies that a column has a {@code DEFAULT} value specified in DDL, - * and whether Hibernate should fetch the defaulted value from the database. + * Specifies that a column has a {@code default} value specified in DDL. *

* {@code @ColumnDefault} may be used in combination with: *