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-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01