|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationshipUpdater | |
---|---|
com.enspire.gemini | |
com.enspire.gemini.bidirectional | |
com.enspire.gemini.updaters |
Uses of RelationshipUpdater in com.enspire.gemini |
---|
Methods in com.enspire.gemini that return RelationshipUpdater | |
---|---|
RelationshipUpdater |
BidirectionalProperty.getRelationshipUpdater()
Gets the updater of the another end of the represented relationship. |
Methods in com.enspire.gemini with parameters of type RelationshipUpdater | |
---|---|
void |
BidirectionalProperty.setRelationshipUpdater(RelationshipUpdater relationshipUpdater)
Sets the updater of the another end of the represented relationship. |
Uses of RelationshipUpdater in com.enspire.gemini.bidirectional |
---|
Methods in com.enspire.gemini.bidirectional that return RelationshipUpdater | |
---|---|
RelationshipUpdater |
BidirectionalSet.getRelationshipUpdater()
|
RelationshipUpdater |
BidirectionalList.getRelationshipUpdater()
|
RelationshipUpdater |
BidirectionalCollection.getRelationshipUpdater()
|
Methods in com.enspire.gemini.bidirectional with parameters of type RelationshipUpdater | |
---|---|
void |
BidirectionalSet.setRelationshipUpdater(RelationshipUpdater relationshipUpdater)
|
void |
BidirectionalList.setRelationshipUpdater(RelationshipUpdater relationshipUpdater)
|
void |
BidirectionalCollection.setRelationshipUpdater(RelationshipUpdater relationshipUpdater)
|
Uses of RelationshipUpdater in com.enspire.gemini.updaters |
---|
Classes in com.enspire.gemini.updaters that implement RelationshipUpdater | |
---|---|
class |
CollectionPropertyRelationshipUpdater
Updates one end of a relationship, that have the upper multiplicity greater than 1, and is represented as a Collection or its subclasses. |
class |
SimplePropertyRelationshipUpdater
Updates one end of a relationship, that have the upper multiplicity 1, and is represented as a simple Java property, not including primitive Java types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |