@lists.sourceforge.net
Subject: [Hibernate] Problem
configuring Hibernate with mappings via an InputStream
Hi,
I have an InputStream object that is
constructed from a hibernate XML config file (in some other place) and I am
trying to get the mappings contained within it read into the
Hi,
I have an InputStream object that is constructed from a
hibernate XML config file (in some other place) and I am trying to get the
mappings contained within it read into the Hibernate Configuration object.
Ideally I could use the method configure(File file), but since I don’t ha