Package org.springframework.jdbc.support.lob
@NonNullApi
@NonNullFields
package org.springframework.jdbc.support.lob
Provides a strategy interface for Large OBject handling,
as well as a customizable default implementation.
-
ClassDescriptionAbstract base class for
LobHandler
implementations.Default implementation of theLobHandler
interface.Interface that abstracts potentially database-specific creation of large binary fields and large text fields.Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.LobCreator
implementation based on temporary LOBs, using JDBC 4.0'sConnection.createBlob()
/Connection.createClob()
mechanism.