JADE Java Persistence API
1.0

com.jadeworld.jade.persistence
Annotation Type GlobalEntity


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

Specifies that the class is a subclass of the Jade Global class. Each JADE schema needs one such class, so each Java packge needs one class with this annotation.

Author:
JADE Development Centre, Jade Software Corporation Ltd.

Optional Element Summary
 java.lang.String name
          JADE class name.
 java.lang.String superclass
          The name of the JADE superclass, which is either Global or a subclass of Global.
 

name

public abstract java.lang.String name
JADE class name. Defaults to the unqualified name of the Java class.

Default:
""

superclass

public abstract java.lang.String superclass
The name of the JADE superclass, which is either Global or a subclass of Global. Defaults to Global, which is the case where the JADE superschema is RootSchema.

Default:
"Global"

JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation