| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface RemoteRelationalReference
Interface for metadata required to persist associations, FOR REMOTE OBJECTS Associations among classes require certain metadata for persistence:
| Method Summary | |
|---|---|
|  String | get__classIdentifier()Deprecated See BEA Commerce product offering | 
|  Belonging | get__containingBelonging()Deprecated See BEA Commerce product offering | 
|  javax.ejb.EJBObject | get__containingEntity()Deprecated See BEA Commerce product offering | 
|  Object | get__mapKey()Deprecated See BEA Commerce product offering | 
|  Long | get__sequenceNumber()Deprecated See BEA Commerce product offering | 
|  void | set__containingBelonging(Belonging belonging)Deprecated See BEA Commerce product offering | 
|  void | set__containingEntity(javax.ejb.EJBObject containingEntity)Deprecated See BEA Commerce product offering | 
|  void | set__mapKey(Object mapKey)Deprecated See BEA Commerce product offering | 
| Method Detail | 
|---|
void set__mapKey(Object mapKey)
                 throws RemoteException
mapKey - the key if this object is used in a map
RemoteException
Object get__mapKey()
                   throws RemoteException
ClassCastException - source object is not an instance of the remote interface of the containing class.
RemoteException
void set__containingEntity(javax.ejb.EJBObject containingEntity)
                           throws RemoteException
ejbObject - remote interface of the containing bean
RemoteException
javax.ejb.EJBObject get__containingEntity()
                                          throws RemoteException
ClassCastException - source object is not an instance of the remote interface of the containing class.
RemoteException
void set__containingBelonging(Belonging belonging)
                              throws RemoteException
ejbObject - remote interface of the containing bean
RemoteException
Belonging get__containingBelonging()
                                   throws RemoteException
ClassCastException - source object is not an instance of the remote interface of the containing class.
RemoteException
String get__classIdentifier()
                            throws RemoteException
RemoteException
Long get__sequenceNumber()
                         throws RemoteException
RemoteException| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||