Uses of Interface
org.apache.cayenne.access.DataPortDelegate

Packages that use DataPortDelegate
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
 

Uses of DataPortDelegate in org.apache.cayenne.access
 

Fields in org.apache.cayenne.access declared as DataPortDelegate
protected  DataPortDelegate DataPort.delegate
           
 

Methods in org.apache.cayenne.access that return DataPortDelegate
 DataPortDelegate DataPort.getDelegate()
          Returns previously initialized DataPortDelegate object.
 

Methods in org.apache.cayenne.access with parameters of type DataPortDelegate
 void DataPort.setDelegate(DataPortDelegate delegate)
           
 

Constructors in org.apache.cayenne.access with parameters of type DataPortDelegate
DataPort(DataPortDelegate delegate)
          Creates a new DataPort instance, setting its delegate.
 



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.