Uses of Interface
org.openejb.xbeans.ejbjar.OpenejbEntityBeanType

Packages that use OpenejbEntityBeanType
org.openejb.xbeans.ejbjar   
org.openejb.xbeans.ejbjar.impl   
 

Uses of OpenejbEntityBeanType in org.openejb.xbeans.ejbjar
 

Methods in org.openejb.xbeans.ejbjar that return OpenejbEntityBeanType
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.newInstance()
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(String xmlAsString)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(File file)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(URL u)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(InputStream is)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(Reader r)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(Node node)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static OpenejbEntityBeanType OpenejbEntityBeanType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
 OpenejbEntityBeanType[] OpenejbOpenejbJarType.EnterpriseBeans.getEntityArray()
          Gets array of all "entity" elements
 OpenejbEntityBeanType OpenejbOpenejbJarType.EnterpriseBeans.getEntityArray(int i)
          Gets ith "entity" element
 OpenejbEntityBeanType OpenejbOpenejbJarType.EnterpriseBeans.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
 OpenejbEntityBeanType OpenejbOpenejbJarType.EnterpriseBeans.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 

Methods in org.openejb.xbeans.ejbjar with parameters of type OpenejbEntityBeanType
 void OpenejbOpenejbJarType.EnterpriseBeans.setEntityArray(OpenejbEntityBeanType[] entityArray)
          Sets array of all "entity" element
 void OpenejbOpenejbJarType.EnterpriseBeans.setEntityArray(int i, OpenejbEntityBeanType entity)
          Sets ith "entity" element
 

Uses of OpenejbEntityBeanType in org.openejb.xbeans.ejbjar.impl
 

Classes in org.openejb.xbeans.ejbjar.impl that implement OpenejbEntityBeanType
 class OpenejbEntityBeanTypeImpl
          An XML entity-beanType(@http://www.openejb.org/xml/ns/openejb-jar-2.1).
 

Methods in org.openejb.xbeans.ejbjar.impl that return OpenejbEntityBeanType
 OpenejbEntityBeanType[] OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.getEntityArray()
          Gets array of all "entity" elements
 OpenejbEntityBeanType OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.getEntityArray(int i)
          Gets ith "entity" element
 OpenejbEntityBeanType OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
 OpenejbEntityBeanType OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 

Methods in org.openejb.xbeans.ejbjar.impl with parameters of type OpenejbEntityBeanType
 void OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.setEntityArray(OpenejbEntityBeanType[] entityArray)
          Sets array of all "entity" element
 void OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.setEntityArray(int i, OpenejbEntityBeanType entity)
          Sets ith "entity" element
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.