Uses of Interface
com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
-
Packages that use MappingFieldElement Package Description 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 Modifier and Type Interface Description interfaceMappingRelationshipElementThis is a specialized field element which represents a relationship between two classes.Methods in com.sun.jdo.api.persistence.model.mapping that return MappingFieldElement Modifier and Type Method Description MappingFieldElementMappingClassElement. 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 Modifier and Type Method Description voidMappingClassElement. 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 MappingFieldElement Modifier and Type Class Description classMappingFieldElementImplclassMappingRelationshipElementImplMethods in com.sun.jdo.api.persistence.model.mapping.impl that return MappingFieldElement Modifier and Type Method Description MappingFieldElementMappingClassElementImpl. 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 Modifier and Type Method Description voidMappingClassElementImpl. 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 MappingFieldElement Modifier and Type Method Description protected 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.
-