ObjectDB ObjectDB

javax.persistence.metamodel.StaticMetamodel - JPA annotation

javax.persistence.metamodel
Annotation StaticMetamodel

Target:
Classes
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
Class<?> value
Class being modeled by the annotated class.
Class being modeled by the annotated class.
Since:
JPA 2.0