Expresso 5-6

Uses of Interface
com.jcorporate.expresso.core.dataobjects.DataField

Packages that use DataField
com.jcorporate.expresso.core.dataobjects The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.  
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
 

Uses of DataField in com.jcorporate.expresso.core.dataobjects
 

Classes in com.jcorporate.expresso.core.dataobjects that implement DataField
 class DefaultDataField
          Default implementation of the DataField interface.
 

Methods in com.jcorporate.expresso.core.dataobjects that return DataField
 DataField SynchronizedDataObject.getDataField(String fieldName)
          Returns the object embedded within the field keyed by the fieldName parameter
 DataField DataObject.getDataField(String fieldName)
          Returns the object embedded within the field keyed by the fieldName parameter.
 

Uses of DataField in com.jcorporate.expresso.core.dataobjects.jdbc
 

Classes in com.jcorporate.expresso.core.dataobjects.jdbc that implement DataField
 class JoinedDataField
          Data Field that is aware of local/forein key relations.
 

Methods in com.jcorporate.expresso.core.dataobjects.jdbc that return DataField
 DataField JoinedDataObject.getDataField(String fieldName)
          Returns the object embedded within the field keyed by the fieldName parameter
 

Methods in com.jcorporate.expresso.core.dataobjects.jdbc with parameters of type DataField
 void JoinedDataObject.setDataField(String fieldName, DataField o)
          Sets the field data for the named field.
 

Uses of DataField in com.jcorporate.expresso.core.dbobj
 

Methods in com.jcorporate.expresso.core.dbobj that return DataField
 DataField DBObject.getDataField(String fieldName)
          Same as getField, but works with the DataObject interface for now.
 

Methods in com.jcorporate.expresso.core.dbobj with parameters of type DataField
 void DBObject.setDataField(String fieldName, DataField o)
          Same as setField, but works with the DataObject Interface
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.