Annotation Type Columns


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface Columns
    Allows the specification of multiple columns for complex mappings.
    Since:
    0.4.0
    Author:
    Abe White
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      jakarta.persistence.Column[] value  
    • Element Detail

      • value

        jakarta.persistence.Column[] value
        Default:
        {}