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.model.jdo |
This package defines the JDOModel API.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOPackageImpl
A JDOPackage instance represents the JDO package metadata.
|
Modifier and Type | Method and Description |
---|---|
JDOPackage |
JDOModelImplDynamic.createJDOPackage(java.lang.String packageName)
The method returns a JDOClass instance for the specified package name.
|
JDOPackage[] |
JDOModelImplDynamic.getDeclaredPackages()
Returns the collection of JDOPackage instances declared by this JDOModel
in the format of an array.
|
JDOPackage |
JDOClassImplDynamic.getJDOPackage()
Returns the JDOPackage instance corresponding to the package name
of this JDOClass.
|
JDOPackage |
JDOModelImplDynamic.getJDOPackage(java.lang.String packageName)
The method returns the JDOPackage instance for the specified package
name, if present.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOClassImplDynamic.setJDOPackage(JDOPackage jdoPackage)
Sets the JDOPackage instance corresponding to the package name
of this JDOClass.
|
Modifier and Type | Method and Description |
---|---|
JDOPackage |
JDOModel.createJDOPackage(java.lang.String packageName)
The method returns a JDOClass instance for the specified package name.
|
JDOPackage[] |
JDOModel.getDeclaredPackages()
Returns the collection of JDOPackage instances declared by this JDOModel
in the format of an array.
|
JDOPackage |
JDOClass.getJDOPackage()
Returns the JDOPackage instance corresponding to the package name
of this JDOClass.
|
JDOPackage |
JDOModel.getJDOPackage(java.lang.String packageName)
The method returns the JDOPackage instance for the specified package
name, if present.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOClass.setJDOPackage(JDOPackage jdoPackage)
Sets the JDOPackage instance corresponding to the package name
of this JDOClass.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.