Annotation Type TypeQueryBean


@Target(TYPE) @Retention(CLASS) public @interface TypeQueryBean
Used to denote a type query bean.

These are typically generated beans used to build queries using type safe query criteria.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The version description for the query bean.
  • Element Details

    • value

      String value
      The version description for the query bean.
      Default:
      "v0"