Business Components

Uses of Class
oracle.jbo.common.PiggybackExceptionEntry

Packages that use.*
PackageDescription
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
 

Uses of PiggybackExceptionEntry in oracle.jbo.common
 

Fields in oracle.jbo.common declared as PiggybackExceptionEntry
TypeName
protected  PiggybackExceptionEntry[] PiggybackViewEntry.exEntries
           
 

Methods in oracle.jbo.common that return PiggybackExceptionEntry
TypeName
 PiggybackExceptionEntry[] PiggybackViewEntry.getExceptionEntries()
           
 

Constructors in oracle.jbo.common with parameters of type PiggybackExceptionEntry
TypeName
PiggybackViewEntry(int ViewRowSetIteratorId, PiggybackEntry pbEntry, PiggybackExceptionEntry error)
           
 


Business Components