[Hibernate] Re: Automatically Keeping copies of passed versioned records

2003-08-14 Thread Laura Werner
Gerry Duprey wrote: there is an "effective-date" field and depending on what the date > you are interested in decides on which record is considered current. You might want to check out Martin Fowler's "Patterns for things that change with time" at http://www.martinfowler.com/ap2/timeNarrative.htm

[Hibernate] Re: Patch: access via Field, not via Method if requested so

2003-08-26 Thread Laura Werner
Vladimir Dozen wrote: This is a great feature! One suggestion, though: public class FieldSuper implements ReflectHelper.AccessibleViaFieldsOnly { From a usage point of view, I think it would be a lot cleaner to put this option into the config file, e.g. FieldSuper.hbm.xml. Using a mar

[Hibernate] Re: API stability in SchemaUpdate

2003-08-26 Thread Laura Werner
Serge Knystautas wrote: The SchemaUpdate tool as is does not work in this environment. I need to SQL statements that Hibernate suggests could get the database to a stable environment. Maybe I'm missing something, but can't you just do something like this: java -cp... net.sf.hibernate.tool.