Annotation Type ColumnValueType



  • @Documented
    @Target(METHOD)
    @Retention(RUNTIME)
    public @interface ColumnValueType
    Indicate binding to unival type of value from named column.

    This annotation is designed for object-type columns of structure definition, because actual type of value is not defined statically. It is possible but not recommended for other types of columns because types of their values are always according to static definition.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      Indicate name of bound column.
    • Element Detail

      • name

        java.lang.String name
        Indicate name of bound column.
        Returns:
        name of bound column