Uses of Class
javax.jdo.spi.JDOImplHelper.Meta
-
Packages that use JDOImplHelper.Meta Package Description javax.jdo.spi 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.Meta Modifier and Type Field Description private static java.util.Map<java.lang.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.Meta Modifier and Type Method Description private static JDOImplHelper.MetaJDOImplHelper. getMeta(java.lang.Class pcClass)Look up the metadata for aPersistenceCapableclass.
-