|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MappingFieldElement | |
|---|---|
| com.sun.jdo.api.persistence.model.mapping | |
| com.sun.jdo.api.persistence.model.mapping.impl | |
| com.sun.jdo.api.persistence.model.util | |
| Uses of MappingFieldElement in com.sun.jdo.api.persistence.model.mapping |
|---|
| Subinterfaces of MappingFieldElement in com.sun.jdo.api.persistence.model.mapping | |
|---|---|
interface |
MappingRelationshipElement
This is a specialized field element which represents a relationship between two classes. |
| Methods in com.sun.jdo.api.persistence.model.mapping that return MappingFieldElement | |
|---|---|
MappingFieldElement |
MappingClassElement.getField(String name)
Scans through this mapping class looking for a field whose name matches the name passed in. |
| Methods in com.sun.jdo.api.persistence.model.mapping with parameters of type MappingFieldElement | |
|---|---|
void |
MappingClassElement.addField(MappingFieldElement field)
Adds a field to the list of fields in this mapping class. |
void |
MappingClassElement.removeField(MappingFieldElement field)
Removes a field from the list of fields in this mapping class. |
| Uses of MappingFieldElement in com.sun.jdo.api.persistence.model.mapping.impl |
|---|
| Classes in com.sun.jdo.api.persistence.model.mapping.impl that implement MappingFieldElement | |
|---|---|
class |
MappingFieldElementImpl
|
class |
MappingRelationshipElementImpl
|
| Methods in com.sun.jdo.api.persistence.model.mapping.impl that return MappingFieldElement | |
|---|---|
MappingFieldElement |
MappingClassElementImpl.getField(String name)
Scans through this mapping class looking for a field whose name matches the name passed in. |
| Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type MappingFieldElement | |
|---|---|
void |
MappingClassElementImpl.addField(MappingFieldElement field)
Adds a field to the list of fields in this mapping class. |
void |
MappingClassElementImpl.removeField(MappingFieldElement field)
Removes a field from the list of fields in this mapping class. |
| Uses of MappingFieldElement in com.sun.jdo.api.persistence.model.util |
|---|
| Methods in com.sun.jdo.api.persistence.model.util with parameters of type MappingFieldElement | |
|---|---|
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createColumnExistenceComponent(String columnName,
MappingFieldElement relatedField)
Create a validation component which can check whether the given column or column pair exists. |
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createColumnOverlapComponent(MappingFieldElement field)
Create a validation component which can check whether the field is one of a set mapped to overlapping columns |
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createFieldConsistencyComponent(MappingFieldElement field)
Create a validation component which can check whether the field is consistent (if in mapping model but not jdo, it is a problem). |
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createFieldDefaultFetchGroupComponent(MappingFieldElement field)
Create a validation component which can check whether the field is part of a managed (multiple fields to same column) group and in an illegal fetch group. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||