public final class CacheDeserializationConfig
extends java.lang.Object
RemoteQueryCachePlugin and threaded through CachedResultSet and
CachedSQLXML so that opt-in choices made on one connection do not affect any other.| Modifier and Type | Field and Description |
|---|---|
static CacheDeserializationConfig |
STRICT
Default configuration: URL deserialization and StreamSource are both rejected.
|
| Constructor and Description |
|---|
CacheDeserializationConfig(boolean allowUrl,
boolean allowStreamSource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowStreamSource() |
boolean |
isAllowUrl() |
public static final CacheDeserializationConfig STRICT