Annotation Type With


@Target(TYPE)
@Retention(RUNTIME)
public @interface With
Adds CTEProviders that should be invoked when applying the annotated entity view.
Since:
1.4.0
Author:
Giovanni Lovato
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    Class<? extends CTEProvider>[] value
    The CTE providers.