Uses of Class
com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
-
Packages that use PersistenceElementCollection Package Description com.sun.jdo.api.persistence.model.jdo.impl -
-
Uses of PersistenceElementCollection in com.sun.jdo.api.persistence.model.jdo.impl
Methods in com.sun.jdo.api.persistence.model.jdo.impl that return PersistenceElementCollection Modifier and Type Method Description PersistenceElementCollectionFieldGroupElementImpl. getCollection()Returns the field collection of this field group element.PersistenceElementCollectionPersistenceClassElementImpl. getFieldCollection()Returns the field collection of this class element.PersistenceElementCollectionPersistenceClassElementImpl. getGroupCollection()Returns the concurrency group collection of this class element.Methods in com.sun.jdo.api.persistence.model.jdo.impl with parameters of type PersistenceElementCollection Modifier and Type Method Description voidFieldGroupElementImpl. setCollection(PersistenceElementCollection collection)Set the field collection of this field group element to the supplied collection.voidPersistenceClassElementImpl. setFieldCollection(PersistenceElementCollection collection)Set the field collection of this class element to the supplied collection.voidPersistenceClassElementImpl. setGroupCollection(PersistenceElementCollection collection)Set the concurrency group collection of this class element to the supplied collection.
-