Annotation Type ColumnTransformer

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String forColumn
      The name of the mapped column, if a persistent attribute maps to multiple columns.
      String read
      A custom SQL expression used to read from the column.
      String write
      A custom SQL expression used to write to the column.
    • Element Detail

      • forColumn

        String forColumn
        The name of the mapped column, if a persistent attribute maps to multiple columns. Optional if a persistent attribute is mapped to a single column
        Default:
        ""
      • read

        String read
        A custom SQL expression used to read from the column.
        Default:
        ""
      • write

        String write
        A custom SQL expression used to write to the column. The expression must contain exactly one JDBC-style '?' placeholder.
        Default:
        ""