javax.persistence.metamodel
Annotation Type StaticMetamodel
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @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:
- JPA 2.0 version.
- Author:
- Florent Benoit
- See Also:
- JPA 2.0 specification
|
Required Element Summary |
Class<?> |
value
Class being modeled by the annotated class. |
value
public abstract Class<?> value
- Class being modeled by the annotated class.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.