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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerPersistenceUnitRefType
 GerPersistenceUnitRefType GerPersistenceUnitRefDocument.addNewPersistenceUnitRef()
          Appends and returns a new empty "persistence-unit-ref" element
 GerPersistenceUnitRefType GerPersistenceUnitRefDocument.getPersistenceUnitRef()
          Gets the "persistence-unit-ref" element
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.newInstance()
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(File file)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(InputStream is)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(Node node)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(Reader r)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(String xmlAsString)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(URL u)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(XMLStreamReader sr)
           
static GerPersistenceUnitRefType GerPersistenceUnitRefType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerPersistenceUnitRefType
 void GerPersistenceUnitRefDocument.setPersistenceUnitRef(GerPersistenceUnitRefType persistenceUnitRef)
          Sets the "persistence-unit-ref" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerPersistenceUnitRefType
 class GerPersistenceUnitRefTypeImpl
          An XML persistence-unit-refType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerPersistenceUnitRefType
 GerPersistenceUnitRefType GerPersistenceUnitRefDocumentImpl.addNewPersistenceUnitRef()
          Appends and returns a new empty "persistence-unit-ref" element
 GerPersistenceUnitRefType GerPersistenceUnitRefDocumentImpl.getPersistenceUnitRef()
          Gets the "persistence-unit-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerPersistenceUnitRefType
 void GerPersistenceUnitRefDocumentImpl.setPersistenceUnitRef(GerPersistenceUnitRefType persistenceUnitRef)
          Sets the "persistence-unit-ref" element
 



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