Business Components

Uses of Interface
oracle.jbo.domain.XMLDomainFactory

Packages that use XMLDomainFactory
oracle.jbo.domain The oracle.jbo.domain.* classes, also known as the "JBO Oracle Domains", provide lightweight wrappers for the Java representation of the Oracle data types (that is, the oracle.sql.* classes). 
 

Uses of XMLDomainFactory in oracle.jbo.domain
 

Fields in oracle.jbo.domain declared as XMLDomainFactory
protected  XMLDomainFactory Struct.mXmlFac
          The factory object that creates an instance of this STRUCT given an XML element.
protected  XMLDomainFactory[] Struct.mAttrXmlFac
          Factories for each of the attibutes if they have one.
 

Methods in oracle.jbo.domain that return XMLDomainFactory
static XMLDomainFactory Struct.getXMLDomainFactory(java.lang.Class attrClass)
          Internal: Applications should not use this method.
static XMLDomainFactory ClobDomain.getXMLDomainFactory(java.lang.Class attrClass)
          Internal: Applications should not use this method.
static XMLDomainFactory Raw.getXMLDomainFactory(java.lang.Class attrClass)
          Internal: Applications should not use this method.
static XMLDomainFactory BlobDomain.getXMLDomainFactory(java.lang.Class attrClass)
          Internal: Applications should not use this method.
 


Business Components