Hi all,
Just wondering, wether it is intended or maybe a "special feature" ...
but last night I found out, that the FinderRenderer ignorse silently
the extra-import meta tag in hbm2java configuration ...
I have the following package structure:
.../hibernate ... Mapping Files and POJOs
.../hibernate/util ... HibernateUtil class among others
.../hibernate/finder ... Finders
and was trying to import HibernateUtil into the generated Finder
classes ...
worked around this by fully qualified specifying the
finder-method meta tag
even as child of the FinderRenderer it is ignored ...
BasicRenderer covers this meta-tag correctly
Any hints and guidelines are welcome!
kind regards
Klaus UNGER
Hibernate version:
Hibernate 2.1.6
Middlegen r5
|