|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructureDef | |
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.common.ws | |
oracle.jbo.domain | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.ejb.facade |
Uses of StructureDef in oracle.jbo |
Subinterfaces of StructureDef in oracle.jbo | |
interface |
ViewObject
Defines the presentation of the Entity Objects selected by an SQL statement. |
Methods in oracle.jbo that return StructureDef | |
StructureDef |
ViewCriteriaRow.getStructureDef()
|
StructureDef |
Row.getStructureDef()
Returns the structure of the row. |
Uses of StructureDef in oracle.jbo.common |
Classes in oracle.jbo.common that implement StructureDef | |
class |
StructureDefHelper
Internal: Applications should not use this class. |
Uses of StructureDef in oracle.jbo.common.ws |
Classes in oracle.jbo.common.ws that implement StructureDef | |
class |
WSViewObjectImpl
|
Uses of StructureDef in oracle.jbo.domain |
Classes in oracle.jbo.domain that implement StructureDef | |
class |
DomainStructureDef
|
Methods in oracle.jbo.domain that return StructureDef | |
abstract StructureDef |
Struct.getStructureDef()
|
Methods in oracle.jbo.domain with parameters of type StructureDef | |
static void |
Struct.setStructAttribute(AttributeList,
StructureDef,
java.lang.String,
java.lang.Object)
|
static java.lang.Object |
Struct.getStructAttribute(AttributeList,
StructureDef,
java.lang.String)
|
static void |
Struct.fillObjectAttributeDefs(AttributeList,
StructureDef,
java.lang.String[],
AttributeDef[])
|
Uses of StructureDef in oracle.jbo.server |
Classes in oracle.jbo.server that implement StructureDef | |
class |
EJBEntityDefImpl
|
class |
EntityDefImpl
Defines metadata for Entity Object classes. |
(package private) class |
oracle.jbo.server.RowDef
Default implementation of DefInterface implemented by all of JBO Definition classes. |
class |
ViewDefImpl
ViewDefImpl is the meta-object for View Object instances. |
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. |
Methods in oracle.jbo.server that return StructureDef | |
abstract StructureDef |
RowImpl.getStructureDef()
|
StructureDef |
ViewRowImpl.getStructureDef()
|
StructureDef |
EntityImpl.getStructureDef()
|
Uses of StructureDef in oracle.jbo.server.ejb.facade |
Classes in oracle.jbo.server.ejb.facade that implement StructureDef | |
class |
FinderViewImpl
Abstract base class for Finder-Based View Object. |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |