ResultSetDataModel is a convenience implementation of {@link DataModel} that wraps a ResultSet
of Java objects.Note that the specified ResultSet
MUST be scrollable. In addition, if input components (that will be updating model values) reference this object in value binding expressions, the specified ResultSet
MUST be updatable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|