Package com.sun.rave.faces.data

Interface Summary
ItemsRowSetBindable  
RowSetBindable  
RowSetColumnBindable  
 

Class Summary
CachedRowSetDataModel CachedRowSetDataModel is a convenience implementation of DataModel that wraps a CachedRowSet of Java objects.
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.
DataValueBinder  
DefaultSelectItemsArray  
DefaultTableDataModel  
ResultSetPropertyResolver This custom Property Resolver handles the special case of resolving ResultSet columns into editable data values.
RowSetColumnBinding  
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.