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

Packages that use PersistenceElement
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
 class ConcurrencyGroupElement
           
 class FieldGroupElement
           
 class PersistenceClassElement
           
 class PersistenceFieldElement
           
 class PersistenceMemberElement
           
 class RelationshipElement
           
 

Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceElement
 void PersistenceElement.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
 PersistenceElement PersistenceElementCollection.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
 void PersistenceElementImpl.attachToElement(PersistenceElement element)
          Called to attach the implementation to a specific element.
 void PersistenceElementCollection.changeElements(PersistenceElement[] elements, int action)
          Change the set of elements.
 void PersistenceElementCollection.setElements(PersistenceElement[] elements)
          Set the collection of elements maintained by this holder to the supplied array.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.