|
From: <en...@xm...> - 2003-08-13 22:33:17
|
There is a bug that I fixed that generates the wrong finder method for the
primary key if the meta find-method tag is used. I fixed this by adding the
following line:
hibType.put("Integer", "Hibernate.INTEGER");
to the hibType variable in FinderRenderer.java
|