Norman Maurer
-
2007-12-17
Hi,
the attached patch add the necessary set method to use the class as spring-bean. You need to configure it like:
<bean id="mapper" class="net.sf.hibernate4gwt.core.beanlib.mapper.ExplicitClassMapper">
<property name="associations">
<map>
<entry>
<key>
<value>your.package.YourClass</value>
</key>
<value>your.package.YourTargetClass</value>
</entry>
</map>
</property>
</bean>