Uses of Interface
com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Packages that use MappingClassElement
Package
Description
-
Uses of MappingClassElement in com.sun.jdo.api.persistence.model
Methods in com.sun.jdo.api.persistence.model that return MappingClassElementModifier and TypeMethodDescriptionModel.getMappingClass(String className) Returns the MappingClassElement created for the specified class name.Model.getMappingClass(String className, ClassLoader classLoader) Returns the MappingClassElement created for the specified class name.RuntimeModel.getMappingClass(String className, ClassLoader classLoader) Returns the MappingClassElement created for the specified class name.Methods in com.sun.jdo.api.persistence.model with parameters of type MappingClassElementModifier and TypeMethodDescriptionprotected PersistenceClassElementModel.getPersistenceClass(MappingClassElement mappingClass) Returns a PersistenceClassElement created from the mapping class.voidModel.storeMappingClass(MappingClassElement mappingClass) Stores the supplied MappingClassElement to an xml file, creating the file if necessary.voidModel.storeMappingClass(MappingClassElement mappingClass, OutputStream stream) Stores the supplied MappingClassElement to an xml file in the specified output stream.voidModel.updateKeyForClass(MappingClassElement mappingClass, String oldName) Updates the key in the cache for the supplied MappingClassElement. -
Uses of MappingClassElement in com.sun.jdo.api.persistence.model.mapping
Methods in com.sun.jdo.api.persistence.model.mapping that return MappingClassElementModifier and TypeMethodDescriptionMappingMemberElement.getDeclaringClass()Get the declaring class. -
Uses of MappingClassElement in com.sun.jdo.api.persistence.model.mapping.impl
Classes in com.sun.jdo.api.persistence.model.mapping.impl that implement MappingClassElementMethods in com.sun.jdo.api.persistence.model.mapping.impl that return MappingClassElementModifier and TypeMethodDescriptionstatic MappingClassElementReturns the mapping class element associated with the class with the given string name, using the given model object to look it up.MappingMemberElementImpl.getDeclaringClass()Get the declaring class.Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type MappingClassElementModifier and TypeMethodDescriptionvoidMappingMemberElementImpl.setDeclaringClass(MappingClassElement declaringClass) Set the declaring class of this mapping member.Constructors in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type MappingClassElementModifierConstructorDescriptionMappingFieldElementImpl(String name, MappingClassElement declaringClass) Create new MappingFieldElementImpl with the corresponding name and declaring class.MappingMemberElementImpl(String name, MappingClassElement declaringClass) Create new MappingMemberElementImpl with the corresponding name and declaring class.MappingRelationshipElementImpl(String name, MappingClassElement declaringClass) Create new MappingRelationshipElementImpl with the corresponding name and declaring class.MappingTableElementImpl(String name, MappingClassElement declaringClass) Create new MappingTableElementImpl with the corresponding name and declaring class.MappingTableElementImpl(org.netbeans.modules.dbschema.TableElement table, MappingClassElement declaringClass) Creates new MappingTableElementImpl with a corresponding table and declaring class. -
Uses of MappingClassElement in com.sun.jdo.api.persistence.model.util
Methods in com.sun.jdo.api.persistence.model.util with parameters of type MappingClassElementModifier and TypeMethodDescriptionprotected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponentModelValidator.createVersionConsistencyComponent(MappingClassElement mappingClass) Create a validation component which checks whether the rules for version consistency are followed.static voidDumpMapping.printMappingClassElement(MappingClassElement mce)