JPA Annotation

StaticMetamodel

Target: ElementType.TYPE
Implemented Interfaces:
Annotation

The StaticMetamodel annotation specifies that the class is a metamodel class that represents the entity, mapped superclass, or embeddable class designated by the value element.
Since:
JPA 2.0

Public Annotation Attributes

Class<?> value default null
Class being modelled by the annotated class.
Since:
JPA 2.0