Annotation Type EntityViewInheritance


@Target(TYPE)
@Retention(RUNTIME)
public @interface EntityViewInheritance
Specifies that the entity view should consider subtypes of the entity view when queried.
Since:
1.2.0
Author:
Christian Beikov
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    Class<?>[] value
    The entity view subtypes that may be considered when querying.
  • Element Details

    • value

      Class<?>[] value
      The entity view subtypes that may be considered when querying. An empty value has the meaning of all (registered) subtypes.
      Returns:
      The entity view subtype classes
      Default:
      {}