Uses of Interface
org.springframework.jdbc.core.SqlTypeValue
Packages that use SqlTypeValue
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
Classes supporting the
org.springframework.jdbc.core package.-
Uses of SqlTypeValue in org.springframework.jdbc.core
Subinterfaces of SqlTypeValue in org.springframework.jdbc.coreModifier and TypeInterfaceDescriptioninterfaceSubinterface ofSqlTypeValuethat adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed. -
Uses of SqlTypeValue in org.springframework.jdbc.core.support
Classes in org.springframework.jdbc.core.support that implement SqlTypeValueModifier and TypeClassDescriptionclassAbstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into thePreparedStatement.setObjectmethod.classObject to represent an SQL BLOB/CLOB value parameter.