|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface SupercedesSuperclass
Marker to indicate that this persistent entity class should replace its superclass. E.g. if placed on "class MyUser extends ariba.appcore.User", then this class will be created in place of User in calls to ObjectContext.create(User.class), and the module tab for the original User will be hidden in favor of this one.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |