Annotation Interface ProjectionOf
@Inherited
@Documented
@Retention(RUNTIME)
@Target({TYPE,ANNOTATION_TYPE})
public @interface ProjectionOf
Marks a type as a projection of an entity. This feature works out of the box
on Spring Boot, but the annotation is needed for relationship processors to
obtain the accurate entity information hidden in the projection.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
-