|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.server | Contains the implementation of middle tier components. |
Uses of XMLInterface in oracle.jbo |
Subinterfaces of XMLInterface in oracle.jbo | |
Type | Name |
---|---|
interface |
Row
This interface provides access to table rows. |
interface |
RowSet
Defines the middle-tier representation of a set of table rows. |
interface |
ViewObject
Defines the presentation of the Entity Objects selected by an SQL statement. |
Classes in oracle.jbo that implement XMLInterface | |
Type | Name |
---|---|
class |
ViewCriteriaRow
An array containing criteria for the individual attributes of a View Object's WHERE clause. |
Uses of XMLInterface in oracle.jbo.common |
Methods in oracle.jbo.common with parameters of type XMLInterface | |
Type | Name |
---|---|
static Node |
JboXMLUtil.writeAndProcessXML(XMLInterface obj,
int depthCount,
long options,
XSLStylesheet xslt)
|
static Node |
JboXMLUtil.writeAndProcessXML(XMLInterface obj,
long options,
com.sun.java.util.collections.HashMap map,
XSLStylesheet xslt)
|
static void |
JboXMLUtil.processAndReadXML(XMLInterface obj,
Element elem,
int depthCount,
XSLStylesheet xslt)
|
Uses of XMLInterface in oracle.jbo.server |
Subinterfaces of XMLInterface in oracle.jbo.server | |
Type | Name |
---|---|
interface |
Entity
Defines the middle-tier representation of database rows. |
Classes in oracle.jbo.server that implement XMLInterface | |
Type | Name |
---|---|
class |
EJBEntityImpl
|
class |
EntityImpl
This class implements the middle-tier representations of database rows. |
class |
RowImpl
Base class for Entity Rows and View Object Rows. |
(package private) class |
oracle.jbo.server.RowSetImpl
Internal: Applications should not use this class. |
class |
ViewObjectImpl
The implementation of the ViewObject interface, the middle-tier class that manages
database queries and the view rows that result from executing queries. |
class |
ViewRowImpl
A View Object Row. |
class |
ViewRowSetImpl
The middle-tier class that manages collections of view rows that result from executing a query. |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |