Business Components

Uses of Interface
oracle.jbo.server.ValidationManager

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

Uses of ValidationManager in oracle.jbo.server
 

Subinterfaces of ValidationManager in oracle.jbo.server
TypeName
 interface DBTransaction
          Interface representing the server side of database connections and transactions.
 interface Entity
          This interface is for BC4J Entity Objects.
 

Classes in oracle.jbo.server that implement ValidationManager
TypeName
 class DBTransactionImpl
          The superclass of classes representing connections of middle-tier objects to databases.
 class DBTransactionImpl2
           
 class EntityImpl
          This class implements the middle-tier representations of database rows.
 class NullDBTransactionImpl
          Deprecated.  
 


Business Components