Package com.sun.jsfcl.data

Class Summary
CachedRowSetDataModel CachedRowSetDataModel is a convenience implementation of DataModel that wraps a CachedRowSet of Java objects.
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.
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.