Uses of Interface
com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Packages that use MappingFieldElement
Package
Description
-
Uses of MappingFieldElement in com.sun.jdo.api.persistence.model.mapping
Subinterfaces of MappingFieldElement in com.sun.jdo.api.persistence.model.mappingModifier and TypeInterfaceDescriptioninterfaceThis is a specialized field element which represents a relationship between two classes.Methods in com.sun.jdo.api.persistence.model.mapping that return MappingFieldElementModifier and TypeMethodDescriptionScans 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 MappingFieldElementModifier and TypeMethodDescriptionvoidMappingClassElement.addField(MappingFieldElement field) Adds a field to the list of fields in this mapping class.voidMappingClassElement.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 MappingFieldElementModifier and TypeClassDescriptionclassclassMethods in com.sun.jdo.api.persistence.model.mapping.impl that return MappingFieldElementModifier and TypeMethodDescriptionScans 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 MappingFieldElementModifier and TypeMethodDescriptionvoidMappingClassElementImpl.addField(MappingFieldElement field) Adds a field to the list of fields in this mapping class.voidMappingClassElementImpl.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 MappingFieldElementModifier and TypeMethodDescriptionprotected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponentModelValidator.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.ValidationComponentModelValidator.createColumnOverlapComponent(MappingFieldElement field) Create a validation component which can check whether the field is one of a set mapped to overlapping columnsprotected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponentModelValidator.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.ValidationComponentModelValidator.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.