| Package | Description |
|---|---|
| oracle.jbo.domain | |
| oracle.jbo.domain.generic |
| Modifier and Type | Field and Description |
|---|---|
protected XMLDomainFactory[] |
Struct.mAttrXmlFac
Factories for each of the attibutes if they have one.
|
protected XMLDomainFactory |
Struct.mXmlFac
The factory object that creates an instance of this STRUCT given an XML element.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLDomainFactory |
Struct.getXMLDomainFactory(java.lang.Class attrClass)
Internal: Applications should not use this method.
|
static XMLDomainFactory |
NClobDomain.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.
|
static XMLDomainFactory |
Array.getXMLDomainFactory(java.lang.Class attrClass) |
static XMLDomainFactory |
DBSequence.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.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLDomainFactory |
GenericBlob.getXMLDomainFactory(java.lang.Class attrClass)
Internal: Applications should not use this method.
|
static XMLDomainFactory |
GenericClob.getXMLDomainFactory(java.lang.Class attrClass)
Internal: Applications should not use this method.
|