Uses of Class
com.sun.jdo.api.persistence.model.jdo.PersistenceElement
-
Packages that use PersistenceElement Package Description com.sun.jdo.api.persistence.model.jdo com.sun.jdo.api.persistence.model.jdo.impl -
-
Uses of PersistenceElement in com.sun.jdo.api.persistence.model.jdo
Subclasses of PersistenceElement in com.sun.jdo.api.persistence.model.jdo Modifier and Type Class Description classConcurrencyGroupElementclassFieldGroupElementclassPersistenceClassElementclassPersistenceFieldElementclassPersistenceMemberElementclassRelationshipElementMethods in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceElement Modifier and Type Method Description voidPersistenceElement.Impl. attachToElement(PersistenceElement element)Called to attach the implementation to a specific element. -
Uses of PersistenceElement in com.sun.jdo.api.persistence.model.jdo.impl
Methods in com.sun.jdo.api.persistence.model.jdo.impl that return PersistenceElement Modifier and Type Method Description PersistenceElementPersistenceElementCollection. getElement(String name)Returns the element with the supplied name from the collection of elements maintained by this collection.PersistenceElement[]PersistenceElementCollection. getElements()Returns the collection of elements maintained by this holder in the form of an array.Methods in com.sun.jdo.api.persistence.model.jdo.impl with parameters of type PersistenceElement Modifier and Type Method Description voidPersistenceElementImpl. attachToElement(PersistenceElement element)Called to attach the implementation to a specific element.voidPersistenceElementCollection. changeElements(PersistenceElement[] elements, int action)Change the set of elements.voidPersistenceElementCollection. setElements(PersistenceElement[] elements)Set the collection of elements maintained by this holder to the supplied array.
-