Uses of Class
com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Packages that use PersistenceElement
Package
Description
-
Uses of PersistenceElement in com.sun.jdo.api.persistence.model.jdo
Subclasses of PersistenceElement in com.sun.jdo.api.persistence.model.jdoModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceElementModifier and TypeMethodDescriptionvoidPersistenceElement.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 PersistenceElementModifier and TypeMethodDescriptionPersistenceElementCollection.getElement(String name) Returns the element with the supplied name from the collection of elements maintained by this collection.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 PersistenceElementModifier and TypeMethodDescriptionvoidPersistenceElementImpl.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.