Uses of Interface
org.apache.geronimo.xbeans.j2ee.PersistenceTypeType

Packages that use PersistenceTypeType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of PersistenceTypeType in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return PersistenceTypeType
 PersistenceTypeType EntityBeanType.xgetPersistenceType()
          Gets (as xml) the "persistence-type" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type PersistenceTypeType
 void EntityBeanType.xsetPersistenceType(PersistenceTypeType persistenceType)
          Sets (as xml) the "persistence-type" element
 

Uses of PersistenceTypeType in org.apache.geronimo.xbeans.ejb.impl
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return PersistenceTypeType
 PersistenceTypeType EntityBeanTypeImpl.xgetPersistenceType()
          Gets (as xml) the "persistence-type" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type PersistenceTypeType
 void EntityBeanTypeImpl.xsetPersistenceType(PersistenceTypeType persistenceType)
          Sets (as xml) the "persistence-type" element
 

Uses of PersistenceTypeType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return PersistenceTypeType
static PersistenceTypeType PersistenceTypeType.Factory.newValue(Object obj)
           
static PersistenceTypeType PersistenceTypeType.Factory.newInstance()
           
static PersistenceTypeType PersistenceTypeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(String s)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(File f)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(URL u)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(InputStream is)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(Reader r)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(Node node)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static PersistenceTypeType PersistenceTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of PersistenceTypeType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement PersistenceTypeType
 class PersistenceTypeTypeImpl
          An XML persistence-typeType(@http://java.sun.com/xml/ns/j2ee).
 



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