Uses of Class
com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
-
-
Uses of PersistenceClassElement in com.sun.jdo.api.persistence.model
Methods in com.sun.jdo.api.persistence.model that return PersistenceClassElement Modifier and Type Method Description protected PersistenceClassElementModel. getPersistenceClass(MappingClassElement mappingClass)Returns a PersistenceClassElement created from the mapping class.PersistenceClassElementModel. getPersistenceClass(String className)Returns a PersistenceClassElement created from the specified class name.PersistenceClassElementModel. 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 Modifier and Type Method Description booleanModel. 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 Modifier and Type Method Description static PersistenceClassElementPersistenceClassElement. 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.PersistenceClassElementPersistenceMemberElement. getDeclaringClass()Get the declaring class.Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceClassElement Modifier and Type Method Description voidPersistenceMemberElement. 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 Constructor Description 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 Modifier and Type Method Description PersistenceClassElementMappingClassElementImpl. getPersistenceElement()Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type PersistenceClassElement Modifier and Type Method Description voidMappingClassElementImpl. 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 Constructor Description 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 Modifier and Type Method Description protected 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)
-