Annotation Interface QueryCacheLayout


@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) @Incubating public @interface QueryCacheLayout
Configures the layout for the entity or collection data in a query cache.
Since:
6.5
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The layout of the data for an entity or collection in the query cache.
  • Element Details

    • layout

      CacheLayout layout
      The layout of the data for an entity or collection in the query cache.
      Default:
      AUTO