| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.model.jdo | |
| com.sun.jdo.api.persistence.model.jdo.impl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConcurrencyGroupElement.Impl
Pluggable implementation of concurrency group elements.
|
static interface |
FieldGroupElement.Impl
Pluggable implementation of the storage of field element properties.
|
static interface |
PersistenceClassElement.Impl
Pluggable implementation of the storage of class element properties.
|
static interface |
PersistenceFieldElement.Impl
Pluggable implementation of the storage of field element properties.
|
static interface |
PersistenceMemberElement.Impl
Pluggable implementation of member elements.
|
static interface |
RelationshipElement.Impl
Pluggable implementation of the storage of relationship element
properties.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceElement.Impl |
PersistenceElement.getImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceElement.setImpl(PersistenceElement.Impl impl)
Set the implementation factory of this persistence element.
|
| Constructor and Description |
|---|
PersistenceElement(PersistenceElement.Impl impl)
Create new PersistenceElement with the provided implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrencyGroupElementImpl |
class |
FieldGroupElementImpl |
class |
PersistenceClassElementImpl |
class |
PersistenceElementImpl |
class |
PersistenceFieldElementImpl |
class |
PersistenceMemberElementImpl |
class |
RelationshipElementImpl |
Copyright © 2013. All Rights Reserved.