Uses of Package
com.sun.rave.faces.data

Packages that use com.sun.rave.faces.data
com.sun.jsfcl.data   
com.sun.rave.faces.data   
 

Classes in com.sun.rave.faces.data used by com.sun.jsfcl.data
CachedRowSetDataModel
          CachedRowSetDataModel is a convenience implementation of DataModel that wraps a CachedRowSet of Java objects.
DefaultSelectItemsArray
           
DefaultTableDataModel
           
RowSetDataModel
          Runtime implementation of javax.faces.model.DataModel that caches retrieved database data in memory (in a session scope attribute of type DataCache), even when the underlying rowset is closed.
 

Classes in com.sun.rave.faces.data used by com.sun.rave.faces.data
ColumnBinding
           
DataCache
          Cache for row and column values that supports persisting the data behind a UIData component across HTTP requests, without requiring that the underlying JDBC connection remain open.
DataCache.Column
          Column encapsulates the stored information about a single "column" of data, typically corresponding to a column from an individual row in an underlying relational database.
DataCache.Row
          Row encapsulates the stored information about a single "row" of data, typically corresponding to a row in an underlying relational database.
RowSetBindable
           
RowSetColumnBindable