Dmitry,

> Hm… Why don’t you use reflection to handle such types? If the driver is
> there, then load the class, otherwise don’t?
Yes, we could fix this issue with reflection. But I'm afraid that we will
end up with "dirty" code.
Also  with custom transformer user will be able to implement its own custom
logic. For example transform string "YES" to boolean true.

> Agree. How will the transformer be specified in configuration?
I'm planning to add getter and setter on CacheJdbcPojoStoreFactory. The
same way as for example: JdbcTypeHasher.


-- 
Alexey Kuznetsov

Reply via email to