Uses of Interface
org.apache.geronimo.xbeans.geronimo.naming.GerPersistenceUnitRefDocument

Packages that use GerPersistenceUnitRefDocument
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
 

Uses of GerPersistenceUnitRefDocument in org.apache.geronimo.xbeans.geronimo.naming
 

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerPersistenceUnitRefDocument
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.newInstance()
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(File file)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(InputStream is)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(Node node)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(Reader r)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(String xmlAsString)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(URL u)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(XMLStreamReader sr)
           
static GerPersistenceUnitRefDocument GerPersistenceUnitRefDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of GerPersistenceUnitRefDocument in org.apache.geronimo.xbeans.geronimo.naming.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerPersistenceUnitRefDocument
 class GerPersistenceUnitRefDocumentImpl
          A document containing one persistence-unit-ref(@http://geronimo.apache.org/xml/ns/naming-1.2) element.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.