|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDOMap | |
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.impl.model.jdo.util | |
org.apache.jdo.model.jdo | This package defines the JDOModel API. |
Uses of JDOMap in org.apache.jdo.impl.model.jdo |
Classes in org.apache.jdo.impl.model.jdo that implement JDOMap | |
class |
JDOMapImplDynamic
An instance of this class represents the JDO relationship metadata (the treatment of keys and values) of a map relationship field. |
Methods in org.apache.jdo.impl.model.jdo that return JDOMap | |
JDOMap |
JDOFieldImplDynamic.createJDOMap()
Creates and returns a new JDOMap instance. |
protected JDOMap |
JDOFieldImplDynamic.createJDOMapInternal()
Creates and returns a new JDOMap instance. |
JDOMap |
JDOAssociatedPropertyImplDynamic.createJDOMap()
Throws ModelException. |
Uses of JDOMap in org.apache.jdo.impl.model.jdo.caching |
Classes in org.apache.jdo.impl.model.jdo.caching that implement JDOMap | |
class |
JDOMapImplCaching
An instance of this class represents the JDO relationship metadata (the treatment of keys and values) of a map relationship field. |
Methods in org.apache.jdo.impl.model.jdo.caching that return JDOMap | |
JDOMap |
JDOFieldImplCaching.createJDOMap()
Creates and returns a new JDOMap instance. |
protected JDOMap |
JDOFieldImplCaching.createJDOMapInternal()
Creates and returns a new JDOMap instance. |
Uses of JDOMap in org.apache.jdo.impl.model.jdo.util |
Methods in org.apache.jdo.impl.model.jdo.util with parameters of type JDOMap | |
private static void |
PrintSupport.printJDOMap(int indent,
JDOMap jdoMap)
|
Uses of JDOMap in org.apache.jdo.model.jdo |
Methods in org.apache.jdo.model.jdo that return JDOMap | |
JDOMap |
JDOField.createJDOMap()
Creates and returns a new JDOMap instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |