Package com.blazebit.persistence.view
Annotation Type 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
-
Element Details
-
value
Class<?>[] valueThe 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:
- {}
-