Class DefaultJdbcTypeFactory

java.lang.Object
org.springframework.data.jdbc.core.convert.DefaultJdbcTypeFactory
All Implemented Interfaces:
JdbcTypeFactory

public class DefaultJdbcTypeFactory extends Object implements JdbcTypeFactory
A JdbcTypeFactory that performs the conversion by utilizing JdbcOperations.execute(ConnectionCallback).
Since:
1.1
Author:
Jens Schauder, Mark Paluch