Oracle ADF Designtime API Reference v10.1.2


oracle.adf.dt.objects
Class JUDTBeanReferenceRowSetInfo

java.lang.Object
  extended byoracle.adf.dt.objects.JUDTBeanRowSetInfo
      extended byoracle.adf.dt.objects.JUDTBeanReferenceRowSetInfo

All Implemented Interfaces:
RowsetInfo

public class JUDTBeanReferenceRowSetInfo
extends JUDTBeanRowSetInfo

Constructor Summary
JUDTBeanReferenceRowSetInfo(oracle.jdeveloper.model.JProject project, JUDTBean bean, java.lang.String accessorInstanceName)

Method Summary
java.lang.String getAccessorInstanceName()
return the instance name of the Accessor in the case of TopLink Dept/Emp case, the accessor name for the Dept would be 'empCollection'

Methods inherited from class oracle.adf.dt.objects.JUDTBeanRowSetInfo
getAttribute, getAttribute, getAttributeCount, getMethodList, getModelObject

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

JUDTBeanReferenceRowSetInfo

public JUDTBeanReferenceRowSetInfo(oracle.jdeveloper.model.JProject project,
                                   JUDTBean bean,
                                   java.lang.String accessorInstanceName)

Method Detail

getAccessorInstanceName

public java.lang.String getAccessorInstanceName()
return the instance name of the Accessor in the case of TopLink Dept/Emp case, the accessor name for the Dept would be 'empCollection'

Oracle ADF Designtime API Reference v10.1.2


Copyright © 1997, 2004, Oracle. All rights reserved.