Uses of Class
javax.jdo.spi.JDOImplHelper.Meta
Packages that use JDOImplHelper.Meta
Package
Description
This package contains the interfaces and classes used by JDO implementations.
-
Uses of JDOImplHelper.Meta in javax.jdo.spi
Fields in javax.jdo.spi with type parameters of type JDOImplHelper.MetaModifier and TypeFieldDescriptionprivate static Map
<Class, JDOImplHelper.Meta> JDOImplHelper.registeredClasses
This synchronizedHashMap
contains a static mapping ofPersistenceCapable
class to metadata for the class used for constructing new instances.Methods in javax.jdo.spi that return JDOImplHelper.MetaModifier and TypeMethodDescriptionprivate static JDOImplHelper.Meta
Look up the metadata for aPersistenceCapable
class.