org.apache.openjpa.persistence
Annotation Type ManagedInterface


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ManagedInterface

The annotated interface should be treated as a managed interface by OpenJPA. New instances of this type can be created by invoking OpenJPAEntityManager.createInstance(Class). Interfaces with this annotation should also be annotated with one of the JPA entity annotations (@Entity, @MappedSuperclass, or @Embeddable).

Since:
1.1.0



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.