Provides a strategy interface for Large OBject handling,
as well as a customizable default implementation.
/**
* Provides a strategy interface for Large OBject handling,
* as well as a customizable default implementation.
*/
@NonNullApi
@NonNullFields
package org.springframework.jdbc.support.lob;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;