Annotation Interface ComputedColumn


@Retention(RUNTIME) @Target(METHOD) public @interface ComputedColumn
This annotation marks a method as a "virtual" whose value is computed by using the method itself rather than retrieving it like a physical column from the database.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • name

      String name
      Default:
      ""