Hello, how can i use transformable interface?. For example i have an hibernate object and dto object, i want to copy the hibernate object in dto object, but for one porperty i need transform the value manualy.
how can i implement this feature?.
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, how can i use transformable interface?. For example i have an hibernate object and dto object, i want to copy the hibernate object in dto object, but for one porperty i need transform the value manualy.
how can i implement this feature?.
Regards
Check out the CustomBeanTransformerSpi. There are junit tests for sample usages under beanlib-hibernate-test.