Uses of Class
com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl

Packages that use PersistenceElementImpl
com.sun.jdo.api.persistence.model.jdo.impl   
 

Uses of PersistenceElementImpl in com.sun.jdo.api.persistence.model.jdo.impl
 

Subclasses of PersistenceElementImpl in com.sun.jdo.api.persistence.model.jdo.impl
 class ConcurrencyGroupElementImpl
           
 class FieldGroupElementImpl
           
 class PersistenceClassElementImpl
           
 class PersistenceFieldElementImpl
           
 class PersistenceMemberElementImpl
           
 class RelationshipElementImpl
           
 

Methods in com.sun.jdo.api.persistence.model.jdo.impl that return PersistenceElementImpl
 PersistenceElementImpl PersistenceElementCollection.getOwner()
          Returns the owner of this collection.
 

Methods in com.sun.jdo.api.persistence.model.jdo.impl with parameters of type PersistenceElementImpl
 void PersistenceElementCollection.setOwner(PersistenceElementImpl owner)
          Set the owner of this collection to the supplied implementation.
 

Constructors in com.sun.jdo.api.persistence.model.jdo.impl with parameters of type PersistenceElementImpl
PersistenceElementCollection(PersistenceElementImpl owner, String propertyName, Object[] template)
          Creates new PersistenceElementCollection
 



Copyright © 2012 GlassFish Community. All Rights Reserved.