Annotation Type Subselect


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Subselect
    Map an immutable and read-only entity to a given SQL select expression.
    See Also:
    Synchronize
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The query.
    • Element Detail

      • value

        java.lang.String value
        The query.