Business Components

Uses of Interface
oracle.jbo.server.ViewCriteriaAdapter

Packages that use.*
PackageDescription
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ViewCriteriaAdapter in oracle.jbo.server
 

Classes in oracle.jbo.server that implement ViewCriteriaAdapter
TypeName
 class BaseSQLBuilderImpl
          Internal: Applications should not use this interface.
 class DB2SQLBuilderImpl
           
 class OLiteSQLBuilderImpl
          OracleLite-specific implementation of the SQLBuilder interface.
 class OracleSQLBuilderImpl
          Oracle-specific implementation of the SQLBuilder interface.
 class SQL92SQLBuilderImpl
          SQL92-specific implementation of the SQLBuilder interface.
 class WLSQLBuilderImpl
           
 

Methods in oracle.jbo.server that return ViewCriteriaAdapter
TypeName
 ViewCriteriaAdapter BaseSQLBuilderImpl.getViewCriteriaAdapter()
           
 ViewCriteriaAdapter SQLBuilder.getViewCriteriaAdapter()
           
 

Methods in oracle.jbo.server with parameters of type ViewCriteriaAdapter
TypeName
 void ViewObjectImpl.setViewCriteriaAdapter(ViewCriteriaAdapter adapter)
           
 


Business Components