| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.model.jdo | |
| com.sun.jdo.api.persistence.model.jdo.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrencyGroupElement |
class |
FieldGroupElement |
class |
PersistenceClassElement |
class |
PersistenceFieldElement |
class |
PersistenceMemberElement |
class |
RelationshipElement |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceElement.Impl.attachToElement(PersistenceElement element)
Called to attach the implementation to a specific
element.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceElement |
PersistenceElementCollection.getElement(String name)
Returns the element with the supplied name from the collection of
elements maintained by this collection.
|
PersistenceElement[] |
PersistenceElementCollection.getElements()
Returns the collection of elements maintained by this holder in the form
of an array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceElementImpl.attachToElement(PersistenceElement element)
Called to attach the implementation to a specific
element.
|
void |
PersistenceElementCollection.changeElements(PersistenceElement[] elements,
int action)
Change the set of elements.
|
void |
PersistenceElementCollection.setElements(PersistenceElement[] elements)
Set the collection of elements maintained by this holder to the
supplied array.
|
Copyright © 2015. All rights reserved.