Jakarta Persistence (JPA) Annotation Type
jakarta.persistence.metamodel.StaticMetamodel
- Implemented Interfaces:
Annotation
- Target:
- Type
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:
- Jakarta Persistence (JPA) 2.0
Annotation Elements
Class<?> value- Since:
- Jakarta Persistence (JPA) 1.0
Additional JDK methods inherited from java.lang.annotation.Annotation
annotationType(), equals(Object), hashCode(), toString()