|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationshipElement | |
|---|---|
| com.sun.jdo.api.persistence.model | |
| com.sun.jdo.api.persistence.model.jdo | |
| com.sun.jdo.api.persistence.model.jdo.impl | |
| com.sun.jdo.api.persistence.model.util | |
| Uses of RelationshipElement in com.sun.jdo.api.persistence.model |
|---|
| Methods in com.sun.jdo.api.persistence.model with parameters of type RelationshipElement | |
|---|---|
String |
Model.getRelatedClass(RelationshipElement element)
Gets the name of the related class for a relationship element. |
| Uses of RelationshipElement in com.sun.jdo.api.persistence.model.jdo |
|---|
| Methods in com.sun.jdo.api.persistence.model.jdo that return RelationshipElement | |
|---|---|
RelationshipElement |
RelationshipElement.getInverseRelationship(Model model)
Get the inverse relationship element for this relationship element. |
RelationshipElement |
PersistenceClassElement.getRelationship(String name)
Returns the relationship with the supplied name from the collection of relationships maintained by this holder. |
RelationshipElement[] |
PersistenceClassElement.getRelationships()
Returns the subset of the collection of fields which are relationahips. |
| Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type RelationshipElement | |
|---|---|
void |
RelationshipElement.changeInverseRelationship(RelationshipElement inverseRelationship)
Changes the inverse relationship element for this relationship element. |
void |
RelationshipElement.Impl.changeInverseRelationship(RelationshipElement inverseRelationship)
Changes the inverse relationship element for this relationship element. |
void |
RelationshipElement.setInverseRelationship(RelationshipElement inverseRelationship,
Model model)
Set the inverse relationship element for this relationship element. |
| Uses of RelationshipElement in com.sun.jdo.api.persistence.model.jdo.impl |
|---|
| Methods in com.sun.jdo.api.persistence.model.jdo.impl with parameters of type RelationshipElement | |
|---|---|
void |
RelationshipElementImpl.changeInverseRelationship(RelationshipElement inverseRelationship)
Changes the inverse relationship element for this relationship element. |
| Uses of RelationshipElement in com.sun.jdo.api.persistence.model.util |
|---|
| Methods in com.sun.jdo.api.persistence.model.util with parameters of type RelationshipElement | |
|---|---|
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createCollectionClassComponent(RelationshipElement field)
Create a validation component which can check whether the collection class is valid given the relationship field type. |
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createElementClassComponent(RelationshipElement field)
Create a validation component which can check whether the relationship is mapped to columns even though the element class is null. |
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createInverseFieldComponent(RelationshipElement field)
Create a validation component which can check whether the inverse of the inverse of the relationship is the relationship itself. |
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createInverseMappingComponent(RelationshipElement field)
Create a validation component which can check whether the mapping of the relationship and the mapping of its inverse are inverses of each other. |
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createRelatedClassMatchesComponent(RelationshipElement field)
Create a validation component which can check whether the inverse of the relationship belongs to the related class (type or element class depending on cardinality). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||