Uses of Interface
com.extentech.ExtenBean.SQLObject

Packages that use SQLObject
com.extentech.ExtenBean The ExtenBean package contains an Object Relational Data Object implementation used by ExtenXLS CellBinder data mapping and various data operations. 
com.extentech.ExtenBean.swing The ExtenBean swing package contains user interface components for the ExtenBean DataObjects. 
com.extentech.ExtenXLS.binder The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. 
 

Uses of SQLObject in com.extentech.ExtenBean
 

Subinterfaces of SQLObject in com.extentech.ExtenBean
 interface DataObject
          Interface defining a Data Object encapsulating data.
 interface PageableDataObject
          An interface which extends the DataObject interface allowing for paging through result set data.
 

Classes in com.extentech.ExtenBean that implement SQLObject
 class DataObjectImpl
          A concrete implementation of DataObject and RelationalObject

 class ExtenDataObject
          The ExtenDataObject provides the functionality of a persistent entity bean.
 class GenericDataObject
          A basic DataObject implementation.
 class XMLDataObject
          A DataObject implementation which uses XML data.
 

Uses of SQLObject in com.extentech.ExtenBean.swing
 

Classes in com.extentech.ExtenBean.swing that implement SQLObject
 class ExtenBeanTreeNode
          An ExtenDataObject which is also a MutableTreeNode
 class XMLBeanNode
          TreeNode backed by an XML DataObject
 

Uses of SQLObject in com.extentech.ExtenXLS.binder
 

Classes in com.extentech.ExtenXLS.binder that implement SQLObject
 class CellRangeDataObject
          DataObject bound to a Cell Range.
 class NamedRangeDataObject
          NamedRangeDataObject is an implementation of the DataObject that is intialized off of an ExtenXLS NamedRange
 



Copyright © 2010 Extentech Inc. All Rights Reserved.