I have a web app that's running with Hibernate. One of the requirements is dynamic configuration - that is, I need to have Hibernate add to its existing mappings, new files that are created at runtime. I've looked at the Configuration class, but the documentation seems to indicate that this is only good for the initial configuration. I've also looked at classes like HbmBinder, but it's not clear if this will work, or which of the binding methods to use. Can anyone suggest how I might accomplish this? Your help will be appreciated.
Tom
|