Uses of Interface
com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
-
Packages that use PersistenceElement.Impl Package Description 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 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 interfacePersistenceClassElement.ImplPluggable implementation of the storage of class element properties.static interfacePersistenceFieldElement.ImplPluggable implementation of the storage of field element properties.static interfacePersistenceMemberElement.ImplPluggable implementation of member elements.static interfaceRelationshipElement.ImplPluggable implementation of the storage of relationship element properties.Methods in com.sun.jdo.api.persistence.model.jdo that return PersistenceElement.Impl Modifier and Type Method Description PersistenceElement.ImplPersistenceElement. getImpl()Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type PersistenceElement.Impl Modifier and Type Method Description voidPersistenceElement. 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 Constructor Description 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 Modifier and Type Class Description classConcurrencyGroupElementImplclassFieldGroupElementImplclassPersistenceClassElementImplclassPersistenceElementImplclassPersistenceFieldElementImplclassPersistenceMemberElementImplclassRelationshipElementImpl
-