Business Components

Uses of Class
oracle.jbo.server.ViewAttributeDefImpl

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

Uses of ViewAttributeDefImpl in oracle.jbo.server
 

Fields in oracle.jbo.server declared as ViewAttributeDefImpl
TypeName
protected  ViewAttributeDefImpl[] ViewObjectImpl.mAttrDefs
           
protected  ViewAttributeDefImpl[] ViewObjectImpl.mKeyAttrRefs
           
 

Methods in oracle.jbo.server that return ViewAttributeDefImpl
TypeName
 ViewAttributeDefImpl[] ViewObjectImpl.getViewAttributeDefImpls()
          Internal: Applications should not use this method.
 

Methods in oracle.jbo.server with parameters of type ViewAttributeDefImpl
TypeName
protected  boolean ViewObjectImpl.isForeignKey(ViewAttributeDefImpl attr)
          Checks if a view attribute is involved in a View Link in which this View Object is detail.
 


Business Components