Uses of Interface
com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl

Packages that use PersistenceElement.Impl
com.sun.jdo.api.persistence.model.jdo   
com.sun.jdo.api.persistence.model.jdo.impl   
 

Uses of PersistenceElement.Impl in com.sun.jdo.api.persistence.model.jdo
 

Subinterfaces of PersistenceElement.Impl in com.sun.jdo.api.persistence.model.jdo
static interface ConcurrencyGroupElement.Impl
          Pluggable implementation of concurrency group elements.
static interface FieldGroupElement.Impl
          Pluggable implementation of the storage of field element properties.
static interface PersistenceClassElement.Impl
          Pluggable implementation of the storage of class element properties.
static interface PersistenceFieldElement.Impl
          Pluggable implementation of the storage of field element properties.
static interface PersistenceMemberElement.Impl
          Pluggable implementation of member elements.
static interface RelationshipElement.Impl
          Pluggable implementation of the storage of relationship element properties.
 

Methods in com.sun.jdo.api.persistence.model.jdo that return PersistenceElement.Impl
 PersistenceElement.Impl PersistenceElement.getImpl()
           
 

Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceElement.Impl
 void PersistenceElement.setImpl(PersistenceElement.Impl impl)
          Set the implementation factory of this persistence element.
 

Constructors in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceElement.Impl
PersistenceElement(PersistenceElement.Impl impl)
          Create new PersistenceElement with the provided implementation.
 

Uses of PersistenceElement.Impl in com.sun.jdo.api.persistence.model.jdo.impl
 

Classes in com.sun.jdo.api.persistence.model.jdo.impl that implement PersistenceElement.Impl
 class ConcurrencyGroupElementImpl
           
 class FieldGroupElementImpl
           
 class PersistenceClassElementImpl
           
 class PersistenceElementImpl
           
 class PersistenceFieldElementImpl
           
 class PersistenceMemberElementImpl
           
 class RelationshipElementImpl
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.