Business Components

Uses of Interface
oracle.jbo.server.ViewCriteriaAdapter

Packages that use ViewCriteriaAdapter
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
 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
 ViewCriteriaAdapter BaseSQLBuilderImpl.getViewCriteriaAdapter()
           
 ViewCriteriaAdapter SQLBuilder.getViewCriteriaAdapter()
           
 

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


Business Components