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

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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerPersistenceContextRefType
 void GerPersistenceContextRefDocument.setPersistenceContextRef(GerPersistenceContextRefType persistenceContextRef)
          Sets the "persistence-context-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerPersistenceContextRefType
 GerPersistenceContextRefType GerPersistenceContextRefDocumentImpl.addNewPersistenceContextRef()
          Appends and returns a new empty "persistence-context-ref" element
 GerPersistenceContextRefType GerPersistenceContextRefDocumentImpl.getPersistenceContextRef()
          Gets the "persistence-context-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerPersistenceContextRefType
 void GerPersistenceContextRefDocumentImpl.setPersistenceContextRef(GerPersistenceContextRefType persistenceContextRef)
          Sets the "persistence-context-ref" element
 



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