Package | Description |
---|---|
org.springframework.jdbc.support.lob |
Provides a stategy interface for Large OBject handling,
with implementations for various databases.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLobHandler
Default implementation of the
LobHandler interface. |
class |
OracleLobHandler
Deprecated.
in favor of
DefaultLobHandler for the Oracle 10g driver and
higher. Consider using the 10g/11g driver even against an Oracle 9i database!
DefaultLobHandler.setCreateTemporaryLob(boolean) is the direct equivalent of this
OracleLobHandler's implementation strategy, just using standard JDBC 4.0 API.
That said, in most cases, regular DefaultLobHandler setup will work fine as well. |
Copyright © 2015. All rights reserved.