Business Components

Uses of Interface
oracle.jbo.server.ValidationManager

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

Uses of ValidationManager in oracle.jbo.server
 

Subinterfaces of ValidationManager in oracle.jbo.server
 interface DBTransaction
          Interface representing the server side of database connections and transactions.
 interface Entity
          Defines the middle-tier representation of database rows.
 

Classes in oracle.jbo.server that implement ValidationManager
 class DBTransactionImpl
          The superclass of classes representing connections of middle-tier objects to databases.
 class EntityImpl
          This class implements the middle-tier representations of database rows.
 class NullDBTransactionImpl
          Internal: Applications should not use this class.
 


Business Components