Package org.hibernate.annotations

Annotation Type GeneratedColumn

    • Required Element Summary

      Required Elements 
      Modifier and TypeRequired ElementDescription
      Stringvalue
      The expression to include in the generated DDL.
    • Element Detail

      • value

        String value
        The expression to include in the generated DDL.
        Returns:
        the SQL expression that is evaluated to generate the column value.