Example usage for org.springframework.jdbc.support.lob LobCreator interface-usage

List of usage examples for org.springframework.jdbc.support.lob LobCreator interface-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.support.lob LobCreator interface-usage.

Usage

From source file org.springframework.jdbc.support.lob.TemporaryLobCreator.java

/**
 * {@link LobCreator} implementation based on temporary LOBs,
 * using JDBC 4.0's {@link java.sql.Connection#createBlob()} /
 * {@link java.sql.Connection#createClob()} mechanism.
 *
 * <p>Used by DefaultLobHandler's {@link DefaultLobHandler#setCreateTemporaryLob} mode.