Annotation Type EdmAsEntitySet


@Target(TYPE) @Retention(RUNTIME) public @interface EdmAsEntitySet
Allows to mark an jpa entity as an additional entity set of another entity type. This is only allowed for leafs in an inheritance hierarchy. The jpa entity must not have own columns

OData Version 4.0 Part 3 - 13 Entity Container Example 30