| Package | Description |
|---|---|
| org.apache.jdo.impl.model.jdo |
This package contains classes that implement the JDO model interfaces
and provide access to JDO metadata.
|
| org.apache.jdo.impl.model.jdo.caching | |
| org.apache.jdo.model.jdo |
This package defines the JDOModel API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOArrayImplDynamic
An instance of this class represents the JDO relationship metadata
of a array relationship field.
|
| Modifier and Type | Method and Description |
|---|---|
JDOArray |
JDOFieldImplDynamic.createJDOArray()
Creates and returns a new JDOArray instance.
|
protected JDOArray |
JDOFieldImplDynamic.createJDOArrayInternal()
Creates and returns a new JDOArray instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOArrayImplCaching
An instance of this class represents the JDO relationship metadata
of a array relationship field.
|
| Modifier and Type | Method and Description |
|---|---|
JDOArray |
JDOFieldImplCaching.createJDOArray()
Creates and returns a new JDOArray instance.
|
protected JDOArray |
JDOFieldImplCaching.createJDOArrayInternal()
Creates and returns a new JDOArray instance.
|
| Modifier and Type | Method and Description |
|---|---|
JDOArray |
JDOField.createJDOArray()
Creates and returns a new JDOArray instance.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.