Annotation Interface StaticMetamodel
Specifies that the annotated class is a metamodel class that represents the entity or mapped superclass designated by the value element.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueClass being modeled by the annotated class.
-