Uses of Interface
com.sun.jdo.api.persistence.model.jdo.PersistenceMemberElement.Impl
-
Packages that use PersistenceMemberElement.Impl Package Description 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 Modifier and Type Interface Description static interfaceConcurrencyGroupElement.ImplPluggable implementation of concurrency group elements.static interfaceFieldGroupElement.ImplPluggable implementation of the storage of field element properties.static interfacePersistenceFieldElement.ImplPluggable implementation of the storage of field element properties.static interfaceRelationshipElement.ImplPluggable implementation of the storage of relationship element properties.Constructors in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceMemberElement.Impl Constructor Description 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 Modifier and Type Class Description classConcurrencyGroupElementImplclassFieldGroupElementImplclassPersistenceFieldElementImplclassPersistenceMemberElementImplclassRelationshipElementImpl
-