Annotation Type View


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface View
    This is a view on an entity. If the entity is marked with this it is both a view and an entity
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String javascript
      defaults some defn that is added if the view is used.
    • Element Detail

      • javascript

        java.lang.String javascript
        defaults some defn that is added if the view is used. Each field can also define defn
        Default:
        ""