Package jakarta.persistence.metamodel
Annotation Type StaticMetamodel
- 
 @Target(TYPE) @Retention(RUNTIME) public @interface StaticMetamodel TheStaticMetamodelannotation 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
 
- 
- 
Element Detail- 
valueClass<?> value Class being modelled by the annotated class.
 
- 
 
-