I need to add a:
Code:
<filter-def name="filterReturnHtDaysSinceDate">
<filter-param name="paramDate" type="java.lang.String"/>
</filter-def>
into a
hbm.xml file (using
reveng.xml), and although I have this working directly in the
hbm.xml file, I can't find a way to make it work from the
revenge.xml file. Looking into the
hibernate-tools.jar there is a
hbm/filter-def.hbm.ftl template, so it looks like Hibernate Tools may be capable of doing this, but the documentation does not discuss this. Can anyone give me some hints please?