| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.model.jdo.impl |
| Modifier and Type | Method and Description |
|---|---|
PersistenceElementCollection |
FieldGroupElementImpl.getCollection()
Returns the field collection of this field group element.
|
PersistenceElementCollection |
PersistenceClassElementImpl.getFieldCollection()
Returns the field collection of this class element.
|
PersistenceElementCollection |
PersistenceClassElementImpl.getGroupCollection()
Returns the concurrency group collection of this class element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldGroupElementImpl.setCollection(PersistenceElementCollection collection)
Set the field collection of this field group element to the supplied
collection.
|
void |
PersistenceClassElementImpl.setFieldCollection(PersistenceElementCollection collection)
Set the field collection of this class element to the supplied
collection.
|
void |
PersistenceClassElementImpl.setGroupCollection(PersistenceElementCollection collection)
Set the concurrency group collection of this class element to the
supplied collection.
|
Copyright © 2013. All Rights Reserved.