JPA 2.0 API 1.0.1.Final-redhat-2

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:
Java Persistence 2.0

Required Element Summary
 Class<?> value
          Class being modeled by the annotated class.
 

Element Detail

value

public abstract Class<?> value
Class being modeled by the annotated class.


JPA 2.0 API 1.0.1.Final-redhat-2

Copyright © 2007-2012 Hibernate.org. All Rights Reserved.