Uses of Interface
com.sun.jdo.api.persistence.enhancer.meta.JDOMetaData
Packages that use JDOMetaData
Package
Description
-
Uses of JDOMetaData in com.sun.jdo.api.persistence.enhancer
Methods in com.sun.jdo.api.persistence.enhancer with parameters of type JDOMetaDataModifier and TypeMethodDescriptionprotected voidFilterEnhancer.init(JDOMetaData metaData, Properties settings, PrintWriter out, PrintWriter err) Initializes an instance of a JDO enhancer.Constructors in com.sun.jdo.api.persistence.enhancer with parameters of type JDOMetaDataModifierConstructorDescriptionFilterEnhancer(JDOMetaData metaData, Properties settings, PrintWriter out, PrintWriter err) Creates an instance of a JDO enhancer. -
Uses of JDOMetaData in com.sun.jdo.api.persistence.enhancer.impl
Methods in com.sun.jdo.api.persistence.enhancer.impl that return JDOMetaDataModifier and TypeMethodDescriptionEnvironment.getJDOMetaData()Is the class a well known persistent capable class? These are normally the java primitives.Methods in com.sun.jdo.api.persistence.enhancer.impl with parameters of type JDOMetaData -
Uses of JDOMetaData in com.sun.jdo.api.persistence.enhancer.meta
Subinterfaces of JDOMetaData in com.sun.jdo.api.persistence.enhancer.metaModifier and TypeInterfaceDescriptioninterfaceProvides extended JDO meta information for byte-code enhancement.Classes in com.sun.jdo.api.persistence.enhancer.meta that implement JDOMetaDataModifier and TypeClassDescriptionclassProvides the JDO meta information based on a JDO meta model.classProvides the JDO meta information based on properties.final classFields in com.sun.jdo.api.persistence.enhancer.meta declared as JDOMetaDataConstructors in com.sun.jdo.api.persistence.enhancer.meta with parameters of type JDOMetaData