Uses of Interface
org.apache.jdo.impl.model.jdo.xml.JDOHandler

Packages that use JDOHandler
org.apache.jdo.impl.model.jdo.xml   
 

Uses of JDOHandler in org.apache.jdo.impl.model.jdo.xml
 

Classes in org.apache.jdo.impl.model.jdo.xml that implement JDOHandler
 class JDOHandlerImpl
          TBD: Reading persistence capable superclass entry: check already existing superclass entry for consistency Only populate requested class info, not the entire .jdo file
 

Methods in org.apache.jdo.impl.model.jdo.xml with parameters of type JDOHandler
static void JDOParser.parse(org.xml.sax.InputSource input, JDOHandler handler)
          The recognizer entry method taking an Inputsource.
static void JDOParser.parse(java.net.URL url, JDOHandler handler)
          The recognizer entry method taking a URL.
 

Constructors in org.apache.jdo.impl.model.jdo.xml with parameters of type JDOHandler
JDOParser(JDOHandler handler)
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.