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

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

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

Subinterfaces of PersistenceMemberElement.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 PersistenceFieldElement.Impl
          Pluggable implementation of the storage of field element properties.
static interface RelationshipElement.Impl
          Pluggable implementation of the storage of relationship element properties.
 

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

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

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



Copyright © 2012 GlassFish Community. All Rights Reserved.