Hi all,
I've made a posting over in the "miscellaneous" forum, that is related to my application's architecture - most notably about its use of CGLIB to enhance the objects (classes) which comprise the application's model layer (and therefore are the classes which are to be persisted by Hibernate).
I'm depending on class enhancement to change biz behavior on the model objects during runtime (based on configurations).
I'd appreciate it if you could hop over and read the thread, and give any comments you might have. - Or perhaps you can propose alternate ways for me to cleanly plug-in configured logic/rules to model objects.
http://forum.hibernate.org/viewtopic.php?t=462
Since posting the original message in the thread, I've poked around in Hibernate a bit and have found that a couple of my proposals aren't workable (notably the suggestion to use Configuration.createMappings()).