Uses of Class
com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Packages that use PersistenceClassElement
Package
Description
-
Uses of PersistenceClassElement in com.sun.jdo.api.persistence.model
Methods in com.sun.jdo.api.persistence.model that return PersistenceClassElementModifier and TypeMethodDescriptionprotected PersistenceClassElementModel.getPersistenceClass(MappingClassElement mappingClass) Returns a PersistenceClassElement created from the mapping class.Model.getPersistenceClass(String className) Returns a PersistenceClassElement created from the specified class name.Model.getPersistenceClass(String className, ClassLoader classLoader) Returns a PersistenceClassElement created from the specified class name.Methods in com.sun.jdo.api.persistence.model with parameters of type PersistenceClassElementModifier and TypeMethodDescriptionbooleanModel.addFieldElement(PersistenceClassElement element, String fieldName) Adds a PersistenceFieldElement for the specified field to the supplied PersistenceClassElement, creating a RelationshipElement if necessary. -
Uses of PersistenceClassElement in com.sun.jdo.api.persistence.model.jdo
Methods in com.sun.jdo.api.persistence.model.jdo that return PersistenceClassElementModifier and TypeMethodDescriptionstatic PersistenceClassElementReturns the persistence class element associated with the class with the given string name, using the given model object to look it up.PersistenceMemberElement.getDeclaringClass()Get the declaring class.Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceClassElementModifier and TypeMethodDescriptionvoidPersistenceMemberElement.setDeclaringClass(PersistenceClassElement declaringClass) Set the declaring class of this member element.Constructors in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceClassElementModifierConstructorDescriptionConcurrencyGroupElement(ConcurrencyGroupElement.Impl impl, PersistenceClassElement declaringClass) Create new ConcurrencyGroupElement with the provided implementation.FieldGroupElement(FieldGroupElement.Impl impl, PersistenceClassElement declaringClass) Create new FieldGroupElement with the provided implementation.PersistenceFieldElement(PersistenceFieldElement.Impl impl, PersistenceClassElement declaringClass) Create new PersistenceFieldElement with the provided implementation.protectedPersistenceMemberElement(PersistenceMemberElement.Impl impl, PersistenceClassElement declaringClass) Create new PersistenceMemberElement with the provided implementation.RelationshipElement(RelationshipElement.Impl impl, PersistenceClassElement declaringClass) Create new RelationshipElement with the provided implementation. -
Uses of PersistenceClassElement in com.sun.jdo.api.persistence.model.mapping.impl
Methods in com.sun.jdo.api.persistence.model.mapping.impl that return PersistenceClassElementModifier and TypeMethodDescriptionfinal PersistenceClassElementMappingClassElementImpl.getPersistenceElement()Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type PersistenceClassElementModifier and TypeMethodDescriptionvoidMappingClassElementImpl.setPersistenceElement(PersistenceClassElement element) Set the persistence class element for this mapping class element.Constructors in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type PersistenceClassElementModifierConstructorDescriptionCreates new MappingClassElementImpl with a corresponding PersistenceClassElement -
Uses of PersistenceClassElement in com.sun.jdo.api.persistence.model.util
Methods in com.sun.jdo.api.persistence.model.util with parameters of type PersistenceClassElementModifier and TypeMethodDescriptionprotected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponentModelValidator.createClassMappingComponent(PersistenceClassElement persistenceClass) Create a validation component which can check whether the class is unmapped.protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponentModelValidator.createKeyColumnMappingComponent(PersistenceClassElement persistenceClass) Create a validation component which can check whether the class contains field mappings for all primary key columns.static voidDumpMapping.printPersistenceClassElement(PersistenceClassElement pce)