Annotation Interface Column


The annotation to configure the mapping from an attribute to a database column.
Author:
Kazuki Shimizu, Florian Lüdiger, Bastian Wilhelm, Mark Paluch
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The column name.
  • Element Details

    • value

      String value
      The column name. The attribute supports Value Expressions to dynamically obtain the column name on a per-operation basis. Expressions returning a String are sanitized prior usage. Expressions can also return a SqlIdentifier directly that is used as-is without further sanitization.
      Default:
      ""