Files
spring-data-relational/src
Jens Schauder dda4223341 DATAJDBC-104 - Introducing conversions for storing properties.
All properties get passed through a conversion step to convert them to types that can be passed to JDBC drivers.

Conversions happen in the newly introduced JdbcEnitityTemplate. It contains most of the code formerly found in the SimpleJdbcRepository.
2017-08-07 14:03:07 -05:00
..