@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface DefaultEntityType
Indicate the default entity type for an entity view class.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The name of the entity type that is customarily used for this entity view class.
|