@IgnoreJRERequirement public class CachedRowSetResultSetProxyLogicFactory extends Object implements ResultSetProxyLogicFactory
CachedRowSetResultSetProxyLogic.
Provide a ResultSet proxy using CachedRowSet which provides disconnected scrollability.
This class uses RowSetFactory that requires jdk1.7+ to create a CachedRowSet.
You could change the creation strategy either uses mechanism of RowSetFactory or simply extend this class
or implement another ResultSetProxyLogicFactory.
The default CachedRowSet implementation is com.sun.rowset.CachedRowSetImpl.RowSetFactory,
CachedRowSet,
CachedRowSetResultSetProxyLogicDEFAULT| Constructor and Description |
|---|
CachedRowSetResultSetProxyLogicFactory() |
| Modifier and Type | Method and Description |
|---|---|
ResultSetProxyLogic |
create(ResultSet resultSet,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
protected ResultSet |
getCachedRowSet(ResultSet resultSet) |
public CachedRowSetResultSetProxyLogicFactory()
public ResultSetProxyLogic create(ResultSet resultSet, ConnectionInfo connectionInfo, ProxyConfig proxyConfig)
create in interface ResultSetProxyLogicFactoryCopyright © 2019. All rights reserved.