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 |
JDOClassImplDynamic
An instance of this class represents the JDO metadata of a persistence
capable class.
|
class |
JDOFieldImplDynamic
An instance of this class represents the JDO metadata of a managed field
of a persistence capable class.
|
class |
JDOMemberImpl
This is the super interface for named JDO metadata elements,
such as JDOClass and JDOField.
|
Modifier and Type | Method and Description |
---|---|
JDOMember[] |
JDOClassImplDynamic.getDeclaredMembers()
Returns the collection of JDOMember instances declared by this
JDOClass in form of an array.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOClassImplDynamic.removeDeclaredMember(JDOMember member)
Remove the supplied member from the collection of members maintained by
this JDOClass.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOClassImplCaching
An instance of this class represents the JDO metadata of a persistence
capable class.
|
class |
JDOFieldImplCaching
An instance of this class represents the JDO metadata of a managed
field of a persistence capable class.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOClassImplCaching.removeDeclaredMember(JDOMember member)
Remove the supplied member from the collection of members maintained by
this JDOClass.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JDOClass
A JDOClass instance represents the JDO metadata of a persistence-capable
class.
|
interface |
JDOField
A JDOField instance represents the JDO metadata of a managed field
of a persistence-capable class.
|
Modifier and Type | Method and Description |
---|---|
JDOMember[] |
JDOClass.getDeclaredMembers()
Returns the collection of JDOMember instances declared by this JDOClass
in form of an array.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOClass.removeDeclaredMember(JDOMember member)
Remove the supplied member from the collection of members maintained by
this JDOClass.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.