Uses of Class
com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement

Packages that use PersistenceClassElement
com.sun.jdo.api.persistence.model   
com.sun.jdo.api.persistence.model.jdo   
com.sun.jdo.api.persistence.model.mapping.impl   
com.sun.jdo.api.persistence.model.util   
 

Uses of PersistenceClassElement in com.sun.jdo.api.persistence.model
 

Methods in com.sun.jdo.api.persistence.model that return PersistenceClassElement
protected  PersistenceClassElement Model.getPersistenceClass(MappingClassElement mappingClass)
          Returns a PersistenceClassElement created from the mapping class.
 PersistenceClassElement Model.getPersistenceClass(String className)
          Returns a PersistenceClassElement created from the specified class name.
 PersistenceClassElement 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 PersistenceClassElement
 boolean Model.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 PersistenceClassElement
static PersistenceClassElement PersistenceClassElement.forName(String name, Model model)
          Returns the persistence class element associated with the class with the given string name, using the given model object to look it up.
 PersistenceClassElement PersistenceMemberElement.getDeclaringClass()
          Get the declaring class.
 

Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceClassElement
 void PersistenceMemberElement.setDeclaringClass(PersistenceClassElement declaringClass)
          Set the declaring class of this member element.
 

Constructors in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceClassElement
ConcurrencyGroupElement(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.
PersistenceMemberElement(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 PersistenceClassElement
 PersistenceClassElement MappingClassElementImpl.getPersistenceElement()
           
 

Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type PersistenceClassElement
 void MappingClassElementImpl.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 PersistenceClassElement
MappingClassElementImpl(PersistenceClassElement element)
          Creates 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 PersistenceClassElement
protected  com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent ModelValidator.createClassMappingComponent(PersistenceClassElement persistenceClass)
          Create a validation component which can check whether the class is unmapped.
protected  com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent ModelValidator.createKeyColumnMappingComponent(PersistenceClassElement persistenceClass)
          Create a validation component which can check whether the class contains field mappings for all primary key columns.
static void DumpMapping.printPersistenceClassElement(PersistenceClassElement pce)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.