Business Components

Uses of Class
oracle.jbo.PersistenceException

Packages that use.*
PackageDescription
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of PersistenceException in oracle.jbo
 

Subclasses of PersistenceException in oracle.jbo
TypeName
 class NoXMLFileException
          Indicates that an XML file could not be found for a container.
 

Uses of PersistenceException in oracle.jbo.server
 

Methods in oracle.jbo.server that throw PersistenceException
TypeName
protected  void ViewDefImpl.loadCustomDef(oracle.jbo.mom.xml.DefElementImpl xmlElement)
           
protected  void EJBEntityDefImpl.loadCustomDef(oracle.jbo.mom.xml.DefElementImpl xmlElement)
           
protected  void EntityDefImpl.loadCustomDef(oracle.jbo.mom.xml.DefElementImpl xmlElement)
          Internal: Applications should not use this method.
 


Business Components