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.registeredClassesThis synchronizedHashMapcontains a static mapping ofPersistenceCapableclass to metadata for the class used for constructing new instances.Methods in javax.jdo.spi that return JDOImplHelper.MetaModifier and TypeMethodDescriptionprivate static JDOImplHelper.MetaLook up the metadata for aPersistenceCapableclass.