| Name | Description | Type | Package | Framework |
| AbstractLobHandler | Abstract base class for LobHandler implementations. | Class | org.springframework.jdbc.support.lob | Spring MVC |
| DefaultLobHandler | Default implementation of the LobHandler interface. | Class | org.springframework.jdbc.support.lob | Spring MVC |
| JtaLobCreatorSynchronization | Callback for resource cleanup at the end of a JTA transaction. | Class | org.springframework.jdbc.support.lob | Spring MVC |
| LobCreator | Interface that abstracts potentially database-specific creation of large binaryfields and large text fields. | Interface | org.springframework.jdbc.support.lob | Spring MVC |
| LobCreatorUtils | Helper class for registering a transaction synchronization for closinga LobCreator, preferring Spring transaction synchronization and falling | Class | org.springframework.jdbc.support.lob | Spring MVC |
| LobHandler | Abstraction for handling large binary fields and large text fields inspecific databases, no matter if represented as simple types or Large OBjects. | Interface | org.springframework.jdbc.support.lob | Spring MVC |
| OracleLobHandler | LobHandler implementation for Oracle databases. | Class | org.springframework.jdbc.support.lob | Spring MVC |
| OracleLobHandler .LobCallback | Internal callback interface for use with createLob. | Interface | org.springframework.jdbc.support.lob.OracleLobHandler | Spring MVC |
| SpringLobCreatorSynchronization | Callback for resource cleanup at the end of a Spring transaction. | Class | org.springframework.jdbc.support.lob | Spring MVC |
| TemporaryLobCreator | LobCreator implementation based on temporary LOBs,using JDBC 4. | Class | org.springframework.jdbc.support.lob | Spring MVC |