Uses of Package
org.springframework.jdbc.support.lob
Packages that use org.springframework.jdbc.support.lob
Package
Description
Classes supporting the
org.springframework.jdbc.core
package.Provides a strategy interface for Large OBject handling,
as well as a customizable default implementation.
-
Classes in org.springframework.jdbc.support.lob used by org.springframework.jdbc.core.supportClassDescriptionInterface 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.
-
Classes in org.springframework.jdbc.support.lob used by org.springframework.jdbc.support.lobClassDescriptionAbstract base class for
LobHandler
implementations.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.