@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface DefaultEntityType
Indicate the default entity type for an entity view class.
public abstract String value
The name of the entity type that is customarily used for this entity view class.