Class BasicJdbcConverter

All Implemented Interfaces:
Aware, ApplicationContextAware, JdbcConverter, RelationalConverter

@Deprecated(since="3.2") public class BasicJdbcConverter extends MappingJdbcConverter
Deprecated.
since 3.2, use MappingJdbcConverter instead as the naming suggests a limited scope of functionality.
RelationalConverter that uses a MappingContext to apply conversion of relational values to property values.

Conversion is configurable by providing a customized CustomConversions.

Since:
1.1
Author:
Mark Paluch