Hi Hibernate Team,
I'm want to know if there are plans to extend the VelocityRenderer with different templates besides pojo.vm.
Right now I'm working with a modified version of pojo.vm that works better with Clob (because of serialization problems), basically treating it as a transient field and creating String constants on writeObject.
After it , I'm planning to create a SessionBean template, similar to SLSBperEntityRenderer, but I want to know if someone is already working with that, to merge efforts.
Thanks in advance...
|