Uses of Class
com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
-
Packages that use PersistenceElementImpl Package Description 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 Modifier and Type Class Description classConcurrencyGroupElementImplclassFieldGroupElementImplclassPersistenceClassElementImplclassPersistenceFieldElementImplclassPersistenceMemberElementImplclassRelationshipElementImplMethods in com.sun.jdo.api.persistence.model.jdo.impl that return PersistenceElementImpl Modifier and Type Method Description PersistenceElementImplPersistenceElementCollection. getOwner()Returns the owner of this collection.Methods in com.sun.jdo.api.persistence.model.jdo.impl with parameters of type PersistenceElementImpl Modifier and Type Method Description voidPersistenceElementCollection. 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 Constructor Description PersistenceElementCollection(PersistenceElementImpl owner, String propertyName, Object[] template)Creates new PersistenceElementCollection
-