Annotation Type EntityViewInheritanceMapping


@Target(TYPE)
@Retention(RUNTIME)
public @interface EntityViewInheritanceMapping
Defines the inheritance selection for the entity view when a super type is queried.
Since:
1.2.0
Author:
Christian Beikov
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value
    The selection predicate which is used to test whether this entity view type should be used as target type for an entity.
  • Element Details

    • value

      String value
      The selection predicate which is used to test whether this entity view type should be used as target type for an entity.
      Returns:
      The selection predicate