[hibernate-dev] Major issue with Hibernate Filters

2006-09-08 Thread Alex Bacon
Hibernate developers, I'm afraid the forums had nothing about this issue - and I believe I have found the bit of Hibernate coding causing the problem: I have spent the last few weeks trying to get the Filters to work as per the example in the Hibernate reference manual - the problem is that fil

[hibernate-dev] RE: Major issue with Hibernate Filters

2006-09-10 Thread Alex Bacon
quest? Alex -Original Message- From: Steve Ebersole [mailto:[EMAIL PROTECTED] Sent: Saturday, 9 September 2006 12:25 AM To: Alex Bacon Cc: hibernate-dev@lists.jboss.org Subject: RE: Major issue with Hibernate Filters You need to point me to where we ever created an example of filter usag

[hibernate-dev] RE: Major issue with Hibernate Filters

2006-09-11 Thread Alex Bacon
:[EMAIL PROTECTED] Sent: Mon 9/11/2006 10:45 PM To: Alex Bacon Cc: hibernate-dev@lists.jboss.org; Aaron Scott; Jon Nermut; Howard Oettle Subject: RE: Major issue with Hibernate Filters Nowhere in that documentation does it illustrate usage of filters to change the multiplicity of an association. Ag

RE: [hibernate-dev] Regarding Alex Bacon's "Major issue with Hibernate

2007-01-16 Thread Alex Bacon
Jeff, I have been able to get the solution to work using: - Code generation of Historical Classes using Freemarker - Hibernate Filters within the Historical Classes to apply the 'as-at' date - A Hibernate Event Listener to capture inserts, updates and deletes - An AOP interceptor to populate the