|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface RelationalReference
Interface for metadata required to persist associations. Associations among classes require certain metadata for persistence:
| Method Summary | |
|---|---|
String |
get__classIdentifier()
Deprecated Get relation identifier for this object (used to persist subclasses in a single collection or map) |
Belonging |
get__containingBelonging()
Deprecated Get foreign key information about the bean that contains this object |
javax.ejb.EJBObject |
get__containingEntity()
Deprecated Get foreign key information about the bean that contains this object |
Object |
get__mapKey()
Deprecated get map key |
Long |
get__sequenceNumber()
Deprecated Get the sequencer number |
void |
set__containingBelonging(Belonging belonging)
Deprecated Provides foreign key information about the bean that contains this object |
void |
set__containingEntity(javax.ejb.EJBObject containingEntity)
Deprecated Provides foreign key information about the bean that contains this object |
void |
set__mapKey(Object mapKey)
Deprecated Provides map key information |
| Method Detail |
|---|
void set__mapKey(Object mapKey)
mapKey - the key if this object is used in a mapObject get__mapKey()
ClassCastException - source object is not an instance of the remote interface of the containing class.void set__containingEntity(javax.ejb.EJBObject containingEntity)
ejbObject - remote interface of the containing beanjavax.ejb.EJBObject get__containingEntity()
ClassCastException - source object is not an instance of the remote interface of the containing class.void set__containingBelonging(Belonging belonging)
ejbObject - remote interface of the containing beanBelonging get__containingBelonging()
ClassCastException - source object is not an instance of the remote interface of the containing class.String get__classIdentifier()
Long get__sequenceNumber()
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||