Uses of Interface
com.sun.jdo.api.persistence.model.mapping.MappingClassElement
-
-
Uses of MappingClassElement in com.sun.jdo.api.persistence.model
Methods in com.sun.jdo.api.persistence.model that return MappingClassElement Modifier and Type Method Description MappingClassElementModel. getMappingClass(String className)Returns the MappingClassElement created for the specified class name.MappingClassElementModel. getMappingClass(String className, ClassLoader classLoader)Returns the MappingClassElement created for the specified class name.MappingClassElementRuntimeModel. 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 MappingClassElement Modifier and Type Method Description protected 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 MappingClassElement Modifier and Type Method Description MappingClassElementMappingMemberElement. 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 MappingClassElement Modifier and Type Class Description classMappingClassElementImplMethods in com.sun.jdo.api.persistence.model.mapping.impl that return MappingClassElement Modifier and Type Method Description static MappingClassElementMappingClassElementImpl. forName(String name, Model model)Returns the mapping class element associated with the class with the given string name, using the given model object to look it up.MappingClassElementMappingMemberElementImpl. getDeclaringClass()Get the declaring class.Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type MappingClassElement Modifier and Type Method Description voidMappingMemberElementImpl. 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 MappingClassElement Constructor Description MappingFieldElementImpl(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 MappingClassElement Modifier and Type Method Description protected 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)
-