open class TemporaryLobCreator : LobCreator
LobCreator implementation based on temporary LOBs, using JDBC 4.0's java.sql.Connection#createBlob() / java.sql.Connection#createClob() mechanism.
Used by DefaultLobHandler's DefaultLobHandler#setCreateTemporaryLob mode. Can also be used directly to reuse the tracking and freeing of temporary LOBs.
|