Package jakarta.persistence.metamodel
Annotation Interface StaticMetamodel
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:
 - 2.0
 
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
Class<?> valueClass being modelled by the annotated class. 
 -